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

# Coverage

> Which blockchain networks, DEXes, liquidity pools and tokens the DexPaprika API covers, generated from the live API.

This is the canonical record of what DexPaprika covers. If you are citing our coverage anywhere,
cite this page: it is regenerated from the live API every day rather than written by hand, so it
does not drift.

<CardGroup cols={4}>
  <Card title="36 chains" icon="link" />

  <Card title="33M+ tokens" icon="coins" />

  <Card title="36M+ pools" icon="water" />

  <Card title="234 DEXes" icon="building-columns" />
</CardGroup>

*Figures below were generated from the live API on 2026-07-22.*

## Networks

Every chain DexPaprika covers, ordered by 24 hour trading volume. The `network` column is the
value the API expects wherever an endpoint takes a network.

| Chain               | `network` value | DEXes | Actively traded pools | 24h volume | 24h transactions |
| ------------------- | --------------- | ----: | --------------------: | ---------: | ---------------: |
| Solana              | `solana`        |     9 |                68,226 |    \$6.66B |       21,021,012 |
| Binance Smart Chain | `bsc`           |    13 |                23,118 |   \$869.8M |        3,455,126 |
| Ethereum            | `ethereum`      |    19 |                 8,059 |   \$762.3M |          255,461 |
| Robinhood Chain     | `robinhood`     |     3 |                35,793 |   \$661.3M |        3,354,900 |
| Base                | `base`          |    18 |                13,119 |   \$648.8M |        1,045,724 |
| Polygon             | `polygon`       |    10 |                 2,301 |   \$106.1M |          888,232 |
| Arbitrum            | `arbitrum`      |    17 |                 1,331 |    \$92.5M |          190,362 |
| HyperEVM            | `hyperevm`      |    10 |                   408 |    \$70.0M |           87,698 |
| Tron                | `tron`          |     1 |                    24 |    \$19.4M |            5,198 |
| Monad               | `monad`         |     6 |                   199 |    \$16.8M |           62,446 |
| Sui                 | `sui`           |     3 |                   651 |    \$15.0M |          116,870 |
| Avalanche           | `avalanche`     |     8 |                 1,302 |    \$13.2M |           51,261 |
| Optimism            | `optimism`      |     7 |                   661 |     \$7.7M |          100,524 |
| Unichain            | `unichain`      |     3 |                   198 |     \$6.7M |           31,092 |
| Sei                 | `sei`           |     1 |                    15 |     \$5.5M |            8,432 |
| Aptos               | `aptos`         |     5 |                   120 |     \$2.5M |           20,425 |
| Linea               | `linea`         |     7 |                    90 |     \$1.9M |            1,974 |
| Plasma              | `plasma`        |     3 |                    31 |     \$1.9M |           11,218 |
| x Layer             | `x_layer`       |     4 |                    78 |     \$1.5M |           29,997 |
| Celo                | `celo`          |     4 |                    97 |     \$976K |           18,837 |
| Ton                 | `ton`           |     1 |                   494 |     \$970K |           15,202 |
| Berachain           | `berachain`     |     3 |                   177 |     \$958K |           13,987 |
| Katana              | `katana`        |     2 |                    33 |     \$520K |            3,989 |
| Sonic               | `sonic`         |    13 |                   313 |     \$447K |           17,280 |
| Mantle              | `mantle`        |     3 |                    58 |     \$442K |            1,260 |
| Cronos              | `cronos`        |     2 |                   402 |     \$304K |            6,116 |
| Ronin               | `ronin`         |     2 |                   311 |     \$277K |           23,970 |
| MegaETH             | `megaeth`       |     3 |                    40 |     \$159K |            1,883 |
| ZkSync              | `zksync`        |     3 |                    69 |     \$125K |              881 |
| Tempo               | `tempo`         |     1 |                     3 |     \$102K |              701 |
| Flow EVM            | `flow_evm`      |     6 |                    40 |      \$57K |            1,062 |
| Scroll              | `scroll`        |     3 |                    15 |       \$4K |              272 |
| Blast               | `blast`         |     1 |                    19 |       \$2K |              262 |
| BOB Network         | `bob_network`   |     1 |                     9 |       \$45 |               20 |
| Fantom              | `fantom`        |     2 |                    45 |       \$23 |              271 |
| Botanix             | `botanix`       |     2 |                     0 |        \$0 |                0 |

## What these numbers mean

The two pool figures count different things, and both are accurate.

**36M+ pools** and **33M+ tokens** are total database coverage:
everything DexPaprika has recorded across all 36 chains.

**Actively traded pools** in the table above counts pools with recent trading activity, which is the
set pool search returns. It is a much smaller and faster moving number, because most pools ever
created stop trading. Indexing is not instantaneous, so a brand new pool reaches the database before
it appears in the active set.

Which one you want depends on the question. For "how much of the DEX market does this cover", use the
totals. For "how many pools can I query on Base right now", use the table.

The DEX columns differ for a similar reason. **234 DEXes** counts every DEX recognised
across all chains, while the table lists the 199 currently
returned by the per-chain DEXes endpoint.

## Check a specific asset

The numbers above answer "how much does DexPaprika cover". To answer "do you have this particular
token or pool", use the [coverage checker](/tools/coverage-checker), which searches the live dataset
by contract address, name or symbol.

## Get these figures yourself

Both sources are public and need no API key.

```bash theme={null}
# Platform totals
curl "https://api.dexpaprika.com/stats"

# Every network, with its API value and pool count
curl "https://api.dexpaprika.com/networks"

# DEXes on one network
curl "https://api.dexpaprika.com/networks/ethereum/dexes"
```

Polling `/stats` is also a reasonable liveness check; it is cheap and reflects the latest successful
aggregation.

## Requesting a chain

If a network you need is missing, tell us at [support@coinpaprika.com](mailto:support@coinpaprika.com)
or in [Discord](https://discord.gg/DhJge5TUGM). Volume and the availability of a reliable node are
what usually decide the order we add chains in, so it helps to say what you are building.
