> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cryptoquant.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Catalog Overview

> Browse every metric available in the CryptoQuant API, organized by asset and category.

The catalog lists every metric available in the CryptoQuant API: its endpoint, required
parameters, and the fields returned in the response. Pick an asset to browse its metrics,
or grab the whole catalog as JSON for programmatic discovery.

<Note>
  **For AI agents:** the complete catalog (v1 and v2) is available as machine-readable JSON
  at [`/catalog/catalog.json`](/catalog/catalog.json). Each entry includes the category,
  metric name, endpoint path, parameters (with required flags and defaults), response field
  names, and a `docs` path to the page documenting it.
</Note>

<CardGroup cols={2}>
  <Card title="Bitcoin (BTC)" icon="bitcoin" href="/catalog/btc">
    Exchange flows, miner flows, network & market indicators, mempool, Lightning Network.
  </Card>

  <Card title="Ethereum (ETH)" icon="ethereum" href="/catalog/eth">
    Exchange flows, ETH 2.0, fund data, market & network data.
  </Card>

  <Card title="XRP Ledger (XRP)" icon="https://mintcdn.com/cryptoquant/srrxNFyVgaHegX1e/logo/xrp.svg?fit=max&auto=format&n=srrxNFyVgaHegX1e&q=85&s=82a6d92646b12c0b7f20274e079eaa45" href="/catalog/xrp" width="24" height="24" data-path="logo/xrp.svg">
    XRP entity flows, DEX & AMM data, network indicators.
  </Card>

  <Card title="TRON (TRX)" icon="https://mintcdn.com/cryptoquant/srrxNFyVgaHegX1e/logo/trx.svg?fit=max&auto=format&n=srrxNFyVgaHegX1e&q=85&s=321816876321c24676f28516a18eceb7" href="/catalog/trx" width="32" height="32" data-path="logo/trx.svg">
    TRX market data, TRON network data, DeFi.
  </Card>

  <Card title="Stablecoins" icon="dollar-sign" href="/catalog/stablecoin">
    USDT, USDC, DAI and more — flows, market & network data.
  </Card>

  <Card title="ERC-20 tokens" icon="coins" href="/catalog/erc20">
    Exchange flows, flow indicators, market & network data.
  </Card>

  <Card title="Altcoins" icon="chart-line" href="/catalog/alt">
    Market data for supported altcoin symbols.
  </Card>
</CardGroup>

## Supported token lists

<CardGroup cols={3}>
  <Card title="Stablecoins" href="/catalog/supported-stablecoins" />

  <Card title="ERC20 tokens" href="/catalog/supported-erc20-tokens" />

  <Card title="Alt coins" href="/catalog/supported-alt-coins" />
</CardGroup>
