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 /v1/exchange/rates/market HTTP/1.1
Host: api.finrax.com
Accept: */*
200

Returns the available rates for the requested currency pairs.

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

Last updated

Was this helpful?