Skip to main content

List symbol mapping for the exchange

GET 

/v1/symbols/map/:exchange_id

List symbol mapping for the exchange

Request

Path Parameters

    exchange_id stringrequired

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

Responses

successful operation

Schema

  • Array [

  • symbol_id stringnullable

    The symbol ID.

    symbol_id_exchange stringnullable

    The exchange-specific symbol ID.

    asset_id_base_exchange stringnullable

    The exchange-specific base asset ID.

    asset_id_quote_exchange stringnullable

    The exchange-specific quote asset ID.

    asset_id_base stringnullable

    The base asset ID.

    asset_id_quote stringnullable

    The quote asset ID.

    price_precision doublenullable

    The price precision.

    size_precision doublenullable

    The size precision.

  • ]

Loading...