Retrieves a paginated list of pools matching the advanced search criteria, such as 24-hour volume, transaction counts, and creation timestamps.
Zero-based page index for paginated results.
0 <= x <= 1000Number of items to return per page (max 100).
1 <= x <= 100Minimum 24-hour volume in USD.
Maximum 24-hour volume in USD.
Minimum 7-day volume in USD. Not supported currently.
Minimum 30-day volume in USD. Not supported currently.
Minimum pool liquidity in USD. Not supported currently.
Maximum pool liquidity in USD. Not supported currently.
Minimum number of transactions in the last 24 hours.
Filters for pools created after this UNIX timestamp.
Filters for pools created before this UNIX timestamp.
Field by which to sort the returned data.
volume_24h, volume_7d, volume_30d, liquidity, txns_24h, created_at Sort direction (ascending or descending).
asc, desc