Get top X pools on a network.
Pools
Get top X pools on a network.
List top liquidity pools on a specific blockchain network with sorting and pagination
GET
Get top X pools on a network.
Documentation Index
Fetch the complete documentation index at: https://docs.dexpaprika.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint overview
List top liquidity pools on a specific network with sorting and paging.FAQs
How do I target a specific chain?
How do I target a specific chain?
Provide the
network id (e.g., ethereum, solana) path parameter.What order fields can I use?
What order fields can I use?
Common values are
volume_usd, price_usd, and liquidity_usd depending on the dataset.How to paginate effectively?
How to paginate effectively?
Start with
page=0, set limit (up to 100), and increment page while results are returned.Path Parameters
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