DexPaprika
dexpaprika.com
· CoinPaprika sp. z o.o.
Real-time decentralized exchange analytics. Query live prices, liquidity pools, transactions, and token data across 33+ blockchains.
dexpaprika.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 43/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Endpoints
| Agent card | https://dexpaprika.com/.well-known/agent-card.json |
| Provider | https://coinpaprika.com |
| Docs | https://docs.dexpaprika.com |
Skills · 4 declared · mapped to canonical taxonomy
Find DEX liquidity pools by token symbol, address, chain, or DEX. Returns live pricing, liquidity, and 24h volume.
Retrieve price, market cap, liquidity, and recent transactions for any token on any supported chain.
Server-sent events stream of live token and pool updates. See /streaming/{chain}.
Enumerate all 33+ supported networks and their associated DEX protocols with pool counts.
Health · last 30 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/dexpaprika.com) [](https://agenstry.com/agents/dexpaprika.com) [](https://agenstry.com/agents/dexpaprika.com) [](https://agenstry.com/agents/dexpaprika.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"schemaVersion": "0.2.0",
"name": "DexPaprika",
"description": "Real-time decentralized exchange analytics. Query live prices, liquidity pools, transactions, and token data across 33+ blockchains.",
"url": "https://dexpaprika.com",
"documentationUrl": "https://docs.dexpaprika.com",
"provider": {
"organization": "CoinPaprika sp. z o.o.",
"url": "https://coinpaprika.com",
"email": "contact@coinpaprika.com"
},
"version": "1.0.0",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false
},
"authentication": {
"schemes": [
"none"
]
},
"supportedInterfaces": [
{
"type": "mcp",
"url": "https://mcp.dexpaprika.com",
"description": "Hosted remote MCP server \u2014 stream real-time DEX data to any MCP-aware agent.",
"protocolVersion": "2024-11-05"
},
{
"type": "rest",
"url": "https://dexpaprika.com/api",
"description": "Public unauthenticated REST API. Documented by the linked OpenAPI spec.",
"openapi": "https://dexpaprika.com/openapi.json"
},
{
"type": "sse",
"url": "https://dexpaprika.com/api/streaming/{chain}/tokens",
"description": "Server-Sent Events stream of live token price ticks per chain."
},
{
"type": "html",
"url": "https://dexpaprika.com",
"description": "Browsable HTML frontend. All pages also respond to `Accept: text/markdown` with LLM-friendly Markdown.",
"contentNegotiation": [
"text/html",
"text/markdown",
"application/json"
]
}
],
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/markdown",
"text/html"
],
"skills": [
{
"id": "search-pools",
"name": "Search liquidity pools",
"description": "Find DEX liquidity pools by token symbol, address, chain, or DEX. Returns live pricing, liquidity, and 24h volume.",
"tags": [
"dex",
"pools",
"liquidity",
"pricing"
],
"examples": [
"Find USDC/ETH pools on Ethereum",
"Which Solana pools have highest 24h volume?",
"Show all WETH pools on Uniswap V3"
]
},
{
"id": "lookup-token",
"name": "Token lookup",
"description": "Retrieve price, market cap, liquidity, and recent transactions for any token on any supported chain.",
"tags": [
"tokens",
"pricing",
"market-data"
],
"examples": [
"What is the current price of PEPE?",
"Show me USDC data on Base"
]
},
{
"id": "stream-prices",
"name": "Real-time price stream",
"description": "Server-sent events stream of live token and pool updates. See /streaming/{chain}.",
"tags": [
"streaming",
"sse",
"real-time"
]
},
{
"id": "list-networks",
"name": "List supported chains and DEXes",
"description": "Enumerate all 33+ supported networks and their associated DEX protocols with pool counts.",
"tags": [
"chains",
"dexes",
"discovery"
]
}
],
"endpoints": {
"mcp": "https://mcp.dexpaprika.com",
"docs": "https://docs.dexpaprika.com",
"agents": "https://agents.dexpaprika.com",
"llmsTxt": "https://dexpaprika.com/llms.txt",
"openapi": "https://dexpaprika.com/openapi.json",
"mcpCard": "https://dexpaprika.com/.well-known/mcp.json",
"skillsIndex": "https://dexpaprika.com/.well-known/agent-skills/index.json"
},
"relatedServices": [
{
"role": "product-ui",
"url": "https://dexpaprika.com",
"description": "Interactive product UI. Best when an agent needs to drive the site like a user (star favorites, filter pools, navigate charts). 107 UI actions exposed via declarative WebMCP."
},
{
"role": "rest-api",
"url": "https://api.dexpaprika.com",
"description": "Public REST API. Best for stateless one-off queries. No auth, no rate limits. Root redirects to docs; actual endpoints live at /networks, /stats, /search, etc."
},
{
"role": "streaming-api",
"url": "https://streaming.dexpaprika.com",
"description": "Real-time SSE streaming for up to 2000 tokens with ~1s updates. POST to /stream. Best for live dashboards and price alerts."
},
{
"role": "mcp-server",
"url": "https://mcp.dexpaprika.com",
"description": "Hosted MCP server with 16 tools across SSE, streamable-HTTP, and JSON-RPC transports. Best for multi-step agent workflows that benefit from a persistent session."
},
{
"role": "docs",
"url": "https://docs.dexpaprika.com",
"description": "Full human-readable documentation. Supports markdown negotiation and llms.txt for agent consumption."
},
{
"role": "agents-front-door",
"url": "https://agents.dexpaprika.com",
"description": "AI-agent landing page with setup commands for Claude, ChatGPT, Cursor, and other MCP clients. Hosts the canonical skill.md."
}
]
}