Get exchange rates [any currency to any currency]

GET https://payments.finrax.com/api/v1/exchange/rates/market

Query Parameters

NameTypeDescription

fromCurrency*

string

Expects an abbreviation for the base currency . Supports multiple comma separated values.

toCurrency*

string

Expects an abbreviation for the quote currency . Supports multiple comma separated values.

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

Last updated