new_pairs
Retrieve recently-created Base DEX pairs (Uniswap V3 + Aerodrome) to discover new token launches. Each pair includes token details, quote, pool info, block, and age for trading agents.
Instructions
Recently-created Base DEX pairs (Uniswap V3 + Aerodrome) from a background log-watcher — fresh token launches for trading agents/snipers. POST { since?, limit?, dex?, withToken? }; each pair gives the new token, quote (WETH/USDC), pool, fee|stable, block + approx age. Bundle with /v1/token-safety for a pre-trade rug/honeypot check. Unpaid returns 402. (PAID x402 service — USDC on Base; the MCP server needs a funded wallet to settle.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Only pairs first seen at or after this block | |
| limit | No | Max pairs (1–200, default 50) | |
| dex | No | Filter: 'uniswap-v3' | 'aerodrome' | |
| withToken | No | Only token launches (default true) |