get_new_pools
Discover and monitor the latest DeFi pools across multiple networks using defined attributes like base token, quote token, and DEX. Ideal for real-time crypto trading insights and strategy optimization.
Instructions
Get latest new pools across all networks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include | No | Attributes to include: 'base_token', 'quote_token', 'dex', 'network' (comma-separated) | |
page | No | Page number for pagination (optional, default: 1) |
Input Schema (JSON Schema)
{
"properties": {
"include": {
"description": "Attributes to include: 'base_token', 'quote_token', 'dex', 'network' (comma-separated)",
"type": "string"
},
"page": {
"description": "Page number for pagination (optional, default: 1)",
"type": "integer"
}
},
"required": [],
"type": "object"
}