---
title: "List active symbol mapping for the exchange"
method: GET
path: "/v1/symbols/map/{exchange_id}"
tags: ["Metadata"]
---

# List active symbol mapping for the exchange

`GET /v1/symbols/map/{exchange_id}`

## Path parameters

- `exchange_id` string, required

## Response `200`

successful operation

- V1SymbolMapping[]
  - `symbol_id` string, nullable — Gets or sets the symbol ID.
  - `symbol_id_exchange` string, nullable — Gets or sets the exchange-specific symbol ID.
  - `coinapi_datainfo_id` integer — Gets or sets the DataInfo ID.
  - `asset_id_base_exchange` string, nullable — Gets or sets the exchange-specific base asset ID.
  - `asset_id_quote_exchange` string, nullable — Gets or sets the exchange-specific quote asset ID.
  - `asset_id_base` string, nullable — Gets or sets the base asset ID.
  - `asset_id_quote` string, nullable — Gets or sets the quote asset ID.
  - `price_precision` number, double, nullable — Gets or sets the price precision.
  - `size_precision` number, double, nullable — Gets or sets the size precision.

---

[API](https://skmtc.net/coinapi/apis/coinapi-market-data-rest-api.md) · [All operations](https://skmtc.net/coinapi/apis/coinapi-market-data-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinapi/coinapi-market-data-rest-api/versions/eed3bf37114a/schema)
