Get top X pools for a token.
Retrieves a paginated list of liquidity pools that involve the specified token, including details like current price, volume in USD, and tokens present in each pool. Useful for analytics, DEX front-ends, or portfolio tracking.
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.