getNetworkDexes
Retrieve available decentralized exchanges (DEXes) for a specific blockchain network. Use network IDs from getNetworks to identify supported networks and access DEX data.
Instructions
Get available DEXes on a specific network. First call getNetworks to see valid network IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | Network ID from getNetworks (e.g., "ethereum", "solana") | |
| page | No | Page number for pagination | |
| limit | No | Number of items per page (max 100) | |
| sort | No | Sort order | desc |
| orderBy | No | How to order the returned data |