← ClaudeAtlas

dexpaprika-apilisted

Access the DexPaprika API, CLI, and streaming service to query DEX data including networks, pools, tokens, and trading activity. Use this skill when making HTTP requests to api.dexpaprika.com or streaming.dexpaprika.com, or when using dexpaprika-cli for blockchain DEX information.
coinpaprika/skills · ★ 5 · API & Backend · score 77
Install: claude install-skill coinpaprika/skills
# DexPaprika API Skill Free DEX data API covering 34 blockchains, 213 DEXes, 30M+ liquidity pools, and 27.7M+ tokens. Built by the CoinPaprika team (operating since 2018). No API key, no registration. Free public tier: 10,000 requests/day. Enterprise tier (api-pro.dexpaprika.com): unlimited requests with API key. - Documentation: https://docs.dexpaprika.com - AI Agents showcase: https://agents.dexpaprika.com - Agent skill files: https://dexpaprika.com/agents/skill.md (REST) and https://dexpaprika.com/agents/streaming/skill.md (SSE) - GitHub: https://github.com/coinpaprika - Support: support@coinpaprika.com > **Field naming note:** URL paths use `network` and `token_address`, but JSON responses return `chain` and `id` for the same values. --- ## Integration options ### Option 1: CLI (recommended for agents) Install and query in seconds. Best for agents that can run shell commands. ```bash curl -sSL https://raw.githubusercontent.com/coinpaprika/dexpaprika-cli/main/install.sh | sh ``` Always use `--output json --raw` for machine-readable output. Run `dexpaprika-cli onboard` for an interactive quick-start guide. Common commands: ```bash # Search for a token dexpaprika-cli search USDC --output json --raw # Get token price dexpaprika-cli token ethereum 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2 --output json --raw # Top pools on a network dexpaprika-cli pools ethereum --limit 10 --output json --raw # Historical OHLCV for a pool dexpaprika-cli pool-ohlcv ethereum 0x88e