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

# Supported assets

`GET /catalog-all/assets`

> **Deprecated.**

Returns a list of all supported assets along with information for them like metrics, markets, exchanges and time ranges of available data.

## Query parameters

- `assets` string[]
- `include` string[]
- `exclude` string[]
- `pretty` boolean

## Response `200`

List of assets.

- AssetsResponse
  - `data` AssetInfo[], required
    - `asset` string, required — Unique name of the asset.
    - `full_name` string, required — Human-friendly name.
    - `experimental` boolean — If set to true, discrepancies might be present in the dataset for this asset, and that's expected.
    - `metrics` AssetMetricInfo[] — 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.
    - `exchanges` ExchangeId[] — List of exchange names.
    - `markets` MarketId[] — List of market names.
    - `atlas` boolean — If set to true, Atlas data is available for this asset.

## Other responses

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