# Base Onchain Risk & Token Intelligence API

> Base Onchain Risk & Token Intelligence API 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, actionable onchain risk feed for the Base blockchain covering DeFi protocols, tokens, DEX pairs, pools, stable assets, contract controls, and large transfers

## Facts

- Endpoint: GET https://xx402.icu/x402/api/base-actionable-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-onchain-risk-token-intelligence-api-8b8f6ba5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5gyvu9WWQszkpeifZCli7

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-onchain-risk-token-intelligence-api-8b8f6ba5
```

Example prompt: Pull the latest Base onchain risk feed — search for aerodrome, virtual, and base tokens — and show me up to 10 ranked risk actions, 4 DeFi rows, 4 yield-pool rows, 3 DEX pair anomalies, and flag any large transfers above $100,000.

## When to prefer this

Choose this endpoint when you need a comprehensive, ranked, actionable risk feed specifically for the Base blockchain covering multiple risk dimensions (DeFi, tokens, DEX pairs, stable assets, contract controls, yield pools, large transfers) in a single call. Prefer it over general blockchain analytics when you need Base-specific risk signals with live contract-control probes and you're comfortable paying $0.01 USDC per call via x402.

## Known failure modes

- Payment not received or invalid x402 payment header — returns 402 Payment Required
- Invalid query parameter types or out-of-range values (e.g. limit > 20) — returns 400 Bad Request
- Upstream onchain data sources unavailable — partial results with degraded source_status
- Rate limiting if too many calls in a short window — returns 429 Too Many Requests
- Network timeout if deep_limit probes take too long on live contract calls

## 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, ranked action queue, 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, promoted token radar, large transfer radar, onchain radar, and source status — all scoped to the Base blockchain.

## Response schema (JSON Schema)

```json
{
 "keys": [
  "summary",
  "actionable_decision",
  "buyer_execution_plan",
  "priority_queue",
  "best_next_products",
  "risk_breakdown",
  "urgent_review",
  "avoid_queue",
  "category_coverage",
  "action_queue",
  "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",
  "promoted_token_radar",
  "large_transfer_radar",
  "onchain_radar",
  "bucket_counts",
  "source_status",
  "sources"
 ],
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/base-onchain-risk-token-intelligence-api-8b8f6ba5/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)
