Ready-to-use skills that give AI agents instant access to crypto market data. Install a skill and your agent immediately knows how to query prices, pools, tokens, exchanges, and more.
| Skill | What it does | Data source |
|---|---|---|
| coinpaprika-api | CEX market data: 12,000+ coins, 350+ exchanges, tickers, OHLCV, historical prices | api.coinpaprika.com |
| dexpaprika-api | DEX data: 34 chains, 30M+ pools, 27M+ tokens, real-time streaming | api.dexpaprika.com |
| add-yaml-exchange | Internal: Add new cryptocurrency exchanges via YAML configuration | CoinPaprika infrastructure |
npx skills add github.com/coinpaprika/skills/
{skill-name}/
SKILL.md # Main instructions (loaded when skill triggers)
references/
openapi.yml # Full API spec (loaded on demand)
cli-reference.md # CLI commands (loaded on demand)
streaming-api.md # SSE streaming docs (DexPaprika only)
CoinPaprika:
- Get real-time prices for any coin (
GET /tickers/btc-bitcoin) - Historical OHLCV candlestick data
- Exchange and market data
- Search across 12,000+ coins
- Convert between currencies
- Look up tokens by contract address
- CLI:
coinpaprika-cli ticker btc-bitcoin
DexPaprika:
- Get on-chain token prices across 34 blockchains
- Query liquidity pools, DEXes, and trading activity
- Historical OHLCV for any pool
- Batch price queries (up to 10 tokens)
- Real-time SSE price streaming (~1s updates)
- Search tokens, pools, and DEXes across all chains
- CLI:
dexpaprika-cli token ethereum 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Both APIs have free tiers that work without authentication:
- DexPaprika: 10,000 requests/day, no key required
- CoinPaprika: 20,000 requests/month, no key required
These skills are for Claude Code agents. For other AI tools:
| Integration | DexPaprika | CoinPaprika |
|---|---|---|
| MCP Server | mcp.dexpaprika.com | mcp.coinpaprika.com |
| CLI | dexpaprika-cli | coinpaprika-cli |
| Agent skills | agents.dexpaprika.com | - |
| LLM docs | docs.dexpaprika.com | llms-full.txt |
DexPaprika: Go | Python | TypeScript | PHP | Rust
CoinPaprika: Go | Python | Node.js | PHP | Swift | Kotlin
MIT