# Blockchain Address Risk Snapshot

> Blockchain Address Risk Snapshot is a paid API for AI agents from base-agent-preflight.bytoken2023.workers.dev, paid per call via x402, $499/call, status down (last checked 2026-09-15).

Returns a JSONL risk snapshot for a blockchain wallet address, including chain, label, risk type, confidence, and evidence metadata.

## Facts

- Endpoint: GET https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/address-risk/snapshot
- Price: $499/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockchain-address-risk-snapshot-1c3b3b68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1171ZJEfu6ucAOkEcIPRl

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 blockchain-address-risk-snapshot-1c3b3b68
```

Example prompt: Before I send payment to this wallet, can you pull a risk snapshot for the Ethereum address 0xABC123... and tell me if it's flagged as high risk or associated with any known fraud labels?

## When to prefer this

Use this endpoint when you need a structured, confidence-scored risk snapshot for a specific blockchain wallet address before executing a payment or onboarding a counterparty. Prefer this over generic block explorer lookups when you need machine-readable JSONL output with labeled risk types and verifiable evidence URLs for compliance workflows.

## Known failure modes

- Invalid or malformed wallet address returns an error or empty result
- Address not found in the risk database returns no records
- Rate limiting or quota exhaustion at $499/call may block requests
- Unsupported chain identifier may return no data
- Network timeout on Cloudflare Worker edge node

## How this service works

Pay-per-request identity, risk, authorization, execution-preflight and evidence APIs for autonomous agents.

## Output

Returns a JSONL (newline-delimited JSON) stream with per-address records containing: chain, address, label, risk_type, confidence score, source_key, evidence_url, and batch metadata. Each line is a self-contained JSON object describing the risk assessment for the queried wallet.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "format": "jsonl",
  "product": "public-wallet-risk-snapshot",
  "includes": "chain, address, label, risk_type, confidence, source_key, evidence_url, batch metadata",
  "content_type": "application/x-ndjson"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockchain-address-risk-snapshot-1c3b3b68/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from base-agent-preflight.bytoken2023.workers.dev](https://www.zero.xyz/host/base-agent-preflight.bytoken2023.workers.dev/llms.txt)
