Skip to main content

List of symbols for the exchange

GET 

/v1/symbols/:exchange_id

List of symbols for the exchange

Request

Path Parameters

    exchange_id stringrequired

    The ID of the exchange (from the Metadata -> Exchanges)

Query Parameters

    filter_symbol_id string

    The filter for symbol ID.

    filter_asset_id string

    The filter for asset ID.

Responses

successful operation

Schema

  • Array [

  • symbol_id stringnullable

    The symbol identifier.

    exchange_id stringnullable

    The exchange identifier.

    symbol_type stringnullable

    The symbol type.

    asset_id_base stringnullable

    The base asset identifier.

    asset_id_quote stringnullable

    The quote asset identifier.

    asset_id_unit stringnullable

    The unit asset identifier.

    future_contract_unit doublenullable

    The contract unit for futures.

    future_contract_unit_asset stringnullable

    The asset used as the unit for futures contract.

    future_delivery_time date-timenullable

    The future delivery time for futures contract.

    option_type_is_call booleannullable

    Indicates whether the option type is a call.

    option_strike_price doublenullable

    The strike price for options.

    option_contract_unit doublenullable

    The contract unit for options.

    option_exercise_style stringnullable

    The exercise style for options.

    option_expiration_time date-timenullable

    The expiration time for options.

    contract_delivery_time date-timenullable

    The delivery time for contracts.

    contract_unit doublenullable

    The contract unit for contracts.

    contract_unit_asset stringnullable

    The asset used as the unit for contracts.

    contract_id stringnullable

    The contract identifier.

    contract_display_name stringnullable

    The display name of the contract.

    contract_display_description stringnullable

    The display description of the contract.

    data_start stringnullable
    data_end stringnullable
    data_quote_start date-timenullable

    The start date of quote data.

    data_quote_end date-timenullable

    The end date of quote data.

    data_orderbook_start date-timenullable

    The start date of order book data.

    data_orderbook_end date-timenullable

    The end date of order book data.

    data_trade_start date-timenullable

    The start date of trade data.

    data_trade_end date-timenullable

    The end date of trade data.

    index_id stringnullable

    The index identifier.

    index_display_name stringnullable

    The display name of the index.

    index_display_description stringnullable

    The display description of the index.

    volume_1hrs doublenullable

    The volume in the last 1 hour.

    volume_1hrs_usd doublenullable

    The volume in USD in the last 1 hour.

    volume_1day doublenullable

    The volume in the last 1 day.

    volume_1day_usd doublenullable

    The volume in USD in the last 1 day.

    volume_1mth doublenullable

    The volume in the last 1 month.

    volume_1mth_usd doublenullable

    The volume in USD in the last 1 month.

    price doublenullable

    The price.

    symbol_id_exchange stringnullable

    The symbol identifier in the exchange.

    asset_id_base_exchange stringnullable

    The base asset identifier in the exchange.

    asset_id_quote_exchange stringnullable

    The quote asset identifier in the exchange.

    price_precision doublenullable

    The price precision.

    size_precision doublenullable

    The size precision.

    raw_kvp

    object

    nullable

    Not normalized raw kvp data.

    property name* string
  • ]

Loading...