---
title: "Available exchanges"
method: GET
path: "/catalog/exchanges"
tags: ["Catalog"]
deprecated: true
---

# Available exchanges

`GET /catalog/exchanges`

> **Deprecated.**

Returns a list of available exchanges along with available markets for them.

## Query parameters

- `exchanges` string[]
- `pretty` boolean

## Response `200`

List of exchanges.

- ExchangesResponse
  - `data` ExchangeInfo[], required
    - `exchange` string, required — Unique name of the exchange.
    - `markets` MarketId[], required — List of market names.
    - `metrics` ExchangeMetricInfo[] — 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.
    - `min_time` string, required — Minimal available time for time series.
    - `max_time` string, required — Maximal available time for time series.

## 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/versions/774268c0a4fe/schema)
