getTokenPools
Find liquidity pools containing a specific token on a blockchain network to identify where the token is traded, with options to filter, sort, and paginate results.
Instructions
Get liquidity pools containing a specific token on a network. Great for finding where a token is traded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | Network ID from getNetworks (e.g., "ethereum", "solana") | |
| tokenAddress | Yes | Token address or identifier | |
| page | No | Page number for pagination | |
| limit | No | Number of items per page (max 100) | |
| sort | No | Sort order | desc |
| orderBy | No | Field to order by | volume_usd |
| reorder | No | If true, reorders the pool so that the specified token becomes the primary token for all metrics | |
| address | No | Filter pools that contain this additional token address |