# DEX Tracker: Explore liquidity pools and DEXes | DexPaprika

> Markdown mirror of DialtoneApp's public top-site detail page for `dexpaprika.com`.

URL: https://dialtoneapp.com/top-sites/dexpaprika.com/index.md
Canonical HTML: https://dialtoneapp.com/top-sites/dexpaprika.com

## Summary

- Domain: `dexpaprika.com`
- Website: https://dexpaprika.com
- Description: callable surface | crypto | score 35 | purchase read only | control wallet required
- Label: callable_surface
- Payment surface: crypto
- Purchase boundary: read_only
- Control boundary: wallet_required
- Rank: 332

## robots

~~~text
# 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
~~~

## llms

~~~text
# 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>
~~~

## llms-full

Not found.