Anssol
Back to Skills
Data & Analysis

Coinpaprika Skills

Free crypto market and DEX data for thousands of coins and pools.

cryptomarket-datadata

CoinPaprika & DexPaprika Skills for AI Agents

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.

Available skills

SkillWhat it doesData source
coinpaprika-apiCEX market data: 12,000+ coins, 350+ exchanges, tickers, OHLCV, historical pricesapi.coinpaprika.com
dexpaprika-apiDEX data: 36 chains, 36M+ pools, 33M+ tokens, real-time streamingapi.dexpaprika.com

Installation

npx skills add github.com/coinpaprika/skills/

<img width="715" height="379" alt="image" src="https://github.com/user-attachments/assets/7dd9557d-140a-44f3-8d18-5e65b326dda8" />

After installing, just ask your agent to query crypto data. It knows the APIs, CLI tools, endpoints, and response formats automatically.

Updating

Skills do not auto-update. The copy installed into your agent is a snapshot of this repo at install time, and the APIs it documents keep evolving (endpoints get removed and return HTTP 410, response shapes change).

Each SKILL.md carries a version: field in its frontmatter and a freshness check right under the title: a one-line curl that fetches the header of the latest copy from this repo so the agent can compare versions before relying on the skill. If the versions differ, re-run the install command to refresh your local copy:

npx skills add github.com/coinpaprika/skills/

What's inside each skill

{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)

What agents can do with these skills

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 36 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

No API key needed

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

Other integration options

These skills are for Claude Code agents. For other AI tools:

IntegrationDexPaprikaCoinPaprika
MCP Servermcp.dexpaprika.commcp.coinpaprika.com
CLIdexpaprika-clicoinpaprika-cli
Agent skillsagents.dexpaprika.com-
LLM docsdocs.dexpaprika.comllms-full.txt

SDKs

DexPaprika: Go | Python | TypeScript | PHP | Rust

CoinPaprika: Go | Python | Node.js | PHP | Swift | Kotlin

Links

License

MIT

Want something like this for your team?

We build custom MCPs and Claude skills tailored to private workflows. Get in touch.

Start a Conversation

Ready to Ship Something?

Tell us about your project. We respond within one business day with honest scoping — not a sales pitch.

Get Started