---
title: "Listing of all supported exchange metrics"
method: GET
path: "/v1/metrics/exchange/listing"
tags: ["Metrics V1"]
---

# Listing of all supported exchange metrics

`GET /v1/metrics/exchange/listing`

Get data metrics for exchange. Returns both exchange-level and symbol-level metrics.
For exchange-level metrics, the `symbol_id` field will be null.
For symbol-level metrics, the `symbol_id` field contains the CoinAPI symbol identifier.

## Query parameters

- `metric_id` string
- `exchange_id` string, required

## Response `200`

successful operation

- V1ListingItem[]
  - `metric_id` string, nullable — Gets or sets the metric ID.
  - `symbol_id` string, nullable — Gets or sets the CoinAPI symbol ID. Null for exchange-level metrics.
  - `symbol_id_external` string, nullable — Gets or sets the exchange-native symbol ID. Null for exchange-level metrics.
  - `exchange_id` string, nullable — Gets or sets the exchange ID.
  - `asset_id` string, nullable — Gets or sets the asset ID.
  - `asset_id_external` string, nullable — Gets or sets the asset ID.
  - `chain_id` string, nullable — Gets or sets the chain ID.
  - `network_id` string, nullable — Gets or sets the network ID.

---

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