getDexPools
Retrieve liquidity pools from a specific decentralized exchange (DEX) on a blockchain network to analyze trading activity and token performance.
Instructions
Get pools from a specific DEX on a network. First use getNetworks, then getNetworkDexes to find valid DEX IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | Network ID from getNetworks (e.g., "ethereum", "solana") | |
| dex | Yes | DEX identifier from getNetworkDexes (e.g., "uniswap_v3") | |
| 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 |