DexPaprika

DexPaprika

Official
coinpaprika

Provides real-time cryptocurrency market data across multiple blockchain networks including DEX listings, liquidity pools, token details, and price analytics. Works across all networks and DEXes without requiring API keys.

37483 views12RemoteLocal (stdio)

What it does

  • Query liquidity pools across blockchain networks
  • Get detailed token information and trading data
  • Retrieve historical price data (OHLCV) for pools
  • Search tokens, pools, and DEXes by name or address
  • Fetch recent pool transactions and trading activity
  • Get available DEXes and supported blockchain networks

Best for

DeFi researchers analyzing liquidity and trading patternsCrypto traders tracking token prices across DEXesDevelopers building crypto portfolio and analytics toolsFinancial analysts performing cross-chain market research
No API keys requiredMulti-chain DEX data supportReal-time market data and historical analytics

Tools (12)

getNetworks

REQUIRED FIRST STEP: Get all supported blockchain networks. Always call this first to see available networks before using any network-specific functions. Returns network IDs like "ethereum", "solana", etc.

getNetworkDexes

Get available DEXes on a specific network. First call getNetworks to see valid network IDs.

getNetworkPools

PRIMARY POOL FUNCTION: Get top liquidity pools on a specific network. This is the MAIN way to get pool data - there is NO global pools function. Use this instead of any "getTopPools" or "getAllPools" concepts.

getDexPools

Get pools from a specific DEX on a network. First use getNetworks, then getNetworkDexes to find valid DEX IDs.

getPoolDetails

Get detailed information about a specific pool. Requires network ID from getNetworks and a pool address.

Alternatives