Skip to content

coinpaprika/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Installation

npx skills add github.com/coinpaprika/skills/

image

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

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

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:

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

SDKs

DexPaprika: Go | Python | TypeScript | PHP | Rust

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

Links

License

MIT

About

Claude Code skills for querying Coinpaprika and DexPaprika crypto market data (CEX prices, DEX pools, tokens, OHLCV).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors