Historical data by exchange
GET/v1/ohlcv/exchange/:exchange_id/history
Get OHLCV timeseries data returned in time ascending order. Data can be requested by the period and for the specific exchange.
Request
Path Parameters
exchange_id stringrequired
Exchange identifier of requested timeseries (from the Metadata -> Exchanges)
Query Parameters
period_id stringrequired
Identifier of requested timeseries period (e.g. 5SEC
or 1DAY
)
time_start stringrequired
Timeseries starting time in ISO 8601
time_end stringrequired
Timeseries ending time in ISO 8601