v2

latestOpenAPI 3.0.4MIT License2026-08-015029332.0 KB
Exchange Rates

Timeseries data

Get the historical exchange rates between two assets in the form of the timeseries.

get/v1/exchangerate/{asset_id_base}/{asset_id_quote}/history

Path parameters

asset_id_basestring required

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

asset_id_quotestring required

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

Query parameters

period_idstring

Identifier of requested timeseries period (required, e.g. 5SEC or 1HRS)

time_startstring

Timeseries starting time in ISO 8601 (required)

time_endstring

Timeseries ending time in ISO 8601 (required)

limitinteger

Amount of items to return (optional, mininum is 1, maximum is 100000, default value is 100, if the parameter is used then every 100 output items are counted as one request)

Response

successful operation

time_period_startstring date-time

Gets or sets the start time of the period.

time_period_endstring date-time

Gets or sets the end time of the period.

time_openstring date-time nullable

Gets or sets the opening time of the period.

time_closestring date-time nullable

Gets or sets the closing time of the period.

rate_opennumber double nullable

Gets or sets the opening rate for the period.

rate_highnumber double nullable

Gets or sets the highest rate for the period.

rate_lownumber double nullable

Gets or sets the lowest rate for the period.

rate_closenumber double nullable

Gets or sets the closing rate for the period.