v2

latestOpenAPI 3.0.4MIT License2026-08-015029332.0 KB
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

timestring date-time

Gets or sets the time of the exchange rate.

asset_id_basestring nullable

Gets or sets the base asset ID of the exchange rate.

asset_id_quotestring nullable

Gets or sets the quote asset ID of the exchange rate.

ratenumber double

Gets or sets the exchange rate value.

All 50 operations