# Base DEX Pair Anomaly Radar

> Base DEX Pair Anomaly Radar 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).

Scans Base network DEX pairs for anomalous trading behavior, liquidity irregularities, and risk signals across configurable search terms and filters.

## Facts

- Endpoint: GET https://xx402.icu/x402/api/base-dex-pair-anomaly-radar
- 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-dex-pair-anomaly-radar-d28432c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9IkV8Zz-eKiqRvIFpq3A2

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-dex-pair-anomaly-radar-d28432c4
```

Example prompt: Scan Base DEX pairs related to 'aerodrome,virtual,base' for anomalies — show me up to 8 results with at least $5,000 liquidity and $500 in 24h volume, and flag any that should go in the avoid or review queue.

## When to prefer this

Use this endpoint when you need real-time anomaly detection specifically on Base network DEX pairs, especially when you want ranked avoid/review queues and multi-source risk aggregation. Prefer this over generic token screeners when you need Base-native liquidity pair scanning with configurable search terms like Aerodrome or Virtual Protocol ecosystems.

## Known failure modes

- No pairs found matching the query and filter thresholds — returns empty pairs array
- Dexscreener data source unavailable — source_status may indicate degraded or offline
- Invalid query string or out-of-range parameters — returns 400-level error
- Payment not completed via x402 protocol — returns 402 Payment Required
- Rate limiting or overload — returns 429 or 503

## 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

Returns a JSON object containing: a risk summary, the search terms used, a list of anomalous Base DEX pairs with risk details, a watchlist, a ranked review queue, an avoid queue (pairs to steer clear of), and source status metadata including data source health.

## Response schema (JSON Schema)

```json
{
 "keys": [
  "summary",
  "radar_decision",
  "priority_queue",
  "best_next_products",
  "risk_breakdown",
  "search_terms",
  "pairs",
  "watchlist",
  "review_queue",
  "avoid_queue",
  "bucket_counts",
  "source_status",
  "sources"
 ],
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/base-dex-pair-anomaly-radar-d28432c4/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)
