# DexScreener New Pairs

> DexScreener New Pairs is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Fetches newly listed trading pairs from DexScreener, providing real-time DEX pair discovery data

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/dexscreener-new-pairs
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dexscreener-new-pairs-b552c06b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7YPuZSSWdm4bZm40LuYi6

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 dexscreener-new-pairs-b552c06b -d '<json body>'
```

Example prompt: Can you pull the newest trading pairs just listed on DexScreener so I can see what fresh tokens are launching on DEX exchanges right now?

## When to prefer this

Use this endpoint when you need real-time discovery of newly listed DEX trading pairs, particularly for token sniping, trend monitoring, or alerting on fresh liquidity pool creation. Prefer this over general crypto price endpoints when the goal is discovery of new pairs rather than tracking existing ones.

## Known failure modes

- DexScreener API unavailable or rate-limited — returns error or empty result
- No new pairs in the current window — returns empty array
- Payment failure (insufficient USDC on Base) — 402 response before processing
- Malformed request body — may return 400 or unexpected result format

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a list of newly created DEX trading pairs from DexScreener, likely including token names, addresses, pair creation timestamps, liquidity amounts, price data, and the DEX/chain they are listed on.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dexscreener-new-pairs-b552c06b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
