v2

latestOpenAPI 3.0.4MIT License2026-08-015029332.0 KB
Metadata

List all historical symbols for an exchange.

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.

get/v1/symbols/{exchange_id}/history

Path parameters

exchange_idstring required

The ID of the exchange.

Query parameters

pageinteger

The page number for pagination (starts from 1).

limitinteger

Number of records to return per page.

Response

successful operation

symbol_idstring nullable

The symbol identifier.

exchange_idstring nullable

The exchange identifier.

symbol_typestring nullable

The symbol type.

asset_id_basestring nullable

The base asset identifier.

asset_id_quotestring nullable

The quote asset identifier.

asset_id_unitstring nullable

The unit asset identifier.

future_contract_unitnumber double nullable

The contract unit for futures.

future_contract_unit_assetstring nullable

The asset used as the unit for futures contract.

future_delivery_timestring date-time nullable

The future delivery time for futures contract.

option_type_is_callboolean nullable

Indicates whether the option type is a call.

option_strike_pricenumber double nullable

The strike price for options.

option_contract_unitnumber double nullable

The contract unit for options.

option_exercise_stylestring nullable

The exercise style for options. Possible values: AMERICAN, ASIAN, BARRIER, BERMUDAN, BINARY, EUROPEAN, EXOTIC.

option_expiration_timestring date-time nullable

The expiration time for options.

contract_delivery_timestring date-time nullable

The delivery time for contracts.

contract_unitnumber double nullable

The contract unit for contracts.

contract_unit_assetstring nullable

The asset used as the unit for contracts.

contract_idstring nullable

The contract identifier.

contract_display_namestring nullable

The display name of the contract.

contract_display_descriptionstring nullable

The display description of the contract.

data_startstring nullable
data_endstring nullable
data_quote_startstring date-time nullable

The start date of quote data.

data_quote_endstring date-time nullable

The end date of quote data.

data_orderbook_startstring date-time nullable

The start date of order book data.

data_orderbook_endstring date-time nullable

The end date of order book data.

data_trade_startstring date-time nullable

The start date of trade data.

data_trade_endstring date-time nullable

The end date of trade data.

index_idstring nullable

The index identifier.

index_display_namestring nullable

The display name of the index.

index_display_descriptionstring nullable

The display description of the index.

volume_1hrsnumber double nullable

The volume in the last 1 hour.

volume_1hrs_usdnumber double nullable

The volume in USD in the last 1 hour.

volume_1daynumber double nullable

The volume in the last 1 day.

volume_1day_usdnumber double nullable

The volume in USD in the last 1 day.

volume_1mthnumber double nullable

The volume in the last 1 month.

volume_1mth_usdnumber double nullable

The volume in USD in the last 1 month.

pricenumber double nullable

The price.

symbol_id_exchangestring nullable

The symbol identifier in the exchange.

asset_id_base_exchangestring nullable

The base asset identifier in the exchange.

asset_id_quote_exchangestring nullable

The quote asset identifier in the exchange.

price_precisionnumber double nullable

The price precision.

size_precisionnumber double nullable

The size precision.

raw_kvpobject nullable

Key Value Pair store with raw data from the data source.

future_is_inverseboolean nullable

Indicates whether the futures contract is inverse (coin-margined).

future_is_quantoboolean nullable

Indicates whether the futures contract is quanto.

volume_to_usdnumber double nullable

Volume unit in USD.

option_barrier_up_pricenumber double nullable

The up barrier price for barrier options.

option_barrier_up_typestring nullable

The up barrier type for barrier options. Possible values: EXPIRATION, IN, OUT.

option_barrier_down_pricenumber double nullable

The down barrier price for barrier options.

option_barrier_down_typestring nullable

The down barrier type for barrier options. Possible values: EXPIRATION, IN, OUT.

symbol_id_intinteger nullable

The symbol identifier in integer immutable format, used to correlate data across different APIs.