Timeseries data
GET/v1/exchangerate/:asset_id_base/:asset_id_quote/history
Get the historical exchange rates between two assets in the form of the timeseries.
Request
Path Parameters
Requested exchange rates base asset identifier (from the Metadata -> Assets)
Requested exchange rates base asset identifier (from the Metadata -> Assets)
Query Parameters
Identifier of requested timeseries period (required, e.g. 5SEC
or 1HRS
)
Timeseries starting time in ISO 8601 (required)
Timeseries ending time in ISO 8601 (required)
Default value: 100
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)
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- application/x-msgpack
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
Gets or sets the start time of the period.
Gets or sets the end time of the period.
Gets or sets the opening time of the period.
Gets or sets the closing time of the period.
Gets or sets the opening rate for the period.
Gets or sets the highest rate for the period.
Gets or sets the lowest rate for the period.
Gets or sets the closing rate for the period.
[
{
"time_period_start": "2024-11-12T12:17:30.164Z",
"time_period_end": "2024-11-12T12:17:30.164Z",
"time_open": "2024-11-12T12:17:30.164Z",
"time_close": "2024-11-12T12:17:30.164Z",
"rate_open": 0,
"rate_high": 0,
"rate_low": 0,
"rate_close": 0
}
]
[
{
"time_period_start": "2016-01-01T00:00:00.0000000Z",
"time_period_end": "0001-01-01T00:00:00.0000000Z",
"time_open": "2016-01-01T00:00:00.0000000Z",
"time_close": "2016-01-01T00:00:00.0000000Z",
"rate_open": 430.586617904731,
"rate_high": 430.586617904731,
"rate_low": 430.586617904731,
"rate_close": 430.586617904731
},
{
"time_period_start": "2016-01-01T00:01:00.0000000Z",
"time_period_end": "2016-01-01T00:02:00.0000000Z",
"time_open": "2016-01-01T00:01:00.0000000Z",
"time_close": "2016-01-01T00:01:00.0000000Z",
"rate_open": 430.38999999999993,
"rate_high": 430.38999999999993,
"rate_low": 430.38999999999993,
"rate_close": 430.38999999999993
},
{
"time_period_start": "2016-01-01T00:02:00.0000000Z",
"time_period_end": "2016-01-01T00:03:00.0000000Z",
"time_open": "2016-01-01T00:02:00.0000000Z",
"time_close": "2016-01-01T00:02:00.0000000Z",
"rate_open": 430.6522189770523,
"rate_high": 430.6522189770523,
"rate_low": 430.6522189770523,
"rate_close": 430.6522189770523
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
Gets or sets the start time of the period.
Gets or sets the end time of the period.
Gets or sets the opening time of the period.
Gets or sets the closing time of the period.
Gets or sets the opening rate for the period.
Gets or sets the highest rate for the period.
Gets or sets the lowest rate for the period.
Gets or sets the closing rate for the period.
[
{
"time_period_start": "2024-11-12T12:17:30.164Z",
"time_period_end": "2024-11-12T12:17:30.164Z",
"time_open": "2024-11-12T12:17:30.164Z",
"time_close": "2024-11-12T12:17:30.164Z",
"rate_open": 0,
"rate_high": 0,
"rate_low": 0,
"rate_close": 0
}
]
[
{
"time_period_start": "2016-01-01T00:00:00.0000000Z",
"time_period_end": "0001-01-01T00:00:00.0000000Z",
"time_open": "2016-01-01T00:00:00.0000000Z",
"time_close": "2016-01-01T00:00:00.0000000Z",
"rate_open": 430.586617904731,
"rate_high": 430.586617904731,
"rate_low": 430.586617904731,
"rate_close": 430.586617904731
},
{
"time_period_start": "2016-01-01T00:01:00.0000000Z",
"time_period_end": "2016-01-01T00:02:00.0000000Z",
"time_open": "2016-01-01T00:01:00.0000000Z",
"time_close": "2016-01-01T00:01:00.0000000Z",
"rate_open": 430.38999999999993,
"rate_high": 430.38999999999993,
"rate_low": 430.38999999999993,
"rate_close": 430.38999999999993
},
{
"time_period_start": "2016-01-01T00:02:00.0000000Z",
"time_period_end": "2016-01-01T00:03:00.0000000Z",
"time_open": "2016-01-01T00:02:00.0000000Z",
"time_close": "2016-01-01T00:02:00.0000000Z",
"rate_open": 430.6522189770523,
"rate_high": 430.6522189770523,
"rate_low": 430.6522189770523,
"rate_close": 430.6522189770523
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
Gets or sets the start time of the period.
Gets or sets the end time of the period.
Gets or sets the opening time of the period.
Gets or sets the closing time of the period.
Gets or sets the opening rate for the period.
Gets or sets the highest rate for the period.
Gets or sets the lowest rate for the period.
Gets or sets the closing rate for the period.
[
{
"time_period_start": "2024-11-12T12:17:30.164Z",
"time_period_end": "2024-11-12T12:17:30.164Z",
"time_open": "2024-11-12T12:17:30.164Z",
"time_close": "2024-11-12T12:17:30.164Z",
"rate_open": 0,
"rate_high": 0,
"rate_low": 0,
"rate_close": 0
}
]
[
{
"time_period_start": "2016-01-01T00:00:00.0000000Z",
"time_period_end": "0001-01-01T00:00:00.0000000Z",
"time_open": "2016-01-01T00:00:00.0000000Z",
"time_close": "2016-01-01T00:00:00.0000000Z",
"rate_open": 430.586617904731,
"rate_high": 430.586617904731,
"rate_low": 430.586617904731,
"rate_close": 430.586617904731
},
{
"time_period_start": "2016-01-01T00:01:00.0000000Z",
"time_period_end": "2016-01-01T00:02:00.0000000Z",
"time_open": "2016-01-01T00:01:00.0000000Z",
"time_close": "2016-01-01T00:01:00.0000000Z",
"rate_open": 430.38999999999993,
"rate_high": 430.38999999999993,
"rate_low": 430.38999999999993,
"rate_close": 430.38999999999993
},
{
"time_period_start": "2016-01-01T00:02:00.0000000Z",
"time_period_end": "2016-01-01T00:03:00.0000000Z",
"time_open": "2016-01-01T00:02:00.0000000Z",
"time_close": "2016-01-01T00:02:00.0000000Z",
"rate_open": 430.6522189770523,
"rate_high": 430.6522189770523,
"rate_low": 430.6522189770523,
"rate_close": 430.6522189770523
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
Gets or sets the start time of the period.
Gets or sets the end time of the period.
Gets or sets the opening time of the period.
Gets or sets the closing time of the period.
Gets or sets the opening rate for the period.
Gets or sets the highest rate for the period.
Gets or sets the lowest rate for the period.
Gets or sets the closing rate for the period.
[
{
"time_period_start": "2024-11-12T12:17:30.164Z",
"time_period_end": "2024-11-12T12:17:30.165Z",
"time_open": "2024-11-12T12:17:30.165Z",
"time_close": "2024-11-12T12:17:30.165Z",
"rate_open": 0,
"rate_high": 0,
"rate_low": 0,
"rate_close": 0
}
]
[
{
"time_period_start": "2016-01-01T00:00:00.0000000Z",
"time_period_end": "0001-01-01T00:00:00.0000000Z",
"time_open": "2016-01-01T00:00:00.0000000Z",
"time_close": "2016-01-01T00:00:00.0000000Z",
"rate_open": 430.586617904731,
"rate_high": 430.586617904731,
"rate_low": 430.586617904731,
"rate_close": 430.586617904731
},
{
"time_period_start": "2016-01-01T00:01:00.0000000Z",
"time_period_end": "2016-01-01T00:02:00.0000000Z",
"time_open": "2016-01-01T00:01:00.0000000Z",
"time_close": "2016-01-01T00:01:00.0000000Z",
"rate_open": 430.38999999999993,
"rate_high": 430.38999999999993,
"rate_low": 430.38999999999993,
"rate_close": 430.38999999999993
},
{
"time_period_start": "2016-01-01T00:02:00.0000000Z",
"time_period_end": "2016-01-01T00:03:00.0000000Z",
"time_open": "2016-01-01T00:02:00.0000000Z",
"time_close": "2016-01-01T00:02:00.0000000Z",
"rate_open": 430.6522189770523,
"rate_high": 430.6522189770523,
"rate_low": 430.6522189770523,
"rate_close": 430.6522189770523
}
]