Get exchange rates [any currency to any currency]

Fetch market rates

get

Fetch the market rates for all specified currency pairs.

Query parameters
Responses
200
Returns the available rates for the requested currency pairs.
application/json
get
GET /api/v1/exchange/rates/market?fromCurrency=BCH&toCurrency=BCH HTTP/1.1
Host: 
Accept: */*
200

Returns the available rates for the requested currency pairs.

{
  "BTC": {
    "USDC": "30000.34"
  },
  "XRP": {}
}
{
   "ETH":{
      "EUR":"2258.7",
      "USD":"2386.15"
   },
   "BTC":{
      "EUR":"30086.5",
      "USD":"31784"
   }
}

Last updated

Was this helpful?