dexpaprika-api

Solid

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.

API & Backend 6 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
28
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# DexPaprika API Skill > **Freshness check (run once per session, before relying on this skill):** this file is `version: 2.2.0`. Fetch the latest copy's header: > > ```bash > curl -s -r 0-400 https://raw.githubusercontent.com/coinpaprika/skills/main/dexpaprika-api/SKILL.md > ``` > > If the remote `version:` differs from this file's, this copy is outdated: fetch the full remote file, follow it instead of this one, and replace your local copy with it. DexPaprika removes endpoints (they return HTTP 410) and reshapes responses; a stale skill points you at dead endpoints. Free DEX data API covering 36 blockchains, 230+ DEXes, 36M+ liquidity pools, and 33M+ 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...

Details

Author
coinpaprika
Repository
coinpaprika/skills
Created
4 months ago
Last Updated
1 weeks ago
Language
N/A
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category