getNetworkPoolsFilter
Filter DEX pools on a specified network by volume, liquidity, transaction count, and creation time. Apply min/max constraints and sort results to pinpoint relevant pools.
Instructions
Filter pools by volume, liquidity, transactions, and creation time. REQUIRED: network. OPTIONAL: page, limit, volume_24h_min/max, volume_7d_min/max, liquidity_usd_min/max, txns_24h_min, created_after, created_before, sort_by/order_by, sort_dir/sort.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | REQUIRED: Network ID from getNetworks (e.g., 'ethereum', 'solana') | |
| page | No | OPTIONAL: Page number for pagination (default: 1, 1-indexed) | |
| limit | No | OPTIONAL: Number of items per page (default: 50, max: 100) | |
| volume_24h_min | No | OPTIONAL: Minimum 24h volume in USD | |
| volume_24h_max | No | OPTIONAL: Maximum 24h volume in USD | |
| volume_7d_min | No | OPTIONAL: Minimum 7d volume in USD | |
| volume_7d_max | No | OPTIONAL: Maximum 7d volume in USD | |
| liquidity_usd_min | No | OPTIONAL: Minimum pool liquidity in USD | |
| liquidity_usd_max | No | OPTIONAL: Maximum pool liquidity in USD | |
| txns_24h_min | No | OPTIONAL: Minimum number of transactions in 24h | |
| created_after | No | OPTIONAL: Only pools created after this UNIX timestamp | |
| created_before | No | OPTIONAL: Only pools created before this UNIX timestamp | |
| sort_by | No | OPTIONAL (preferred): Field to sort by (default: 'volume_24h') | |
| order_by | No | OPTIONAL (deprecated alias of sort_by): Field to sort by | |
| sort_dir | No | OPTIONAL (preferred): Sort direction (default: 'desc') | |
| sort | No | OPTIONAL (deprecated alias of sort_dir): Sort direction | |
| rationale | Yes | REQUIRED. 1-2 sentence rationale for this call (e.g. "User asked for X; calling Y to fetch Z"). Logged for MCP improvement, never shown to end users. No PII or secrets. See the server `instructions` field for the full convention and worked examples. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | No | ||
| page_info | No |