# forge-x402 Solana New Pairs Feed

> forge-x402 Solana New Pairs Feed is a paid API for AI agents from 8000-bidqe1mpvdcfa3r7.splox.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns a live feed of newly created Solana DEX trading pairs, paid per call via x402 with USDC

## Facts

- Endpoint: POST https://8000-bidqe1mpvdcfa3r7.splox.app/api/v1/solana/new-pairs
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/forge-x402-solana-new-pairs-feed-1769468b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9T7ERx3-QXWiLH_DDBuqk

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 forge-x402-solana-new-pairs-feed-1769468b -d '<json body>'
```

Example prompt: Pull the 20 newest Solana DEX pair listings right now so I can check for fresh token launches before deciding where to trade.

## When to prefer this

Choose this endpoint when you need a real-time stream of newly created Solana DEX pairs without API key setup — ideal for trading bots, token snipers, or alpha-hunting agents that pay per call via x402 USDC micropayments. Prefer it over polling DexScreener directly when you want a pay-as-you-go model with no subscription overhead.

## Known failure modes

- Payment failure via x402 if USDC balance is insufficient — returns HTTP 402
- Invalid limit value outside 1-50 range may return an error or be clamped
- Stale or empty results if no new pairs have been created recently
- Network timeout if the upstream DexScreener or Solana RPC data source is unavailable
- Splox.app subdomain may be ephemeral — endpoint availability not guaranteed long-term

## How this service works

Live Solana DEX data for trading agents: Jupiter route quality, venue spreads in bps, liquidity snapshots, new pairs, trending tokens. Pay per call via x402 with USDC on Base or Solana. No API keys.

## Output

Returns a count and array of new pair profiles, each containing a creation timestamp (ISO 8601), a DexScreener URL for the pair, and the token mint address on Solana.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "string",
   "description": "Max profiles to return (1-50)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "count": 2,
 "profiles": [
  {
   "at": "2026-09-01T00:00:00.000Z",
   "url": "https://dexscreener.com/solana/pair",
   "token": "Mint..."
  }
 ]
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/forge-x402-solana-new-pairs-feed-1769468b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 8000-bidqe1mpvdcfa3r7.splox.app](https://www.zero.xyz/host/8000-bidqe1mpvdcfa3r7.splox.app/llms.txt)
