For the complete documentation index, see llms.txt. This page is also available as Markdown.

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/v1/exchange/rates/market
200

Returns the available rates for the requested currency pairs.

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

Last updated

Was this helpful?