Endpoint overview
List top pools across networks; prefer network-scoped endpoints for focused results.FAQs
What does this endpoint return?
What does this endpoint return?
A paginated list of top pools across all networks ordered by the chosen field, typically
volume_usd.How do I change sorting?
How do I change sorting?
Use
order_by (e.g., volume_usd, price_usd) and sort (asc or desc).How do I filter to a single network?
How do I filter to a single network?
Prefer the network‑scoped endpoint to avoid mixing pools from different chains.
Query Parameters
Zero-based page index for paginated results.
Required range:
0 <= x <= 1000Number of items to return per page (max 100).
Required range:
1 <= x <= 100Sort order for the requested data (ascending or descending).
Available options:
asc, desc Field by which to order the returned data.
Available options:
volume_usd, price_usd, transactions, last_price_change_usd_24h, created_at