# New DeFi Pools & Token Launches Discovery

> New DeFi Pools & Token Launches Discovery is a paid API for AI agents from api.x-402.online, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Returns the freshest token launches and newest liquidity pools on a given blockchain, sorted newest-first, with name, price, volume, liquidity, and creation timestamp.

## Facts

- Endpoint: POST https://api.x-402.online/v1/crypto/new-pools
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/new-defi-pools-token-launches-discovery-8eb83fea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OXzmrBtHbiA7gdmsM6Gtt

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability new-defi-pools-token-launches-discovery-8eb83fea -d '<json body>'
```

Example prompt: Show me the newest liquidity pools and token launches on Base right now — I want the freshest ones first with price, volume, and liquidity so I can spot early opportunities.

## When to prefer this

Choose this endpoint when you need the absolute freshest/newest token launches or liquidity pools sorted by creation time — ideal for sniper bots, early-discovery agents, or any workflow that prioritizes recency over momentum. Prefer this over trending-pools endpoints when you want newly created pools regardless of volume momentum. Supports 8 chains including Solana and Base.

## Known failure modes

- Missing or invalid chain parameter returns an error or empty result
- Unsupported chain identifier returns an error
- Rate limiting or payment failure returns 402 or 429 status
- Chain may have no new pools in recent period returning empty list
- Network or upstream data provider outage causing stale or missing data

## Output

A list of newly created liquidity pools and token launches on the specified chain, ordered newest-first. Each entry includes the pool/token name, current price, 24-hour trading volume, liquidity amount, and the UTC creation timestamp. Supports 8 chains including Solana, Base, Ethereum, and others.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/new-defi-pools-token-launches-discovery-8eb83fea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x-402.online](https://www.zero.xyz/host/api.x-402.online/llms.txt)
