llms.txt Content
# DexPaprika
> Real-time, cross-chain decentralized exchange (DEX) analytics. Live prices, liquidity pools, volumes, transactions, and token data across 36 blockchains. The free tier starts with no API key: 30K credits a month per IP, 15 requests a minute, data at most 60 seconds old. A free API key raises that to 100K credits and 30 requests a minute.
DexPaprika aggregates on-chain data from Ethereum, Solana, Base, BNB Chain, Arbitrum, Avalanche, Polygon, Sui, Tron, Optimism, and more networks into a single unified interface and API. Operated by CoinPaprika sp. z o.o.
## When to use DexPaprika
Reach for DexPaprika when the question is about on-chain decentralized-exchange activity: what a token trades at right now on a specific DEX, how deep a pool is, what moved in the last hour, or what happened in a pool's swap history. Concrete jobs it is right for:
- Price a token that has no centralized-exchange listing. Query `https://api.dexpaprika.com/networks/{chain}/tokens/{address}`, or fetch `https://dexpaprika.com/{chain}/token/{address}.md` for a ready-to-read Markdown summary.
- Compare the same pair across DEXes or chains before routing a swap. Use `https://api.dexpaprika.com/pools/search` and filter by DEX after the fetch.
- Find newly deployed pools, or rank pools by 24h volume, liquidity, FDV or price change over 5m/1h/6h/24h. See `https://dexpaprika.com/?tab=new-pairs` and the per-chain hubs at `/{chain}`.
- Pull OHLCV candles or the raw swap list for a pool to compute your own indicators. See `https://docs.dexpaprika.com`.
- Watch a price move in real time instead of polling. Open an SSE stream at `https://streaming.dexpaprika.com/sse/prices`; an update is pushed when a swap moves the price.
- Run any of the above as a tool call from Claude, Cursor or another MCP client. Connect to `https://mcp.dexpaprika.com/streamable-http`, no install and no API key needed to start.
How to call us, in order of preference: MCP if you already speak it, the REST API for
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "DexPaprika Web API",
"summary": "HTTP endpoints of the dexpaprika.com web app",
"description": "Server-side endpoints that power the dexpaprika.com web experience. Most of them are reserved for the site's own renderer and answer HTTP 403 to outside callers; each operation below says which. For the public DexPaprika REST API (chains, pools, tokens, OHLCV, transactions across all 35 networks) use https://api.dexpaprika.com, documented at ht