dex_get_network_dexes
Lists decentralized exchanges (DEXes) available on a specific blockchain network, taking a network ID from dex_get_networks. Supports sorting, pagination, and custom result limits.
Instructions
Get available DEXes on a specific network. First call dex_get_networks to see valid network IDs.
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 from dex_get_networks (e.g., 'ethereum', 'solana') | |
| orderBy | No | Order by field |