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