
DexPaprika
OfficialProvides 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.
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
Tools (12)
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.
Get available DEXes on a specific network. First call getNetworks to see valid network IDs.
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.
Get pools from a specific DEX on a network. First use getNetworks, then getNetworkDexes to find valid DEX IDs.
Get detailed information about a specific pool. Requires network ID from getNetworks and a pool address.