Get Values for Currency

Please note that rates provided through this endpoint are indicative, using mid-market rates.

GET https://api.sandbox.coindirect.com/api/currency/values/:baseCurrency

This endpoint allows you to get the current exchange rate for a specific currency pair e.g. ETH/JPY.

Path Parameters

Query Parameters

[
  {
    "baseCode": "EUR",
    "counterCode": "SOL",
    "rate": 0.024572
  },
  {
    "baseCode": "EUR",
    "counterCode": "FIL",
    "rate": 0.14014
  },
  {
    "baseCode": "EUR",
    "counterCode": "LINK",
    "rate": 0.16548893706455722
  },
  {
    "baseCode": "EUR",
    "counterCode": "VET",
    "rate": 36.27253295
  }
]

Last updated