Reading exchange rates
Read exchange rate
GET
/api/public/v1/exchange/rate
This endpoint returns indicative mid-market exhange rate for a specified currency pair.
You cannot specify quantity as it is defaulted to 1.
Headers
Name
Value
Content-Type
application/vnd.api+json
Authorization
Bearer <api_token>
Query parameters
Name
Type
Description
sell_currency_code
string
buy_currency_code
string
Response
Last updated