Tokens
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.
GET
Path Parameters
Network slug or ID (e.g., 'solana'). You can find the list of supported networks with their IDs here: /networks.
Token contract address. Such as JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN
for Jupiter on Solana.
Query Parameters
Sort 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
Filter pools that contain this additional token address.
Was this page helpful?