Get exchange rates [crypto to fiat]
Fetch the deposit rates for all specified crypto to settlement or display currency pair.
Query parameters
toCurrencyany of[]Required
The comma-separated quote settlement or display currencies used to produce the currency pairs.
string · enumOptionalPossible values: 
string · enumOptionalPossible values: 
Responses
200
Returns the available rates for the requested currency pairs.
application/json
get
/api/v1/exchange/rates/depositGET /api/v1/exchange/rates/deposit?fromCurrency=BCH&toCurrency=AED HTTP/1.1
Host: 
Accept: */*
200
Returns the available rates for the requested currency pairs.
{
  "BTC": {
    "USDC": "30000.34"
  },
  "XRP": {}
}Response example
{
	"ETH": {
		"EUR": "1467.8",
		"USD": "1741.1"
	},
	"BTC": {
		"EUR": "42798",
		"USD": "50770"
	},
	"XRP": {
		"EUR": "0.40227",
		"USD": "0.4772"
	}
}Last updated
