List of symbols for the exchange
GET/api/metadata/symbols/:exchange_id
List of symbols for the exchange
Request
Path Parameters
The ID of the exchange (from the Metadata -> Exchanges)
Query Parameters
The filter for symbol ID.
The filter for asset ID.
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
Gets or sets the symbol identifier.
Gets or sets the exchange identifier.
Gets or sets the symbol type.
Gets or sets the base asset identifier.
Gets or sets the quote asset identifier.
Gets or sets the unit asset identifier.
Gets or sets the contract unit for futures.
Gets or sets the asset used as the unit for futures contract.
Gets or sets the future delivery time for futures contract.
Gets or sets a value indicating whether the option type is a call.
Gets or sets the strike price for options.
Gets or sets the contract unit for options.
Gets or sets the exercise style for options.
Gets or sets the expiration time for options.
Gets or sets the delivery time for contracts.
Gets or sets the contract unit for contracts.
Gets or sets the asset used as the unit for contracts.
Gets or sets the contract identifier.
Gets or sets the display name of the contract.
Gets or sets the display description of the contract.
Gets the start date of the data in string format ("yyyy-MM-dd").
Gets the end date of the data in string format ("yyyy-MM-dd").
Gets or sets the start date of quote data.
Gets or sets the end date of quote data.
Gets or sets the start date of order book data.
Gets or sets the end date of order book data.
Gets or sets the start date of trade data.
Gets or sets the end date of trade data.
Gets or sets the index identifier.
Gets or sets the display name of the index.
Gets or sets the display description of the index.
Gets or sets the symbol identifier in the exchange.
Gets or sets the base asset identifier in the exchange.
Gets or sets the quote asset identifier in the exchange.
Gets or sets the price precision.
Gets or sets the size precision.
[
{
"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": "2024-11-12T12:17:30.613Z",
"option_type_is_call": true,
"option_strike_price": 0,
"option_contract_unit": 0,
"option_exercise_style": "string",
"option_expiration_time": "2024-11-12T12:17:30.613Z",
"contract_delivery_time": "2024-11-12T12:17:30.613Z",
"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": "2024-11-12T12:17:30.613Z",
"data_quote_end": "2024-11-12T12:17:30.613Z",
"data_orderbook_start": "2024-11-12T12:17:30.613Z",
"data_orderbook_end": "2024-11-12T12:17:30.613Z",
"data_trade_start": "2024-11-12T12:17:30.613Z",
"data_trade_end": "2024-11-12T12:17:30.613Z",
"index_id": "string",
"index_display_name": "string",
"index_display_description": "string",
"symbol_id_exchange": "string",
"asset_id_base_exchange": "string",
"asset_id_quote_exchange": "string",
"price_precision": 0,
"size_precision": 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.3262317+00:00",
"data_quote_end": "2021-03-03T13:51:45.697+00:00",
"data_orderbook_start": "2019-10-30T16:53:10.3262317+00:00",
"data_orderbook_end": "2020-08-05T14:37:32.008+00:00",
"data_trade_start": "2019-10-30T16:38:52.162+00:00",
"data_trade_end": "2021-03-03T13:46:25.781+00:00",
"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.4128803+00:00",
"data_quote_end": "2021-03-01T16:07:09.3475456+00:00",
"data_orderbook_start": "2018-11-20T15:24:58.4128803+00:00",
"data_orderbook_end": "2020-08-05T14:37:20.269578+00:00",
"data_trade_start": "2018-11-20T15:25:38+00:00",
"data_trade_end": "2021-03-01T16:03:18+00:00",
"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 [
]
Gets or sets the symbol identifier.
Gets or sets the exchange identifier.
Gets or sets the symbol type.
Gets or sets the base asset identifier.
Gets or sets the quote asset identifier.
Gets or sets the unit asset identifier.
Gets or sets the contract unit for futures.
Gets or sets the asset used as the unit for futures contract.
Gets or sets the future delivery time for futures contract.
Gets or sets a value indicating whether the option type is a call.
Gets or sets the strike price for options.
Gets or sets the contract unit for options.
Gets or sets the exercise style for options.
Gets or sets the expiration time for options.
Gets or sets the delivery time for contracts.
Gets or sets the contract unit for contracts.
Gets or sets the asset used as the unit for contracts.
Gets or sets the contract identifier.
Gets or sets the display name of the contract.
Gets or sets the display description of the contract.
Gets the start date of the data in string format ("yyyy-MM-dd").
Gets the end date of the data in string format ("yyyy-MM-dd").
Gets or sets the start date of quote data.
Gets or sets the end date of quote data.
Gets or sets the start date of order book data.
Gets or sets the end date of order book data.
Gets or sets the start date of trade data.
Gets or sets the end date of trade data.
Gets or sets the index identifier.
Gets or sets the display name of the index.
Gets or sets the display description of the index.
Gets or sets the symbol identifier in the exchange.
Gets or sets the base asset identifier in the exchange.
Gets or sets the quote asset identifier in the exchange.
Gets or sets the price precision.
Gets or sets the size precision.
[
{
"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": "2024-11-12T12:17:30.614Z",
"option_type_is_call": true,
"option_strike_price": 0,
"option_contract_unit": 0,
"option_exercise_style": "string",
"option_expiration_time": "2024-11-12T12:17:30.614Z",
"contract_delivery_time": "2024-11-12T12:17:30.614Z",
"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": "2024-11-12T12:17:30.614Z",
"data_quote_end": "2024-11-12T12:17:30.614Z",
"data_orderbook_start": "2024-11-12T12:17:30.614Z",
"data_orderbook_end": "2024-11-12T12:17:30.614Z",
"data_trade_start": "2024-11-12T12:17:30.614Z",
"data_trade_end": "2024-11-12T12:17:30.614Z",
"index_id": "string",
"index_display_name": "string",
"index_display_description": "string",
"symbol_id_exchange": "string",
"asset_id_base_exchange": "string",
"asset_id_quote_exchange": "string",
"price_precision": 0,
"size_precision": 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.3262317+00:00",
"data_quote_end": "2021-03-03T13:51:45.697+00:00",
"data_orderbook_start": "2019-10-30T16:53:10.3262317+00:00",
"data_orderbook_end": "2020-08-05T14:37:32.008+00:00",
"data_trade_start": "2019-10-30T16:38:52.162+00:00",
"data_trade_end": "2021-03-03T13:46:25.781+00:00",
"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.4128803+00:00",
"data_quote_end": "2021-03-01T16:07:09.3475456+00:00",
"data_orderbook_start": "2018-11-20T15:24:58.4128803+00:00",
"data_orderbook_end": "2020-08-05T14:37:20.269578+00:00",
"data_trade_start": "2018-11-20T15:25:38+00:00",
"data_trade_end": "2021-03-01T16:03:18+00:00",
"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 [
]
Gets or sets the symbol identifier.
Gets or sets the exchange identifier.
Gets or sets the symbol type.
Gets or sets the base asset identifier.
Gets or sets the quote asset identifier.
Gets or sets the unit asset identifier.
Gets or sets the contract unit for futures.
Gets or sets the asset used as the unit for futures contract.
Gets or sets the future delivery time for futures contract.
Gets or sets a value indicating whether the option type is a call.
Gets or sets the strike price for options.
Gets or sets the contract unit for options.
Gets or sets the exercise style for options.
Gets or sets the expiration time for options.
Gets or sets the delivery time for contracts.
Gets or sets the contract unit for contracts.
Gets or sets the asset used as the unit for contracts.
Gets or sets the contract identifier.
Gets or sets the display name of the contract.
Gets or sets the display description of the contract.
Gets the start date of the data in string format ("yyyy-MM-dd").
Gets the end date of the data in string format ("yyyy-MM-dd").
Gets or sets the start date of quote data.
Gets or sets the end date of quote data.
Gets or sets the start date of order book data.
Gets or sets the end date of order book data.
Gets or sets the start date of trade data.
Gets or sets the end date of trade data.
Gets or sets the index identifier.
Gets or sets the display name of the index.
Gets or sets the display description of the index.
Gets or sets the symbol identifier in the exchange.
Gets or sets the base asset identifier in the exchange.
Gets or sets the quote asset identifier in the exchange.
Gets or sets the price precision.
Gets or sets the size precision.
[
{
"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": "2024-11-12T12:17:30.614Z",
"option_type_is_call": true,
"option_strike_price": 0,
"option_contract_unit": 0,
"option_exercise_style": "string",
"option_expiration_time": "2024-11-12T12:17:30.614Z",
"contract_delivery_time": "2024-11-12T12:17:30.614Z",
"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": "2024-11-12T12:17:30.614Z",
"data_quote_end": "2024-11-12T12:17:30.614Z",
"data_orderbook_start": "2024-11-12T12:17:30.614Z",
"data_orderbook_end": "2024-11-12T12:17:30.614Z",
"data_trade_start": "2024-11-12T12:17:30.614Z",
"data_trade_end": "2024-11-12T12:17:30.614Z",
"index_id": "string",
"index_display_name": "string",
"index_display_description": "string",
"symbol_id_exchange": "string",
"asset_id_base_exchange": "string",
"asset_id_quote_exchange": "string",
"price_precision": 0,
"size_precision": 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.3262317+00:00",
"data_quote_end": "2021-03-03T13:51:45.697+00:00",
"data_orderbook_start": "2019-10-30T16:53:10.3262317+00:00",
"data_orderbook_end": "2020-08-05T14:37:32.008+00:00",
"data_trade_start": "2019-10-30T16:38:52.162+00:00",
"data_trade_end": "2021-03-03T13:46:25.781+00:00",
"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.4128803+00:00",
"data_quote_end": "2021-03-01T16:07:09.3475456+00:00",
"data_orderbook_start": "2018-11-20T15:24:58.4128803+00:00",
"data_orderbook_end": "2020-08-05T14:37:20.269578+00:00",
"data_trade_start": "2018-11-20T15:25:38+00:00",
"data_trade_end": "2021-03-01T16:03:18+00:00",
"symbol_id_exchange": "USDC_LTC",
"asset_id_base_exchange": "LTC",
"asset_id_quote_exchange": "USDC",
"price_precision": 1e-8,
"size_precision": 1e-8
}
]