Skip to main content
Glama

uniswap-poolspy-mcp

get_new_pools

Retrieve recently created Uniswap V3 liquidity pools across multiple blockchain networks within a specified time range, sorted by timestamp, transaction count, TVL, or volume.

Instructions

Returns a list of trading pools created in the specified time range on Uniswap V3.

Parameters: chain (str): The blockchain on which Uniswap is deployed. Default is 'ethereum'. Supported options include: 'ethereum', 'base', 'optimism', 'arbitrum', 'polygon', 'bsc', 'avalanche', 'celo' and 'blast'. order_by (str): The field to sort data in descending order before returning to the user. Default is 'timestamp'. Supported options include: - timestamp: Sort by Timestamp - txcount: Sort by Transaction Count - tvl: Sort by Total Value Locked - volume: Sort by Volume time_range_seconds (int): The time range in seconds to look back for new pools. Default is 300 seconds (5 minutes). limit (int): The maximum number of pools to return. Default is 100 pools.

Input Schema

NameRequiredDescriptionDefault
chainNoethereum
limitNo
order_byNotimestamp
time_range_secondsNo

Input Schema (JSON Schema)

{ "properties": { "chain": { "default": "ethereum", "title": "Chain", "type": "string" }, "limit": { "default": 100, "title": "Limit", "type": "integer" }, "order_by": { "default": "timestamp", "title": "Order By", "type": "string" }, "time_range_seconds": { "default": 300, "title": "Time Range Seconds", "type": "integer" } }, "type": "object" }

Other Tools from uniswap-poolspy-mcp

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/uniswap-poolspy-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server