get_top_pools_by_dex
Identify top liquidity pools on a specific decentralized exchange (DEX) by analyzing transaction volume and activity. Specify attributes like base token and DEX details to streamline trading decisions.
Instructions
Get top pools on a specific DEX
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dex | Yes | DEX ID (e.g., 'uniswap_v3', 'sushiswap') | |
include | No | Attributes to include: 'base_token', 'quote_token', 'dex' (comma-separated) | |
network | Yes | Network ID (e.g., 'eth', 'bsc', 'polygon_pos') | |
page | No | Page number for pagination (optional, default: 1) | |
sort | No | Sort by: 'h24_tx_count_desc', 'h24_volume_usd_desc' (optional, default: 'h24_tx_count_desc') |