---
title: "Available exchange metrics"
method: GET
path: "/catalog-v2/exchange-metrics"
tags: ["Catalog v2"]
---

# Available exchange metrics

`GET /catalog-v2/exchange-metrics`

Returns a list of available exchange metrics along with the time ranges of available data.

## Query parameters

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

## Response `200`

List of exchange metrics.

- CatalogV2ExchangeMetricsResponse
  - `data` CatalogV2ExchangeMetricsInfo[], required
    - `exchange` string, required — Unique name of the exchange.
    - `metrics` ExchangeMetricInfo[], required — List of metrics.
      - `metric` string, required — Name of the metric.
      - `frequencies` ExchangeMetricFrequency[], required — List of metric frequencies.
        - `frequency` string, required — Frequency of the metric.
        - `min_time` string, required — Minimal available time for time series.
        - `max_time` string, required — Maximal available time for time series.
  - `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` — Exchange not found.
- `401` — Requested resource requires authorization.

---

[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/revisions/774268c0a4fe/schema)
