---
title: "Supported market metrics"
method: GET
path: "/catalog-all/market-metrics"
tags: ["Full catalog"]
deprecated: true
---

# Supported market metrics

`GET /catalog-all/market-metrics`

> **Deprecated.**

Returns a list of all markets with market metrics support along with time ranges of available data per metric.

## Query parameters

- `markets` string[]
- `exchange` string
- `type` 'spot' | 'future' | 'option'
- `base` string
- `quote` string
- `asset` string
- `symbol` string
- `format` string
- `limit` string
- `pretty` boolean

## Response `200`

List of market metrics statistics.

- CatalogMarketMetricsResponse — List of market metrics statistics.
  - `data` CatalogMarketMetricsInfo[], required
    - `market` string, required — Unique name of the market.
    - `metrics` MarketMetricInfo[], required — List of metrics.
      - `metric` string, required — Name of the metric.
      - `frequencies` MarketMetricFrequency[], 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

- `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)
