Retrieves a paginated list of top pools on a specific network’s DEX. Supports sorting and ordering, returning essential price data and token details.
How do I get a DEX id?
dex id (e.g., uniswap_v2).Can I sort by volume?
order_by=volume_usd with sort=desc to get the busiest pools first.Is this endpoint multi-chain?
network and one dex at a time.DEX identifier or name (e.g., 'uniswap_v2'). You can find the list of supported DEXes with their IDs here: /networks/{network}/dexes.
Zero-based page index for paginated results.
0 <= x <= 1000Number of items to return per page (max 100).
1 <= x <= 100Sort order for the requested data (ascending or descending).
asc, desc Field by which to order the returned data.
volume_usd, price_usd, transactions, last_price_change_usd_24h, created_at