Skip to main content

List of symbols for the exchange

GET /v1/symbols/:exchange_id

List of symbols for the exchange

Path Parameters
  • exchange_id string required

    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 string nullable

    The symbol identifier.

  • exchange_id string nullable

    The exchange identifier.

  • symbol_type string nullable

    The symbol type.

  • asset_id_base string nullable

    The base asset identifier.

  • asset_id_quote string nullable

    The quote asset identifier.

  • asset_id_unit string nullable

    The unit asset identifier.

  • future_contract_unit double nullable

    The contract unit for futures.

  • future_contract_unit_asset string nullable

    The asset used as the unit for futures contract.

  • future_delivery_time date-time nullable

    The future delivery time for futures contract.

  • option_type_is_call boolean nullable

    Indicates whether the option type is a call.

  • option_strike_price double nullable

    The strike price for options.

  • option_contract_unit double nullable

    The contract unit for options.

  • option_exercise_style string nullable

    The exercise style for options.

  • option_expiration_time date-time nullable

    The expiration time for options.

  • contract_delivery_time date-time nullable

    The delivery time for contracts.

  • contract_unit double nullable

    The contract unit for contracts.

  • contract_unit_asset string nullable

    The asset used as the unit for contracts.

  • contract_id string nullable

    The contract identifier.

  • contract_display_name string nullable

    The display name of the contract.

  • contract_display_description string nullable

    The display description of the contract.

  • data_start string nullable
  • data_end string nullable
  • data_quote_start date-time nullable

    The start date of quote data.

  • data_quote_end date-time nullable

    The end date of quote data.

  • data_orderbook_start date-time nullable

    The start date of order book data.

  • data_orderbook_end date-time nullable

    The end date of order book data.

  • data_trade_start date-time nullable

    The start date of trade data.

  • data_trade_end date-time nullable

    The end date of trade data.

  • index_id string nullable

    The index identifier.

  • index_display_name string nullable

    The display name of the index.

  • index_display_description string nullable

    The display description of the index.

  • volume_1hrs double nullable

    The volume in the last 1 hour.

  • volume_1hrs_usd double nullable

    The volume in USD in the last 1 hour.

  • volume_1day double nullable

    The volume in the last 1 day.

  • volume_1day_usd double nullable

    The volume in USD in the last 1 day.

  • volume_1mth double nullable

    The volume in the last 1 month.

  • volume_1mth_usd double nullable

    The volume in USD in the last 1 month.

  • price double nullable

    The price.

  • symbol_id_exchange string nullable

    The symbol identifier in the exchange.

  • asset_id_base_exchange string nullable

    The base asset identifier in the exchange.

  • asset_id_quote_exchange string nullable

    The quote asset identifier in the exchange.

  • price_precision double nullable

    The price precision.

  • size_precision double nullable

    The size precision.

  • raw_kvp object nullable

    Not normalized raw kvp data.

  • property name* string
  • ]
Loading...