getPoolTransactions
Get recent transactions for a specific pool. Shows swaps, adds, removes with detailed transaction data. Useful for analyzing trading activity and liquidity changes. Use from/to for time-range filtering (UNIX timestamps, results capped to last 7 days). REQUIRED: network, pool_address. OPTIONAL: page, limit, cursor, from, to.
getTokenDetails
Get detailed information about a specific token on a network. First use getNetworks to get valid network IDs. Returns token metadata, current price, FDV, liquidity, and trading metrics across multiple timeframes. REQUIRED: network, token_address. No optional parameters.
getTokenPools
Get liquidity pools containing a specific token on a network. Great for finding where a token is traded and analyzing its liquidity distribution across different pools. REQUIRED: network, token_address. OPTIONAL: page, limit, sort, order_by, reorder, address.
search
Search across ALL networks for tokens, pools, and DEXes by name, symbol, or address. Good starting point when you don't know the specific network. Returns matching tokens, pools, and DEXes. REQUIRED: query. No optional parameters.
getStats
Get high-level statistics about the DexPaprika ecosystem: total networks, DEXes, pools, and tokens available. Provides a quick overview of the platform's coverage. No parameters required.