GET /v1/symbols?filter_symbol_id={filter_symbol_id}&filter_exchange_id={filter_exchange_id}&filter_asset_id={filter_asset_id}
GET /v1/symbols/{exchange_id}
URL Parameters
Parameter
Type
Description
filter_symbol_id
string[]
Comma or semicolon delimited parts of symbol identifier used to filter response. (optional, eg. BITSTAMP_ or BINANCE_SPOT_)
Common output variables
Variable
Description
symbol_id
Our symbol identifier, see table below for format description.
exchange_id
Our identifier of the exchange where symbol is traded.
symbol_type
Type of the symbol. Valid values:
SPOT
FUTURES
OPTION
PERPETUAL
INDEX
CREDIT
CONTRACT
asset_id_base
FX Spot base asset identifier, for derivatives it's contact underlying (e.g. BTC for BTC/USD)
asset_id_quote
FX Spot quote asset identifier, for derivatives it's contract underlying (e.g. USD for BTC/USD)
asset_id_unit
Identifier of the symbol unit asset used to denominate: transactions and order books volume (optional, if not provided then data is denominated in asset_id_base)
data_start
Date of the first data point
data_end
Date of the last data point
data_quote_start
The date and time of first quote.
data_quote_end
The date and time of last quote.
data_orderbook_start
The date and time of first order book.
data_orderbook_end
The date and time of last order book.
data_trade_start
The date and time of first trade.
data_trade_end
The date and time of last trade.
volume_1hrs
Volume denominated in symbol unit asset from last 1 hour rolling period.
volume_1hrs_usd
Volume denominated in USD from last 1 hour rolling period.
volume_1day
Volume denominated in symbol unit asset from last 1 day rolling period.
volume_1day_usd
Volume denominated in USD from last 1 day rolling period.
volume_1mth
Volume denominated in symbol unit asset from last 1 month rolling period.
volume_1mth_usd
Volume denominated in USD from last 1 month rolling period.
price
The current price.
symbol_id_exchange
Exchange symbol identifier.
asset_id_base_exchange
Exchange FX Spot base asset identifier
asset_id_quote_exchange
Exchange FX Spot quote asset identifier
price_precision
Current order price precision observed (a posteriori) from the market data or known (a priori) from the data source metadata.
size_precision
Current order size precision observed (a posteriori) from the market data or known (a priori) from the data source metadata.
Symbol identifier
Our symbol identifier is created using a pattern that depends on symbol type.