dex_get_network_pools
Retrieve top liquidity pools on a specific network sorted by volume, price, or transactions to analyze market activity.
Instructions
PRIMARY POOL FUNCTION: Get top liquidity pools on a specific network sorted by volume, price, or transactions. This is the main way to get pool data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| sort | No | Sort order | desc |
| limit | No | Results per page (max 100) | |
| network | Yes | Network ID (e.g., 'ethereum', 'solana', 'arbitrum') | |
| orderBy | No | Field to order by | volume_usd |