List all historical symbols for an exchange.
GET/v1/symbols/:exchange_id/history
This endpoint provides access to symbols that are no longer actively traded or listed on a given exchange. The data is provided with pagination support.
Request
Path Parameters
The ID of the exchange.
Query Parameters
Default value: 1
The page number for pagination (starts from 1).
Default value: 100
Number of records to return per page.
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- application/x-msgpack
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
The symbol identifier.
The exchange identifier.
The symbol type.
The base asset identifier.
The quote asset identifier.
The unit asset identifier.
The contract unit for futures.
The asset used as the unit for futures contract.
The future delivery time for futures contract.
Indicates whether the option type is a call.
The strike price for options.
The contract unit for options.
The exercise style for options.
The expiration time for options.
The delivery time for contracts.
The contract unit for contracts.
The asset used as the unit for contracts.
The contract identifier.
The display name of the contract.
The display description of the contract.
The start date of quote data.
The end date of quote data.
The start date of order book data.
The end date of order book data.
The start date of trade data.
The end date of trade data.
The index identifier.
The display name of the index.
The display description of the index.
The volume in the last 1 hour.
The volume in USD in the last 1 hour.
The volume in the last 1 day.
The volume in USD in the last 1 day.
The volume in the last 1 month.
The volume in USD in the last 1 month.
The price.
The symbol identifier in the exchange.
The base asset identifier in the exchange.
The quote asset identifier in the exchange.
The price precision.
The size precision.
raw_kvp
object
nullable
Not normalized raw kvp data.
Volume unit in USD.
[
{
"symbol_id": "string",
"exchange_id": "string",
"symbol_type": "string",
"asset_id_base": "string",
"asset_id_quote": "string",
"asset_id_unit": "string",
"future_contract_unit": 0,
"future_contract_unit_asset": "string",
"future_delivery_time": "2025-07-31T06:10:24.854Z",
"option_type_is_call": true,
"option_strike_price": 0,
"option_contract_unit": 0,
"option_exercise_style": "string",
"option_expiration_time": "2025-07-31T06:10:24.854Z",
"contract_delivery_time": "2025-07-31T06:10:24.854Z",
"contract_unit": 0,
"contract_unit_asset": "string",
"contract_id": "string",
"contract_display_name": "string",
"contract_display_description": "string",
"data_start": "string",
"data_end": "string",
"data_quote_start": "2025-07-31T06:10:24.854Z",
"data_quote_end": "2025-07-31T06:10:24.854Z",
"data_orderbook_start": "2025-07-31T06:10:24.854Z",
"data_orderbook_end": "2025-07-31T06:10:24.854Z",
"data_trade_start": "2025-07-31T06:10:24.854Z",
"data_trade_end": "2025-07-31T06:10:24.854Z",
"index_id": "string",
"index_display_name": "string",
"index_display_description": "string",
"volume_1hrs": 0,
"volume_1hrs_usd": 0,
"volume_1day": 0,
"volume_1day_usd": 0,
"volume_1mth": 0,
"volume_1mth_usd": 0,
"price": 0,
"symbol_id_exchange": "string",
"asset_id_base_exchange": "string",
"asset_id_quote_exchange": "string",
"price_precision": 0,
"size_precision": 0,
"raw_kvp": {},
"volume_to_usd": 0
}
]
[
{
"symbol_id": "KRAKENFTS_PERP_BTC_USD",
"exchange_id": "KRAKENFTS",
"symbol_type": "PERPETUAL",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"asset_id_unit": "USD",
"future_contract_unit": 1,
"future_contract_unit_asset": "USD",
"data_start": "2019-10-30",
"data_end": "2021-03-03",
"data_quote_start": "2019-10-30T16:53:10.3262317Z",
"data_quote_end": "2021-03-03T13:51:45.6970000Z",
"data_orderbook_start": "2019-10-30T16:53:10.3262317Z",
"data_orderbook_end": "2020-08-05T14:37:32.0080000Z",
"data_trade_start": "2019-10-30T16:38:52.1620000Z",
"data_trade_end": "2021-03-03T13:46:25.7810000Z",
"volume_1hrs": 22897091,
"volume_1hrs_usd": 22897091,
"volume_1day": 459390289,
"volume_1day_usd": 459390289,
"volume_1mth": 12875674995,
"volume_1mth_usd": 12875674995,
"price": 51266,
"symbol_id_exchange": "pi_xbtusd",
"asset_id_base_exchange": "XBT",
"asset_id_quote_exchange": "USD",
"price_precision": 0.1,
"size_precision": 1
},
{
"symbol_id": "POLONIEX_SPOT_LTC_USDC",
"exchange_id": "POLONIEX",
"symbol_type": "SPOT",
"asset_id_base": "LTC",
"asset_id_quote": "USDC",
"data_start": "2018-11-20",
"data_end": "2021-03-01",
"data_quote_start": "2018-11-20T15:24:58.4128803Z",
"data_quote_end": "2021-03-01T16:07:09.3475456Z",
"data_orderbook_start": "2018-11-20T15:24:58.4128803Z",
"data_orderbook_end": "2020-08-05T14:37:20.2695780Z",
"data_trade_start": "2018-11-20T15:25:38.0000000Z",
"data_trade_end": "2021-03-01T16:03:18.0000000Z",
"volume_1hrs": 51.68645899,
"volume_1hrs_usd": 9036.44,
"volume_1day": 465.568863,
"volume_1day_usd": 81396.28,
"volume_1mth": 22528.27638495,
"volume_1mth_usd": 3938661,
"symbol_id_exchange": "USDC_LTC",
"asset_id_base_exchange": "LTC",
"asset_id_quote_exchange": "USDC",
"price_precision": 1e-8,
"size_precision": 1e-8
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
The symbol identifier.
The exchange identifier.
The symbol type.
The base asset identifier.
The quote asset identifier.
The unit asset identifier.
The contract unit for futures.
The asset used as the unit for futures contract.
The future delivery time for futures contract.
Indicates whether the option type is a call.
The strike price for options.
The contract unit for options.
The exercise style for options.
The expiration time for options.
The delivery time for contracts.
The contract unit for contracts.
The asset used as the unit for contracts.
The contract identifier.
The display name of the contract.
The display description of the contract.
The start date of quote data.
The end date of quote data.
The start date of order book data.
The end date of order book data.
The start date of trade data.
The end date of trade data.
The index identifier.
The display name of the index.
The display description of the index.
The volume in the last 1 hour.
The volume in USD in the last 1 hour.
The volume in the last 1 day.
The volume in USD in the last 1 day.
The volume in the last 1 month.
The volume in USD in the last 1 month.
The price.
The symbol identifier in the exchange.
The base asset identifier in the exchange.
The quote asset identifier in the exchange.
The price precision.
The size precision.
raw_kvp
object
nullable
Not normalized raw kvp data.
Volume unit in USD.
[
{
"symbol_id": "string",
"exchange_id": "string",
"symbol_type": "string",
"asset_id_base": "string",
"asset_id_quote": "string",
"asset_id_unit": "string",
"future_contract_unit": 0,
"future_contract_unit_asset": "string",
"future_delivery_time": "2025-07-31T06:10:24.855Z",
"option_type_is_call": true,
"option_strike_price": 0,
"option_contract_unit": 0,
"option_exercise_style": "string",
"option_expiration_time": "2025-07-31T06:10:24.855Z",
"contract_delivery_time": "2025-07-31T06:10:24.855Z",
"contract_unit": 0,
"contract_unit_asset": "string",
"contract_id": "string",
"contract_display_name": "string",
"contract_display_description": "string",
"data_start": "string",
"data_end": "string",
"data_quote_start": "2025-07-31T06:10:24.855Z",
"data_quote_end": "2025-07-31T06:10:24.855Z",
"data_orderbook_start": "2025-07-31T06:10:24.855Z",
"data_orderbook_end": "2025-07-31T06:10:24.855Z",
"data_trade_start": "2025-07-31T06:10:24.855Z",
"data_trade_end": "2025-07-31T06:10:24.855Z",
"index_id": "string",
"index_display_name": "string",
"index_display_description": "string",
"volume_1hrs": 0,
"volume_1hrs_usd": 0,
"volume_1day": 0,
"volume_1day_usd": 0,
"volume_1mth": 0,
"volume_1mth_usd": 0,
"price": 0,
"symbol_id_exchange": "string",
"asset_id_base_exchange": "string",
"asset_id_quote_exchange": "string",
"price_precision": 0,
"size_precision": 0,
"raw_kvp": {},
"volume_to_usd": 0
}
]
[
{
"symbol_id": "KRAKENFTS_PERP_BTC_USD",
"exchange_id": "KRAKENFTS",
"symbol_type": "PERPETUAL",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"asset_id_unit": "USD",
"future_contract_unit": 1,
"future_contract_unit_asset": "USD",
"data_start": "2019-10-30",
"data_end": "2021-03-03",
"data_quote_start": "2019-10-30T16:53:10.3262317Z",
"data_quote_end": "2021-03-03T13:51:45.6970000Z",
"data_orderbook_start": "2019-10-30T16:53:10.3262317Z",
"data_orderbook_end": "2020-08-05T14:37:32.0080000Z",
"data_trade_start": "2019-10-30T16:38:52.1620000Z",
"data_trade_end": "2021-03-03T13:46:25.7810000Z",
"volume_1hrs": 22897091,
"volume_1hrs_usd": 22897091,
"volume_1day": 459390289,
"volume_1day_usd": 459390289,
"volume_1mth": 12875674995,
"volume_1mth_usd": 12875674995,
"price": 51266,
"symbol_id_exchange": "pi_xbtusd",
"asset_id_base_exchange": "XBT",
"asset_id_quote_exchange": "USD",
"price_precision": 0.1,
"size_precision": 1
},
{
"symbol_id": "POLONIEX_SPOT_LTC_USDC",
"exchange_id": "POLONIEX",
"symbol_type": "SPOT",
"asset_id_base": "LTC",
"asset_id_quote": "USDC",
"data_start": "2018-11-20",
"data_end": "2021-03-01",
"data_quote_start": "2018-11-20T15:24:58.4128803Z",
"data_quote_end": "2021-03-01T16:07:09.3475456Z",
"data_orderbook_start": "2018-11-20T15:24:58.4128803Z",
"data_orderbook_end": "2020-08-05T14:37:20.2695780Z",
"data_trade_start": "2018-11-20T15:25:38.0000000Z",
"data_trade_end": "2021-03-01T16:03:18.0000000Z",
"volume_1hrs": 51.68645899,
"volume_1hrs_usd": 9036.44,
"volume_1day": 465.568863,
"volume_1day_usd": 81396.28,
"volume_1mth": 22528.27638495,
"volume_1mth_usd": 3938661,
"symbol_id_exchange": "USDC_LTC",
"asset_id_base_exchange": "LTC",
"asset_id_quote_exchange": "USDC",
"price_precision": 1e-8,
"size_precision": 1e-8
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
The symbol identifier.
The exchange identifier.
The symbol type.
The base asset identifier.
The quote asset identifier.
The unit asset identifier.
The contract unit for futures.
The asset used as the unit for futures contract.
The future delivery time for futures contract.
Indicates whether the option type is a call.
The strike price for options.
The contract unit for options.
The exercise style for options.
The expiration time for options.
The delivery time for contracts.
The contract unit for contracts.
The asset used as the unit for contracts.
The contract identifier.
The display name of the contract.
The display description of the contract.
The start date of quote data.
The end date of quote data.
The start date of order book data.
The end date of order book data.
The start date of trade data.
The end date of trade data.
The index identifier.
The display name of the index.
The display description of the index.
The volume in the last 1 hour.
The volume in USD in the last 1 hour.
The volume in the last 1 day.
The volume in USD in the last 1 day.
The volume in the last 1 month.
The volume in USD in the last 1 month.
The price.
The symbol identifier in the exchange.
The base asset identifier in the exchange.
The quote asset identifier in the exchange.
The price precision.
The size precision.
raw_kvp
object
nullable
Not normalized raw kvp data.
Volume unit in USD.
[
{
"symbol_id": "string",
"exchange_id": "string",
"symbol_type": "string",
"asset_id_base": "string",
"asset_id_quote": "string",
"asset_id_unit": "string",
"future_contract_unit": 0,
"future_contract_unit_asset": "string",
"future_delivery_time": "2025-07-31T06:10:24.856Z",
"option_type_is_call": true,
"option_strike_price": 0,
"option_contract_unit": 0,
"option_exercise_style": "string",
"option_expiration_time": "2025-07-31T06:10:24.856Z",
"contract_delivery_time": "2025-07-31T06:10:24.856Z",
"contract_unit": 0,
"contract_unit_asset": "string",
"contract_id": "string",
"contract_display_name": "string",
"contract_display_description": "string",
"data_start": "string",
"data_end": "string",
"data_quote_start": "2025-07-31T06:10:24.856Z",
"data_quote_end": "2025-07-31T06:10:24.856Z",
"data_orderbook_start": "2025-07-31T06:10:24.856Z",
"data_orderbook_end": "2025-07-31T06:10:24.856Z",
"data_trade_start": "2025-07-31T06:10:24.856Z",
"data_trade_end": "2025-07-31T06:10:24.856Z",
"index_id": "string",
"index_display_name": "string",
"index_display_description": "string",
"volume_1hrs": 0,
"volume_1hrs_usd": 0,
"volume_1day": 0,
"volume_1day_usd": 0,
"volume_1mth": 0,
"volume_1mth_usd": 0,
"price": 0,
"symbol_id_exchange": "string",
"asset_id_base_exchange": "string",
"asset_id_quote_exchange": "string",
"price_precision": 0,
"size_precision": 0,
"raw_kvp": {},
"volume_to_usd": 0
}
]
[
{
"symbol_id": "KRAKENFTS_PERP_BTC_USD",
"exchange_id": "KRAKENFTS",
"symbol_type": "PERPETUAL",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"asset_id_unit": "USD",
"future_contract_unit": 1,
"future_contract_unit_asset": "USD",
"data_start": "2019-10-30",
"data_end": "2021-03-03",
"data_quote_start": "2019-10-30T16:53:10.3262317Z",
"data_quote_end": "2021-03-03T13:51:45.6970000Z",
"data_orderbook_start": "2019-10-30T16:53:10.3262317Z",
"data_orderbook_end": "2020-08-05T14:37:32.0080000Z",
"data_trade_start": "2019-10-30T16:38:52.1620000Z",
"data_trade_end": "2021-03-03T13:46:25.7810000Z",
"volume_1hrs": 22897091,
"volume_1hrs_usd": 22897091,
"volume_1day": 459390289,
"volume_1day_usd": 459390289,
"volume_1mth": 12875674995,
"volume_1mth_usd": 12875674995,
"price": 51266,
"symbol_id_exchange": "pi_xbtusd",
"asset_id_base_exchange": "XBT",
"asset_id_quote_exchange": "USD",
"price_precision": 0.1,
"size_precision": 1
},
{
"symbol_id": "POLONIEX_SPOT_LTC_USDC",
"exchange_id": "POLONIEX",
"symbol_type": "SPOT",
"asset_id_base": "LTC",
"asset_id_quote": "USDC",
"data_start": "2018-11-20",
"data_end": "2021-03-01",
"data_quote_start": "2018-11-20T15:24:58.4128803Z",
"data_quote_end": "2021-03-01T16:07:09.3475456Z",
"data_orderbook_start": "2018-11-20T15:24:58.4128803Z",
"data_orderbook_end": "2020-08-05T14:37:20.2695780Z",
"data_trade_start": "2018-11-20T15:25:38.0000000Z",
"data_trade_end": "2021-03-01T16:03:18.0000000Z",
"volume_1hrs": 51.68645899,
"volume_1hrs_usd": 9036.44,
"volume_1day": 465.568863,
"volume_1day_usd": 81396.28,
"volume_1mth": 22528.27638495,
"volume_1mth_usd": 3938661,
"symbol_id_exchange": "USDC_LTC",
"asset_id_base_exchange": "LTC",
"asset_id_quote_exchange": "USDC",
"price_precision": 1e-8,
"size_precision": 1e-8
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
The symbol identifier.
The exchange identifier.
The symbol type.
The base asset identifier.
The quote asset identifier.
The unit asset identifier.
The contract unit for futures.
The asset used as the unit for futures contract.
The future delivery time for futures contract.
Indicates whether the option type is a call.
The strike price for options.
The contract unit for options.
The exercise style for options.
The expiration time for options.
The delivery time for contracts.
The contract unit for contracts.
The asset used as the unit for contracts.
The contract identifier.
The display name of the contract.
The display description of the contract.
The start date of quote data.
The end date of quote data.
The start date of order book data.
The end date of order book data.
The start date of trade data.
The end date of trade data.
The index identifier.
The display name of the index.
The display description of the index.
The volume in the last 1 hour.
The volume in USD in the last 1 hour.
The volume in the last 1 day.
The volume in USD in the last 1 day.
The volume in the last 1 month.
The volume in USD in the last 1 month.
The price.
The symbol identifier in the exchange.
The base asset identifier in the exchange.
The quote asset identifier in the exchange.
The price precision.
The size precision.
raw_kvp
object
nullable
Not normalized raw kvp data.
Volume unit in USD.
[
{
"symbol_id": "string",
"exchange_id": "string",
"symbol_type": "string",
"asset_id_base": "string",
"asset_id_quote": "string",
"asset_id_unit": "string",
"future_contract_unit": 0,
"future_contract_unit_asset": "string",
"future_delivery_time": "2025-07-31T06:10:24.857Z",
"option_type_is_call": true,
"option_strike_price": 0,
"option_contract_unit": 0,
"option_exercise_style": "string",
"option_expiration_time": "2025-07-31T06:10:24.857Z",
"contract_delivery_time": "2025-07-31T06:10:24.857Z",
"contract_unit": 0,
"contract_unit_asset": "string",
"contract_id": "string",
"contract_display_name": "string",
"contract_display_description": "string",
"data_start": "string",
"data_end": "string",
"data_quote_start": "2025-07-31T06:10:24.857Z",
"data_quote_end": "2025-07-31T06:10:24.857Z",
"data_orderbook_start": "2025-07-31T06:10:24.857Z",
"data_orderbook_end": "2025-07-31T06:10:24.857Z",
"data_trade_start": "2025-07-31T06:10:24.857Z",
"data_trade_end": "2025-07-31T06:10:24.857Z",
"index_id": "string",
"index_display_name": "string",
"index_display_description": "string",
"volume_1hrs": 0,
"volume_1hrs_usd": 0,
"volume_1day": 0,
"volume_1day_usd": 0,
"volume_1mth": 0,
"volume_1mth_usd": 0,
"price": 0,
"symbol_id_exchange": "string",
"asset_id_base_exchange": "string",
"asset_id_quote_exchange": "string",
"price_precision": 0,
"size_precision": 0,
"raw_kvp": {},
"volume_to_usd": 0
}
]
[
{
"symbol_id": "KRAKENFTS_PERP_BTC_USD",
"exchange_id": "KRAKENFTS",
"symbol_type": "PERPETUAL",
"asset_id_base": "BTC",
"asset_id_quote": "USD",
"asset_id_unit": "USD",
"future_contract_unit": 1,
"future_contract_unit_asset": "USD",
"data_start": "2019-10-30",
"data_end": "2021-03-03",
"data_quote_start": "2019-10-30T16:53:10.3262317Z",
"data_quote_end": "2021-03-03T13:51:45.6970000Z",
"data_orderbook_start": "2019-10-30T16:53:10.3262317Z",
"data_orderbook_end": "2020-08-05T14:37:32.0080000Z",
"data_trade_start": "2019-10-30T16:38:52.1620000Z",
"data_trade_end": "2021-03-03T13:46:25.7810000Z",
"volume_1hrs": 22897091,
"volume_1hrs_usd": 22897091,
"volume_1day": 459390289,
"volume_1day_usd": 459390289,
"volume_1mth": 12875674995,
"volume_1mth_usd": 12875674995,
"price": 51266,
"symbol_id_exchange": "pi_xbtusd",
"asset_id_base_exchange": "XBT",
"asset_id_quote_exchange": "USD",
"price_precision": 0.1,
"size_precision": 1
},
{
"symbol_id": "POLONIEX_SPOT_LTC_USDC",
"exchange_id": "POLONIEX",
"symbol_type": "SPOT",
"asset_id_base": "LTC",
"asset_id_quote": "USDC",
"data_start": "2018-11-20",
"data_end": "2021-03-01",
"data_quote_start": "2018-11-20T15:24:58.4128803Z",
"data_quote_end": "2021-03-01T16:07:09.3475456Z",
"data_orderbook_start": "2018-11-20T15:24:58.4128803Z",
"data_orderbook_end": "2020-08-05T14:37:20.2695780Z",
"data_trade_start": "2018-11-20T15:25:38.0000000Z",
"data_trade_end": "2021-03-01T16:03:18.0000000Z",
"volume_1hrs": 51.68645899,
"volume_1hrs_usd": 9036.44,
"volume_1day": 465.568863,
"volume_1day_usd": 81396.28,
"volume_1mth": 22528.27638495,
"volume_1mth_usd": 3938661,
"symbol_id_exchange": "USDC_LTC",
"asset_id_base_exchange": "LTC",
"asset_id_quote_exchange": "USDC",
"price_precision": 1e-8,
"size_precision": 1e-8
}
]