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

# Supported exchange-asset metrics

`GET /catalog-all/exchange-asset-metrics`

> **Deprecated.**

Returns a list of all supported exchange-asset metrics along with information for them like description, category and exchange-asset pairs for which a metric is available.

## Query parameters

- `metrics` string[]
- `reviewable` boolean
- `pretty` boolean

## Response `200`

List of exchange-asset metrics.

- CatalogExchangeAssetMetricsResponse
  - `data` CatalogExchangeAssetMetricInfo[], 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.
    - `frequencies` CatalogExchangeAssetMetricFrequency[], required — List of exchange-asset metric frequencies.
      - `frequency` string, required — Frequency of the exchange-asset metric.
      - `exchange_assets` ExchangeAsset[], required — List of exchange-asset pairs.
    - `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.

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