dex_get_token_pools
Retrieve liquidity pools containing a specific token to identify trading venues and assess liquidity across DEXes.
Instructions
Get liquidity pools containing a specific token. Great for finding where a token is traded and its liquidity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| sort | No | Sort order | desc |
| limit | No | Results per page (max 100) | |
| network | Yes | Network ID (e.g., 'ethereum') | |
| orderBy | No | Field to order by | volume_usd |
| reorder | No | Reorder so specified token is primary | |
| pairedWith | No | Filter pools paired with this token address | |
| tokenAddress | Yes | Token contract address |