Endpoint overview
List top pools across networks; prefer network-scoped endpoints for focused results.See also: Pools by network,
Pools by DEX,
OHLCV
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.
This endpoint has been deprecated and will return a Use network-specific endpoints:This change provides better performance and more relevant, network-specific results.
410 Gone
error.Please use /networks/{network}/pools
instead to get top pools for each specific blockchain network.Migration Examples:
Instead of:Query Parameters
Zero-based page index for paginated results.
Required range:
0 <= x <= 1000
Number of items to return per page (max 100).
Required range:
1 <= x <= 100
Sort 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