Get top X pools on a network's DEX.
Pools
Get top X pools on a network's DEX.
List top liquidity pools for a specific DEX on a blockchain network with sorting and pagination
GET
Get top X pools on a network's DEX.
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 pools for a specific DEX within a given network.FAQs
How do I get a DEX id?
How do I get a DEX id?
First list DEXes for the network and copy the
dex id (e.g., uniswap_v2).Can I sort by volume?
Can I sort by volume?
Yes. Use
order_by=volume_usd with sort=desc to get the busiest pools first.Is this endpoint multi-chain?
Is this endpoint multi-chain?
No. It is scoped to one
network and one dex at a time.Path Parameters
DEX identifier or name (e.g., 'uniswap_v2'). You can find the list of supported DEXes with their IDs here: /networks/{network}/dexes.
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