Skip to main content

List of symbols for the exchange

GET 

/api/metadata/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

    Gets or sets the symbol identifier.

    exchange_id stringnullable

    Gets or sets the exchange identifier.

    symbol_type stringnullable

    Gets or sets the symbol type.

    asset_id_base stringnullable

    Gets or sets the base asset identifier.

    asset_id_quote stringnullable

    Gets or sets the quote asset identifier.

    asset_id_unit stringnullable

    Gets or sets the unit asset identifier.

    future_contract_unit doublenullable

    Gets or sets the contract unit for futures.

    future_contract_unit_asset stringnullable

    Gets or sets the asset used as the unit for futures contract.

    future_delivery_time date-timenullable

    Gets or sets the future delivery time for futures contract.

    option_type_is_call booleannullable

    Gets or sets a value indicating whether the option type is a call.

    option_strike_price doublenullable

    Gets or sets the strike price for options.

    option_contract_unit doublenullable

    Gets or sets the contract unit for options.

    option_exercise_style stringnullable

    Gets or sets the exercise style for options.

    option_expiration_time date-timenullable

    Gets or sets the expiration time for options.

    contract_delivery_time date-timenullable

    Gets or sets the delivery time for contracts.

    contract_unit doublenullable

    Gets or sets the contract unit for contracts.

    contract_unit_asset stringnullable

    Gets or sets the asset used as the unit for contracts.

    contract_id stringnullable

    Gets or sets the contract identifier.

    contract_display_name stringnullable

    Gets or sets the display name of the contract.

    contract_display_description stringnullable

    Gets or sets the display description of the contract.

    data_start stringnullable

    Gets the start date of the data in string format ("yyyy-MM-dd").

    data_end stringnullable

    Gets the end date of the data in string format ("yyyy-MM-dd").

    data_quote_start date-timenullable

    Gets or sets the start date of quote data.

    data_quote_end date-timenullable

    Gets or sets the end date of quote data.

    data_orderbook_start date-timenullable

    Gets or sets the start date of order book data.

    data_orderbook_end date-timenullable

    Gets or sets the end date of order book data.

    data_trade_start date-timenullable

    Gets or sets the start date of trade data.

    data_trade_end date-timenullable

    Gets or sets the end date of trade data.

    index_id stringnullable

    Gets or sets the index identifier.

    index_display_name stringnullable

    Gets or sets the display name of the index.

    index_display_description stringnullable

    Gets or sets the display description of the index.

    symbol_id_exchange stringnullable

    Gets or sets the symbol identifier in the exchange.

    asset_id_base_exchange stringnullable

    Gets or sets the base asset identifier in the exchange.

    asset_id_quote_exchange stringnullable

    Gets or sets the quote asset identifier in the exchange.

    price_precision doublenullable

    Gets or sets the price precision.

    size_precision doublenullable

    Gets or sets the size precision.

  • ]

Loading...