dexpaprika-api banner
coinpaprika coinpaprika

dexpaprika-api

Data community intermediate

Description

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.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

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

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

...