Retrieves a paginated list of top pools on a specific network. Supports sorting and ordering by different parameters. The response includes volume, price data, and token details for each pool.
How do I target a specific chain?
network id (e.g., ethereum, solana) path parameter.What order fields can I use?
volume_usd, price_usd, and liquidity_usd depending on the dataset.How to paginate effectively?
page=0, set limit (up to 100), and increment page while results are returned.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