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: 200K credits a month per IP, 30 requests a minute, data at most 15 seconds old.
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.
## Docs
- [API documentation](https://docs.dexpaprika.com): Public REST API for pools, tokens, networks, transactions
- [Agent portal](https://agents.dexpaprika.com): Agent-focused entry point with skill references and integration examples
- [CLI & agent guide](https://dexpaprika.com/agents/skill.md): Agent-ready CLI + local MCP server walkthrough
- [API status](https://status.dexpaprika.com/): Uptime and incidents
## AI agent endpoints
- [Hosted MCP server](https://mcp.dexpaprika.com): Remote Model Context Protocol endpoint. Connect from any MCP client without local installation.
- [MCP server card](https://dexpaprika.com/.well-known/mcp.json): MCP discovery document
- [A2A Agent Card](https://dexpaprika.com/.well-known/agent-card.json): Agent-to-Agent Protocol card
- [Agent Skills index](https://dexpaprika.com/.well-known/agent-skills/index.json): Catalog of invocable skills
- [OpenAPI 3.1 spec](https://dexpaprika.com/openapi.json): REST endpoint descriptions
- [API Catalog](https://dexpaprika.com/.well-known/api-catalog): RFC 9264 linkset of all service metadata
## Core pages
- [Homepage / DEX tracker](https://dexpaprika.com/): All pools across chains, filtered and sortable
- [Top gainers](https://dexpaprika.com/?tab=gainers): Tokens with biggest 24h price increases
- [Top losers](https://dexpaprika.com/?tab=losers): Tokens with biggest 24h price drops
- [New pools](https://dexpaprika.com/?tab=new-pairs): Recently deployed liquidity pools
- [TV Board](https
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 36 networks) use https://api.dexpaprika.com, documented at ht