Get top X pools. (DEPRECATED)
THIS ENDPOINT HAS BEEN DEPRECATED AND WILL BE REMOVED. It now returns a 410 Gone status. Please refer to our API documentation for alternatives.
Original Description (for historical reference): Retrieves a paginated list of top pools from all (or specific) networks. Allows sorting and ordering, providing aggregated volume, price data, and token details for each pool.
This endpoint has been deprecated and will return a 410 Gone
error.
Please use /networks/{network}/pools
instead to get top pools for each specific blockchain network.
Migration Examples:
Instead of:
Use network-specific endpoints:
This change provides better performance and more relevant, network-specific results.
Query Parameters
Zero-based page index for paginated results.
0 <= x <= 1000
Number of items to return per page (max 100).
1 <= x <= 100
Sort 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
Response
successful operation
The response is of type object
.