Last updated 8 months ago
Was this helpful?
{ "ETH":{ "EUR":"2258.7", "USD":"2386.15" }, "BTC":{ "EUR":"30086.5", "USD":"31784" } }
Fetch the market rates for all specified currency pairs.
The comma-separated base currencies used to produce the currency pairs.
The comma-separated quote currencies used to produce the currency pairs.
GET /api/v1/exchange/rates/market?fromCurrency=BCH&toCurrency=BCH HTTP/1.1 Host: Accept: */*
Returns the available rates for the requested currency pairs.
{ "BTC": { "USDC": "30000.34" }, "XRP": {} }