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 identifier of requested timeseries (from the Metadata -> Exchanges)
Query Parameters
Identifier of requested timeseries period (e.g. 5SEC
or 1DAY
)
Timeseries starting time in ISO 8601
Timeseries ending time in ISO 8601
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
Array [
]
Gets or sets the start time of the time period.
Gets or sets the end time of the time period.
Gets or sets the time when the price opened.
Gets or sets the time when the price closed.
Gets or sets the opening price.
Gets or sets the highest price during the time period.
Gets or sets the lowest price during the time period.
Gets or sets the closing price.
Gets or sets the total volume traded during the time period.
Gets or sets the number of trades executed during the time period.
[
{
"time_period_start": "2025-04-29T06:11:29.411Z",
"time_period_end": "2025-04-29T06:11:29.411Z",
"time_open": "2025-04-29T06:11:29.411Z",
"time_close": "2025-04-29T06:11:29.411Z",
"price_open": 0,
"price_high": 0,
"price_low": 0,
"price_close": 0,
"volume_traded": 0,
"trades_count": 0,
"symbol_id_exchange": "string"
}
]
- Schema
- Example (from schema)
Schema
Array [
]
Gets or sets the start time of the time period.
Gets or sets the end time of the time period.
Gets or sets the time when the price opened.
Gets or sets the time when the price closed.
Gets or sets the opening price.
Gets or sets the highest price during the time period.
Gets or sets the lowest price during the time period.
Gets or sets the closing price.
Gets or sets the total volume traded during the time period.
Gets or sets the number of trades executed during the time period.
[
{
"time_period_start": "2025-04-29T06:11:29.412Z",
"time_period_end": "2025-04-29T06:11:29.412Z",
"time_open": "2025-04-29T06:11:29.412Z",
"time_close": "2025-04-29T06:11:29.412Z",
"price_open": 0,
"price_high": 0,
"price_low": 0,
"price_close": 0,
"volume_traded": 0,
"trades_count": 0,
"symbol_id_exchange": "string"
}
]
- Schema
- Example (from schema)
Schema
Array [
]
Gets or sets the start time of the time period.
Gets or sets the end time of the time period.
Gets or sets the time when the price opened.
Gets or sets the time when the price closed.
Gets or sets the opening price.
Gets or sets the highest price during the time period.
Gets or sets the lowest price during the time period.
Gets or sets the closing price.
Gets or sets the total volume traded during the time period.
Gets or sets the number of trades executed during the time period.
[
{
"time_period_start": "2025-04-29T06:11:29.412Z",
"time_period_end": "2025-04-29T06:11:29.412Z",
"time_open": "2025-04-29T06:11:29.412Z",
"time_close": "2025-04-29T06:11:29.412Z",
"price_open": 0,
"price_high": 0,
"price_low": 0,
"price_close": 0,
"volume_traded": 0,
"trades_count": 0,
"symbol_id_exchange": "string"
}
]