Exchange Rates
Get specific rate
Retrieves the exchange rate for a specific base and quote asset at a given time or the current rate.
:::info If you are using an exchange rate for mission-critical operations, then for best reliability, you should measure the difference between current time and the time returned from the response to ensure that value of the difference between those meets your internal requirements. :::
get/v1/exchangerate/{asset_id_base}/{asset_id_quote}
Path parameters
asset_id_basestring required
Requested exchange rate base asset identifier (from the Metadata -> Assets)
asset_id_quotestring required
Requested exchange rate quote asset identifier (from the Metadata -> Assets)
Query parameters
timestring
Time at which exchange rate is calculated (optional, if not supplied then current rate is returned)
Response
successful operation