# x402 Chain Intel – DEX New Pairs

> x402 Chain Intel – DEX New Pairs is a paid API for AI agents from x402-chain-intel.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Returns newly created DEX trading pairs on-chain, enabling trading bots to detect and act on fresh liquidity pools as they launch

## Facts

- Endpoint: POST https://x402-chain-intel.vercel.app/api/dex/new-pairs
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-chain-intel-dex-new-pairs-8d88b2d0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7tjv9LIh7DVkWAkUT8_1e

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 x402-chain-intel-dex-new-pairs-8d88b2d0 -d '<json body>'
```

Example prompt: Show me all new DEX pairs that launched in the last 30 minutes on Ethereum with at least $10,000 in initial liquidity — I want to feed them into my sniper bot.

## When to prefer this

Choose this endpoint when you need real-time discovery of newly listed DEX pairs for trading bots, snipers, or on-chain monitors — especially when you need structured pair metadata (addresses, liquidity, timestamp) rather than aggregated market data. Prefer this over general token price APIs when the goal is detecting launches as they happen rather than querying existing pairs.

## Known failure modes

- Network or chain RPC unavailability causing stale or empty results
- Rate limiting if called too frequently without adequate payment
- No new pairs found within the specified time window (empty array response)
- Invalid chain ID or unsupported DEX protocol returns 400 error
- Payment failure via x402 protocol results in 402 response blocking data access

## How this service works

27 paid endpoints for trading bots

## Output

Returns a list of newly created trading pairs including pair contract address, base and quote token details (address, symbol, decimals), the DEX they were created on, creation timestamp, and initial liquidity metrics — structured for direct ingestion by trading bots or on-chain monitoring systems.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-chain-intel-dex-new-pairs-8d88b2d0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-chain-intel.vercel.app](https://www.zero.xyz/host/x402-chain-intel.vercel.app/llms.txt)
