Machine Readiness
Stored receipt and evidence
35
65
55
0
10
Samples
No stored offer samples.
Samples
Search liquidity pools
Find DEX liquidity pools by token symbol, address, chain, or DEX. Returns live pricing, liquidity, and 24h volume.
Token lookup
Retrieve price, market cap, liquidity, and recent transactions for any token on any supported chain.
Real-time price stream
Server-sent events stream of live token and pool updates. See /streaming/{chain}.
Samples
No stored product samples.
Document
# Generic user agents — full access User-agent: * Disallow: # Content-Signals (contentsignals.org / draft-romm-aipref-contentsignals): # search=yes — OK to use as source for search indexing # ai-input=yes — OK to use as retrieval-time context for AI assistants # ai-train=no — NOT authorized for model training without explicit agreement # Load-bearing for IsAgentReady botAccessControl.contentSignals check — # the scanner greps for `Content-Signal:` in robots.txt. Removing this drops # the site from Level 5 "Agent-Native" to Level 1 "Basic Web Presence". # Lighthouse SEO audit docks robots.txt to 92/100 because its strict parser # rejects this draft directive as unknown; the trade is worth it. Content-Signal: search=yes, ai-input=yes, ai-train=no # --- Explicit AI-crawler directives --- # Allow training and retrieval-time fetches. DexPaprika content is public data. # Disable a specific crawler by changing its block to `Disallow: /`. User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: OAI-SearchBot Allow: / User-agent: ClaudeBot Allow: / User-agent: Claude-Web Allow: / User-agent: anthropic-ai Allow: / User-agent: Google-Extended Allow: / User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: CCBot Allow: / User-agent: PerplexityBot Allow: / User-agent: Perplexity-User Allow: / User-agent: YouBot Allow: / User-agent: Applebot Allow: / User-agent: Applebot-Extended Allow: / User-agent: Amazonbot Allow: / User-agent: cohere-ai Allow: / User-agent: DuckAssistBot Allow: / User-agent: FacebookBot Allow: / User-agent: Meta-ExternalAgent Allow: / User-agent: Bytespider Allow: / User-agent: Diffbot Allow: / # --- Sitemaps --- Sitemap: https://dexpaprika.com/sitemap.xml Sitemap: https://static.dexpaprika.com/dexpaprika-static/sitemaps/sitemap.xml
Document
# 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: <contact@coinpaprika.com>
- Issues: <https://github.com/coinpaprika/dexpaprika-cli/issues>
Document
Not stored for this site.