getNetworkPools
Retrieve top liquidity pools on a specific blockchain network. Specify network ID, pagination, and sorting by volume, price, or transactions. Ideal for analyzing DeFi liquidity data.
Instructions
PRIMARY POOL FUNCTION: Get top liquidity pools on a specific network. This is the MAIN way to get pool data - there is NO global pools function. Use this instead of any "getTopPools" or "getAllPools" concepts.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of items per page (max 100) | |
network | Yes | Network ID from getNetworks (required) - e.g., "ethereum", "solana" | |
orderBy | No | Field to order by | volume_usd |
page | No | Page number for pagination | |
sort | No | Sort order | desc |