# Base Pool Launch Risk Feed

> Base Pool Launch Risk Feed is a paid API for AI agents from xx402.icu, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Returns a ranked risk feed of newly launched and hot DEX pools on Base, flagging launch risks, urgent review items, and avoid-list candidates with liquidity and volume filters.

## Facts

- Endpoint: GET https://xx402.icu/x402/api/base-pool-launch-risk-feed
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/base-pool-launch-risk-feed-9645196c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LPK9OcKfFfXU1x2mtdQH8

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 base-pool-launch-risk-feed-9645196c
```

Example prompt: Show me the top 10 riskiest new pool launches on Base from the last 7 days — search for base, weth, usdc, and virtual pairs with at least $500 liquidity and $200 in 24h volume, and flag anything that needs urgent review or should be avoided.

## When to prefer this

Use this endpoint when you need a curated, risk-ranked feed of newly launched or actively traded DEX pools on Base specifically — especially when you want to filter by pair age, minimum liquidity, and volume thresholds and receive pre-classified urgent/avoid/watchlist buckets rather than raw pair data.

## Known failure modes

- No pairs found matching the query terms — returns empty queues
- Dexscreener data source unavailable — source_status reflects degraded feed
- Payment not received (402) — endpoint returns payment-required error
- Invalid query parameters (e.g. limit > 20) — schema validation error
- Rate limit exceeded — HTTP 429 response

## How this service works

Paid x402 buyer market scout, x402 paid resource preflight, x402 seller visibility audit, Base actionable risk feed, liquidity exit risk alerts, pool launch risk feed, stable asset risk feed, contract control event feed, protocol outflow risk feed, yield pool allocation risk feed, protocol fee quality feed, token watchlist decision packet, wallet watchlist decision packet, approval risk feed, ranked DeFi review queues with incident history, onchain risk decision packet, promoted token campaign decision packet, large transfer decision packet, token candidate screening decision radar, DEX pair anomaly decision radar, wallet safety decision packet, counterparty flow, allowance, approval exposure, DEX pair routing risk, token trade safety, token liquidity, token flow, holder concentration, contract controls, batch token screening decision packets, token diligence, and BTC15 prediction-market microstructure, execution-friction, calibration-slice, recent market tape, resolved feature sample, and threshold-pressure packets for agents and risk tools.

## Output

A JSON object containing a summary of risk conditions, a ranked launch_risk_queue of DEX pairs with risk scores, an urgent_review list of high-priority flags, an avoid_queue of dangerous pools, a watchlist of borderline cases, and source_status/sources metadata about the underlying data feeds.

## Response schema (JSON Schema)

```json
{
 "keys": [
  "summary",
  "pool_launch_decision",
  "priority_queue",
  "best_next_products",
  "risk_breakdown",
  "review_queue",
  "urgent_review",
  "avoid_queue",
  "launch_risk_queue",
  "watchlist",
  "bucket_counts",
  "source_status",
  "sources"
 ],
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/base-pool-launch-risk-feed-9645196c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from xx402.icu](https://www.zero.xyz/host/xx402.icu/llms.txt)
