List liquidity pools containing a specific token with optional pair filtering and sorting
How do I filter by a specific pair?
address (or pairWith) parameter to restrict results to that pairing.What sorting options exist?
order_by such as volume_usd or liquidity_usd with sort direction.How many pools can I get per request?
limit.Token contract address. Such as JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN for Jupiter on Solana.
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.