Dexpaprika
crypto__dexpaprikaAccess real-time decentralized exchange data across 30+ blockchains. Query liquidity pools, token prices, OHLCV charts, and 24h trade volume from DexPaprika without API keys.
Instructions
[Cryptocurrency & Blockchain Agent] Free decentralized exchange (DEX) and DeFi data from DexPaprika. Query liquidity pools, token prices, OHLCV charts, and 24h trade volume across Ethereum, Solana, BSC, Arbitrum, Polygon, Base, and 30+ more chains. No API key required. Source: DexPaprika by Coinpaprika (Public), updates real-time. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Data to fetch: networks list, top pools, or token detail | networks |
| networkId | No | Network ID (e.g. 'ethereum', 'solana', 'bsc', 'base') — required for pools/token | |
| tokenAddress | No | Token contract address — required for 'token' action | |
| limit | No | Maximum results to return (1–100) | |
| page | No | Page number for pools pagination | |
| orderBy | No | Sort field for pools | volume_usd_24h |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |