> For the complete documentation index, see [llms.txt](https://gitbook-docs.coinmetrics.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook-docs.coinmetrics.io/cm-api-spec/catalog-v2/full-catalog-v2.md).

# Full Catalog V2

The Full catalog returns the full range of data that is supported by Coin Metrics across all our products. If you are a client looking to understand the data that is available for your API key and data license, please use the Catalog endpoint.

**Endpoints on this page:**

* `GET /catalog-all-v2/asset-chains` — Supported asset chains
* `GET /catalog-all-v2/asset-metrics` — Supported asset metrics
* `GET /catalog-all-v2/blockchain-v2/accounts` — Supported blockchain accounts assets
* `GET /catalog-all-v2/blockchain-v2/balance-updates` — Supported blockchain balance updates assets
* `GET /catalog-all-v2/blockchain-v2/blocks` — Supported blockchain block assets
* `GET /catalog-all-v2/blockchain-v2/rebasing-changes` — Supported blockchain rebasing changes assets
* `GET /catalog-all-v2/blockchain-v2/transactions` — Supported blockchain transactions assets
* `GET /catalog-all-v2/exchange-asset-metrics` — Supported exchange-asset metrics
* `GET /catalog-all-v2/exchange-metrics` — Supported exchange metrics
* `GET /catalog-all-v2/exchange-pair-metrics` — Supported exchange-pair metrics
* `GET /catalog-all-v2/index-candles` — Supported index candles
* `GET /catalog-all-v2/index-levels` — Supported index levels
* `GET /catalog-all-v2/institution-metrics` — Supported institution metrics
* `GET /catalog-all-v2/market-candles` — Supported market candles
* `GET /catalog-all-v2/market-contract-prices` — Supported market contract prices
* `GET /catalog-all-v2/market-funding-rates` — Supported market funding rates
* `GET /catalog-all-v2/market-funding-rates-predicted` — Supported predicted market funding rates
* `GET /catalog-all-v2/market-greeks` — Supported market greeks
* `GET /catalog-all-v2/market-implied-volatility` — Supported market implied volatility
* `GET /catalog-all-v2/market-liquidations` — Supported market liquidations
* `GET /catalog-all-v2/market-metrics` — Supported market metrics
* `GET /catalog-all-v2/market-openinterest` — Supported market open interest
* `GET /catalog-all-v2/market-orderbooks` — Supported market orderbooks
* `GET /catalog-all-v2/market-quotes` — Supported market quotes
* `GET /catalog-all-v2/market-trades` — Supported market trades
* `GET /catalog-all-v2/mempool-feerates` — Supported mempool feerates
* `GET /catalog-all-v2/mining-pool-tips-summary` — Supported mining pool tips summaries
* `GET /catalog-all-v2/pair-candles` — Supported pair candles
* `GET /catalog-all-v2/pair-metrics` — Supported pair metrics
* `GET /catalog-all-v2/protocol-metrics` — Available protocol metrics
* `GET /catalog-all-v2/transaction-tracker` — Supported transaction tracker assets


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://gitbook-docs.coinmetrics.io/cm-api-spec/catalog-v2/full-catalog-v2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
