# Scry Wallet Intelligence – Watchlist Snapshot

> Scry Wallet Intelligence – Watchlist Snapshot is a paid API for AI agents from scry.solanahub.de, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns aggregated risk intelligence, funding-lineage evidence, and decision-support data for up to 25 Solana wallet addresses in a single paid snapshot.

## Facts

- Endpoint: GET https://scry.solanahub.de/x402/wallet/watchlist-snapshot
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scry-wallet-intelligence-watchlist-snapshot-a7baa316
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6oJlaKflM7otqp9Y97Nhk

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 scry-wallet-intelligence-watchlist-snapshot-a7baa316
```

Example prompt: Can you pull a Scry watchlist snapshot for these two Solana wallets — HvFdDWS3RqymRAVx1ZdoL2RjiC38r5dtt19Z8op5jqDK and 4hSXPtxZgXFpCcBUfZ54LpStURptm7PAfzPPcK9EgvGt — and give me their confidence scores, funding lineage, and any red flags in the evidence pack?

## When to prefer this

Use this endpoint when you need batch risk intelligence across multiple Solana wallets (up to 25) in a single call, with structured evidence packs and agent-ready decision support. Prefer this over single-wallet endpoints when operating on a watchlist or evaluating a group of addresses together. Ideal for agent workflows requiring confidence scores, funding lineage, and policy-compatible evidence without needing an API key or subscription.

## Known failure modes

- Invalid or malformed Solana address returns it in invalid_addresses array
- Exceeding 25 addresses per request results in a rejection or truncation
- Payment not completed via x402 returns HTTP 402 with payment instructions
- Wallet not indexed returns partial or empty coverage object
- Missing required 'addresses' query parameter results in a 400-level error
- Network or upstream Helius/Scry data source unavailability may cause degraded confidence scores

## How this service works

Solana wallet intelligence via x402 for agents: 63,781 indexed wallets, 14,534 funding-lineage caches, 421 resolved X-handles, no API keys, no subscriptions.

## Output

A JSON object containing: status, product name, methodology, confidence score (0–1), wallet-level details array, aggregate metrics, coverage object, evidence pack (with funding lineage and source provenance), agent_decision_support object (policy-ready flags), spend_rationale, field_provenance, list of invalid addresses, timestamps (as_of, frozen_at, source_updated_at), and a truncated flag. Full schema available via /openapi.json.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "addresses"
     ],
     "properties": {
      "addresses": {
       "type": "string",
       "examples": [
        "HvFdDWS3RqymRAVx1ZdoL2RjiC38r5dtt19Z8op5jqDK,4hSXPtxZgXFpCcBUfZ54LpStURptm7PAfzPPcK9EgvGt"
       ]
      },
      "since_slot": {
       "type": "integer",
       "minimum": 0
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "status",
      "product",
      "coverage",
      "evidence_pack",
      "agent_decision_support",
      "methodology"
     ],
     "properties": {
      "as_of": {
       "type": "string"
      },
      "caveat": {
       "type": "string"
      },
      "status": {
       "type": "string"
      },
      "product": {
       "type": "string"
      },
      "sources": {
       "type": "array"
      },
      "wallets": {
       "type": "array"
      },
      "coverage": {
       "type": "object",
       "additionalProperties": true
      },
      "aggregate": {
       "type": "object",
       "additionalProperties": true
      },
      "frozen_at": {
       "type": "string"
      },
      "truncated": {
       "type": "boolean"
      },
      "is_example": {
       "type": "boolean"
      },
      "methodology": {
       "type": "string"
      },
      "fixture_note": {
       "type": "string"
      },
      "evidence_pack": {
       "type": "object",
       "additionalProperties": true
      },
      "requested_count": {
       "type": "number"
      },
      "spend_rationale": {
       "type": "object",
       "additionalProperties": true
      },
      "watchlist_count": {
       "type": "number"
      },
      "confidence_score": {
       "type": "number"
      },
      "field_provenance": {
       "type": "object",
       "additionalProperties": true
      },
      "invalid_addresses": {
       "type": "array"
      },
      "source_updated_at": {
       "type": "string"
    
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "as_of": "2026-05-05T13:17:40Z",
  "caveat": "Risk intelligence only. Not financial advice or a trading recommendation.",
  "status": "success",
  "product": "scry_watchlist_snapshot",
  "sources": [
   "helius-wallet-transfers",
   "scry-transfer-cache",
   "scry-wallet-db",
   "scry-wallet-edges"
  ],
  "wallets": "[array: 1 items - full example via full_example_url]",
  "coverage": "{object: 5 keys - full example via full_example_url}",
  "aggregate": "{object: 11 keys - full example via full_example_url}",
  "frozen_at": "2026-05-05T13:17:40Z",
  "truncated": false,
  "is_example": true,
  "methodology": "scry_watchlist_snapshot_v1",
  "fixture_note": "Frozen-but-current response-shape fixture refreshed on 2026-05-05. Paid responses return response-level freshness fie...",
  "evidence_pack": {
   "contract": "scry_evidence_pack_v1",
   "_truncated": "full 9-key object via full_example_url"
  },
  "requested_count": 1,
  "spend_rationale": "{object: 3 keys - full example via full_example_url}",
  "watchlist_count": 1,
  "confidence_score": 0.88,
  "field_provenance": "{object: 4 keys - full example via full_example_url}",
  "invalid_addresses": [],
  "source_updated_at": "2026-05-05T13:17:40Z",
  "agent_decision_support": "{object: 5 keys - full example via full_example_url}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scry-wallet-intelligence-watchlist-snapshot-a7baa316/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scry.solanahub.de](https://www.zero.xyz/host/scry.solanahub.de/llms.txt)
