v1/getSymbols RPC Method
Parameters
filter_symbol_id
string
Comma or semicolon delimited parts of symbol identifier used to filter response. (optional, eg. BITSTAMP_ or BINANCE_SPOT_).
filter_exchange_id
string
The filter for exchange ID
filter_asset_id
string
The filter for asset ID
Returns
result
array
Array of symbol information objects
symbol_id
string
The symbol identifier
exchange_id
string
The exchange identifier
symbol_type
string
The symbol type
asset_id_base
string
The base asset identifier
asset_id_quote
string
The quote asset identifier
asset_id_unit
string
The unit asset identifier
future_contract_unit
integer
The contract unit for futures
future_contract_unit_asset
string
The asset used as the unit for futures contract
future_delivery_time
string
The future delivery time for futures contract
option_type_is_call
boolean
Indicates whether the option type is a call
option_strike_price
integer
The strike price for options
option_contract_unit
integer
The contract unit for options
option_exercise_style
string
The exercise style for options
option_expiration_time
string
The expiration time for options
contract_delivery_time
string
The delivery time for contracts
contract_unit
integer
The contract unit for contracts
contract_unit_asset
string
The asset used as the unit for contracts
contract_id
string
The contract identifier
contract_display_name
string
The display name of the contract
contract_display_description
string
The display description of the contract
data_start
string
The start date of data
data_end
string
The end date of data
data_quote_start
string
The start date of quote data
data_quote_end
string
The end date of quote data
data_orderbook_start
string
The start date of order book data
data_orderbook_end
string
The end date of order book data
data_trade_start
string
The start date of trade data
data_trade_end
string
The end date of trade data
index_id
string
The index identifier
index_display_name
string
The display name of the index
index_display_description
string
The display description of the index
volume_1hrs
integer
The volume in the last 1 hour
volume_1hrs_usd
integer
The volume in USD in the last 1 hour
volume_1day
integer
The volume in the last 1 day
volume_1day_usd
integer
The volume in USD in the last 1 day
volume_1mth
integer
The volume in the last 1 month
volume_1mth_usd
integer
The volume in USD in the last 1 month
price
integer
The price
symbol_id_exchange
string
The symbol identifier in the exchange
asset_id_base_exchange
string
The base asset identifier in the exchange
asset_id_quote_exchange
string
The quote asset identifier in the exchange
price_precision
integer
The price precision
size_precision
integer
The size precision
raw_kvp
object
Raw key-value pairs
property name
string
Not normalized raw kvp data
volume_to_usd
integer
Volume unit in USD
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free