# Base Wallet Watchlist Risk Digest

> Base Wallet Watchlist Risk Digest is a paid API for AI agents from xx402.icu, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a risk digest for a watchlist of Base/EVM wallet addresses, including counterparty flows, approval exposures, transfer samples, and ranked review/avoid queues for a specified token and block window.

## Facts

- Endpoint: GET https://xx402.icu/x402/api/base-wallet-watchlist-risk-digest
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/base-wallet-watchlist-risk-digest-b0b0d4dc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HKl-hAsBBM5hh7Wd7lv4U

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-wallet-watchlist-risk-digest-b0b0d4dc
```

Example prompt: Can you pull a risk digest for these 3 Base wallets — 0xfBDB0Ad415e95c4843FD872FAc967459572910f1, 0xAbc123..., 0xDef456... — checking their USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) activity over the last 2000 blocks, with up to 8 counterparties and approvals shown per wallet?

## When to prefer this

Use this endpoint when you need a batch risk digest across multiple watched wallet addresses on Base, especially when you want ranked avoid/review queues, approval exposure analysis, and counterparty flow summaries for a specific token within a recent block window. Prefer this over single-wallet endpoints when monitoring a curated list of addresses for ongoing risk surveillance.

## Known failure modes

- Invalid or malformed wallet address returns 400 with validation error
- Token address not matching ERC20 pattern returns schema validation error
- Limit exceeds maximum of 5 wallets returns 400
- window_blocks outside 100–5000 range returns validation error
- Payment not included or insufficient returns 402 Payment Required
- No onchain data found for address returns empty wallet entries
- Data source unavailability may return partial results with degraded source_status

## 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 with keys: summary (overall risk overview), wallets (per-wallet risk details including counterparty flows, approvals, and transfer samples), watchlist (aggregated watchlist view), review_queue (wallets flagged for review ranked by risk), avoid_queue (highest-risk wallets to avoid), risk_level_counts (breakdown of wallets by risk tier), source_status (health of underlying data sources), and sources (data provenance).

## Response schema (JSON Schema)

```json
{
 "keys": [
  "summary",
  "wallet_watchlist_decision",
  "priority_queue",
  "risk_breakdown",
  "wallets",
  "watchlist",
  "review_queue",
  "avoid_queue",
  "risk_level_counts",
  "bucket_counts",
  "source_status",
  "sources"
 ],
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/base-wallet-watchlist-risk-digest-b0b0d4dc/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)
