{
  "schema_version": "1.0",
  "name": "Public Wallet Risk Intelligence",
  "description": "Source-attributed wallet risk lookup, paid sample, full JSONL snapshot, and batch delta for KYT and AML screening.",
  "origin": "https://base-agent-preflight.bytoken2023.workers.dev",
  "product_page": "https://base-agent-preflight.bytoken2023.workers.dev/wallet-risk",
  "openapi_url": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json",
  "ai_buyer_catalog_url": "https://base-agent-preflight.bytoken2023.workers.dev/catalog.json",
  "current_batch": "2026-W27",
  "dataset": {
    "active_labels": 25357,
    "source_count": 28,
    "risk_type_counts": {
      "malicious_contract": 720,
      "phishing": 9803,
      "ransomware": 11178,
      "sanction": 2584,
      "stablecoin_frozen": 1072
    },
    "files": {
      "snapshot": {
        "key": "address_labels_snapshot.jsonl",
        "bytes": 13348407,
        "sha256": "bce018e3105d25f13b5f6ede720a0a10f6919f09cf833856a69c78aebe8ec7b4",
        "content_type": "application/x-ndjson"
      },
      "delta_2026-W27": {
        "key": "address_labels_delta_2026-W27.jsonl",
        "bytes": 14440194,
        "sha256": "41b40383dc35a3657103656d41f280539945388fdd91391bd5931038ef3d1c2d",
        "content_type": "application/x-ndjson"
      }
    },
    "limitations": [
      "Public-source intelligence feed; not a full transaction graph product.",
      "No multi-hop fund-flow tracing or unknown-address ML classification in this version."
    ]
  },
  "paid_resources": {
    "lookup": {
      "method": "GET",
      "path": "/v1/x402/address-risk/lookup",
      "price_usdc": "$0.10",
      "example": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/address-risk/lookup?chain=ETH&address=0x...&campaign=manifest"
    },
    "sample": {
      "method": "GET",
      "path": "/v1/x402/address-risk/sample",
      "price_usdc": "$0.005",
      "example": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/address-risk/sample?limit=5&campaign=manifest"
    },
    "snapshot": {
      "method": "GET",
      "path": "/v1/x402/address-risk/snapshot",
      "price_usdc": "$499.00",
      "example": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/address-risk/snapshot?campaign=manifest"
    },
    "delta": {
      "method": "GET",
      "path": "/v1/x402/address-risk/delta",
      "price_usdc": "$99.00",
      "example": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/address-risk/delta?batch_key=2026-W27&campaign=manifest"
    }
  },
  "response_schema_hint": {
    "lookup": "JSON object with hit, risk_score, risk_level, labels[], provenance, dataset counts, and limitations.",
    "sample": "JSON object with sample records from the snapshot, dataset counts, paid_next_steps, and limitations.",
    "snapshot": "application/x-ndjson full active-label snapshot with source attribution and evidence fields.",
    "delta": "application/x-ndjson batch delta with label changes and on-chain blacklist event metadata."
  },
  "recommended_campaigns": [
    "x402scan-profile",
    "twitter-thread",
    "agentcash-community"
  ]
}