Get top X pools for a token.
List liquidity pools containing a specific token with optional pair filtering and sorting
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 pools that include a given token; optional pairing filter available.FAQs
How do I filter by a specific pair?
How do I filter by a specific pair?
address (or pairWith) parameter to restrict results to that pairing.What sorting options exist?
What sorting options exist?
order_by such as volume_usd or liquidity_usd with sort direction.How many pools can I get per request?
How many pools can I get per request?
limit.Path Parameters
Token contract address. Such as JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN for Jupiter on Solana.
Query Parameters
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 If true, reorders the pool so that the token provided in tokenAddressParam becomes the primary token for all metrics and calculations. Useful when the provided token is not the first token in the pool.
Filter pools that contain this additional token address.