all-about-apikey/currencyscoop
Muhammad Daffa 7372a52709 Fix repository structure and add todolist 2022-07-23 20:53:29 +07:00
..
README.md Fix repository structure and add todolist 2022-07-23 20:53:29 +07:00

README.md

CurrencyScoop

Description

Real-time and historical currency rates JSON API

Example Request

  • Curl
curl "https://api.currencyscoop.com//v1/historical?api_key={{token}}&date=2022-01-01"
  • Raw
GET /v1/historical?api_key={{token}}&date=2022-01-01 HTTP/1.1
Host: api.currencyscoop.com

Response

  • Success
{
    "meta":{
        "code":200,
        "disclaimer":"Usage subject to terms: https:\/\/currencyscoop.com\/terms"},
        "response":{
            "date":"2022-01-01",
            "base":"USD",
            "rates":{
                "AED":3.6725,
                "AFN":103.73042093,
                "ALL":106.23967243,
                "AMD":479.91721441,
                "ANG":1.78750007
                ...
  • Error
{
    "meta":{
        "code":401,
        "error_type":"auth failed",
        "error_detail":"Missing or invalid api credentials. See https:\/\/currencyscoop.com\/api for details."
    },
    "response":[]
}

Regex

[a-z0-9]{32}

Example API key

tue3sv9hzsey1me4l7fwq3t46u5k8wag