Skip to main content

List symbol mapping for the exchange

GET /v1/symbols/map/:exchange_id

List symbol mapping for the exchange

Path Parameters
  • exchange_id string required

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

Responses

successful operation

Schema
  • Array [
  • symbol_id string nullable

    The symbol ID.

  • symbol_id_exchange string nullable

    The exchange-specific symbol ID.

  • asset_id_base_exchange string nullable

    The exchange-specific base asset ID.

  • asset_id_quote_exchange string nullable

    The exchange-specific quote asset ID.

  • asset_id_base string nullable

    The base asset ID.

  • asset_id_quote string nullable

    The quote asset ID.

  • price_precision double nullable

    The price precision.

  • size_precision double nullable

    The size precision.

  • ]
Loading...