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

# Supported asset metrics

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

Returns a list of all supported asset metrics along with the time ranges of available data.

## Query parameters

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

## Response `200`

List of asset metrics.

- CatalogV2AssetMetricsResponse
  - `data` CatalogV2AssetMetricsInfo[], required
    - `asset` string, required — Unique name of the asset.
    - `metrics` AssetMetricInfo[], required — List of metrics.
      - `metric` string, required — Name of the metric.
      - `frequencies` AssetMetricFrequency[], 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_height` string — Minimal available block height for time series.
        - `max_height` string — Maximal available block height for time series.
        - `min_hash` string — Minimal available black hash for time series.
        - `max_hash` string — Maximal available block hash for time series.
        - `community` boolean — Indicates an availability of the metric in the community version of the API.
        - `experimental` boolean — Asset, metric, and frequency combination is experimental.
  - `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` — 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)
