getDexPools
Retrieve liquidity pools from a specific decentralized exchange (DEX) on a blockchain network. Use network and DEX IDs to access data on volume, price, transactions, and more for DeFi analytics.
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 |