getDexPools
Retrieve DEX pools for a specific network and exchange. Use network ID and DEX identifier to fetch data. Supports pagination, sorting, and filtering by volume, price, or transactions.
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 |
---|---|---|---|
dex | Yes | DEX identifier from getNetworkDexes (e.g., "uniswap_v3") | |
limit | No | Number of items per page (max 100) | |
network | Yes | Network ID from getNetworks (e.g., "ethereum", "solana") | |
orderBy | No | Field to order by | volume_usd |
page | No | Page number for pagination | |
sort | No | Sort order | desc |