v2

latestOpenAPI 3.0.4MIT License2026-08-015029332.0 KB
Exchange Rates

Get all current rates

Get the current exchange rate between requested asset and all other assets.

:::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. :::

:::info You can invert the rates by using Y = 1 / X equation, for example BTC/USD = 1 / (USD/BTC); :::

get/v1/exchangerate/{asset_id_base}

Path parameters

asset_id_basestring required

Requested exchange rates base asset identifier (from the Metadata -> Assets)

Query parameters

filter_asset_idstring

Comma or semicolon delimited asset identifiers used to filter response (optional)

invertboolean

True will invert all the rates (optional, if true then rates will be calculated as rate = 1 / actual_rate eg. USD/BTC as BTC/USD)

timestring

Time for historical rates (optional)

Response

successful operation

asset_id_basestring nullable

Gets or sets the base asset ID.