get_new_pools_by_network
Retrieve newly created liquidity pools on a specified blockchain network, returning a formatted table with dex, name, price, reserve, volume, and address.
Instructions
Query all the latest pools for a specific network on GeckoTerminal and return a formatted table.
Args:
network: The network identifier (default: "eth" for Ethereum)
page: Page number for pagination (default: 1)
include: Comma-separated attributes to include (e.g., "base_token,quote_token,dex,network")
Returns:
Formatted table as a string with columns: dex, name, base_price_in_quote, reserve_usd, volume_usd_24h, addressInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | eth | |
| page | No | ||
| include | No | base_token,quote_token,dex,network |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |