---
title: "Exchange metrics"
method: GET
path: "/reference-data/exchange-metrics"
tags: ["Reference Data"]
---

# Exchange metrics

`GET /reference-data/exchange-metrics`

Returns a list of exchange metrics metadata.

## Query parameters

- `metrics` string[]
- `page_size` integer
- `paging_from` 'start' | 'end', PagingFrom
- `next_page_token` string
- `format` string
- `pretty` boolean

## Response `200`

List of exchange metrics metadata.

- ReferenceDataExchangeMetricsResponse
  - `data` ReferenceDataMetricInfo[], required
    - `metric` string, required — Name of the metric.
    - `full_name` string, required — Human-friendly name.
    - `description` string, required — Human-friendly description.
    - `product` string, required — Associated Product of the metric.
    - `category` string, required — Category of the metric.
    - `subcategory` string, required — Subcategory of the metric.
    - `unit` string, required — Unit of the metric.
    - `data_type` string, required — Data Type of the metric. Can be bigint or decimal.<br/> "bigint" means that you should expect an integer number in a range from -9223372036854775808 to 9223372036854775807.<br/> "decimal" means that a number can have up to 131072 digits before the decimal point and up to 16383 digits after the decimal point.
    - `type` string, required — Type of the metric.
    - `reviewable` boolean — Reviewable by human flag.
    - `display_name` string — More detailed and human friendly name of a metric.
    - `experimental` boolean — If set to true, indicates that metrics collection is under active development - there is a chance of temporary discrepancies in the served dataset.
    - `constituent_snapshots_url` string — The endpoint URL of the constituent snapshots.
    - `constituent_timeframes_url` string — The endpoint URL of the constituent timeframes.
    - `docs_url` string — The documentation URL.
  - `next_page_token` string — Token of the next page results for a given request.
  - `next_page_url` string — URL of the next page results for a given request.

## Other responses

- `400` — Metric not found.
- `401` — Requested resource requires authorization.
- `414` — Provided URI is too long. It must not be greater than 10000 symbols.

---

[API](https://skmtc.net/coinmetrics/apis/coin-metrics-api-v4.md) · [All operations](https://skmtc.net/coinmetrics/apis/coin-metrics-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinmetrics/coin-metrics-api-v4/versions/774268c0a4fe/schema)
