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.
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
successful operation
The response is of type object
.