# DexPaprika > Real-time, cross-chain decentralized exchange (DEX) analytics. Live prices, liquidity pools, volumes, transactions, and token data across 33+ blockchains. No API key required for public endpoints. DexPaprika aggregates on-chain data from Ethereum, Solana, Base, BNB Chain, Arbitrum, Avalanche, Polygon, Sui, Tron, Optimism, and 20+ 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://dexpaprika.com/tv): Live streaming price terminal (SSE) ## Per-chain pages Each supported chain has a dedicated page under `/{chain_id}` (e.g. `/ethereum`, `/solana`, `/base`). Per-chain pool and DEX filters are available. Per-DEX pages at `/{chain_id}/{dex_id}`. ## Pool and token detail pages - Pool page: `/{chain}/pool/{address}?view={chart|faq|transactions}` - Token page: `/{chain}/token/{address}?view={chart|faq|transactions|pools|description}` - Streaming demo: `/streaming/{chain}` ## Markdown / content negotiation Every page supports `Accept: text/markdown` — send that header to receive the same content in LLM-friendly Markdown instead of HTML. Example: ``` curl -H "Accept: text/markdown" https://dexpaprika.com/ethereum/pool/0xb6dab6ad1b394749db7596c283f2bcc7e1be76ef ``` ## Data freshness Pool and token data updates every block (1-15 seconds depending on chain). The homepage revalidates on the edge every 5 minutes. ## Contact - Technical: - Issues: