---
title: "Available exchange-asset pairs"
method: GET
path: "/catalog/exchange-assets"
tags: ["Catalog"]
deprecated: true
---

# Available exchange-asset pairs

`GET /catalog/exchange-assets`

> **Deprecated.**

Returns a list of available exchange-asset pairs along with information for them like metrics and time ranges of available data.

## Query parameters

- `exchange_assets` string[]
- `pretty` boolean

## Response `200`

List of exchange-assets.

- ExchangeAssetsResponse
  - `data` ExchangeAssetInfo[], required
    - `exchange_asset` string — Unique combination of the exchange and asset.
    - `metrics` ExchangeAssetMetricInfo[] — List of metrics.
      - `metric` string, required — Name of the metric.
      - `frequencies` ExchangeAssetMetricFrequency[], 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.

## Other responses

- `400` — Pair 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/revisions/774268c0a4fe/schema)
