# Scry Wallet Forensics

> Scry Wallet Forensics 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-13).

Returns comprehensive forensic intelligence on a Solana wallet address, including risk summary, funding lineage, identity labels, trading profile, sniper risk, and agent decision support.

## Facts

- Endpoint: GET https://scry.solanahub.de/x402/wallet/%7Baddress%7D/forensics
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scry-wallet-forensics-5f5d3570
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JSJ6gpNWu_TRXOntX6Qf5

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-forensics-5f5d3570
```

Example prompt: Can you run a forensic check on the Solana wallet 4BdKaxN8G6ka4GYtQQWk4G4dZRUTX2vQH9GcXdBREFUk — I want to see its risk summary, funding lineage, identity labels, and whether it's flagged as a sniper or bundler?

## When to prefer this

Use this endpoint when you need structured, agent-ready risk intelligence on a specific Solana wallet — particularly when you want funding lineage, sniper/bundler risk, identity resolution, and a confidence-scored decision support block in a single call. Prefer it over raw on-chain data lookups when you need pre-indexed forensic evidence without managing API keys or subscriptions. Best suited for due-diligence, counterparty risk checks, or automated DeFi agent workflows on Solana.

## Known failure modes

- Wallet address not found in index (in_db: false) — returns partial or empty evidence pack
- Invalid Solana address format — likely 400 or validation error
- Payment not received / x402 flow incomplete — 402 response requiring USDC payment
- Endpoint temporarily unavailable — 5xx error
- Coverage gaps for wallets with no cached funding lineage — returns bounded lower-bound token counts instead of exact figures

## 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 with a confidence score, risk summary, trading profile, funding-lineage evidence, holdings snapshot, sniper risk context, identity labels (including resolved X/Twitter handle if available), an agent decision support block with actionable guidance, and field provenance metadata — all keyed to the queried wallet address and timestamped.

## 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"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "address"
     ],
     "properties": {
      "address": {
       "type": "string",
       "examples": [
        "4BdKaxN8G6ka4GYtQQWk4G4dZRUTX2vQH9GcXdBREFUk"
       ]
      }
     }
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "status",
      "product",
      "coverage",
      "evidence_pack",
      "agent_decision_support",
      "methodology",
      "holdings_snapshot"
     ],
     "properties": {
      "as_of": {
       "type": "string"
      },
      "in_db": {
       "type": "boolean"
      },
      "caveat": {
       "type": "string"
      },
      "status": {
       "type": "string"
      },
      "address": {
       "type": "string"
      },
      "product": {
       "type": "string"
      },
      "sources": {
       "type": "array"
      },
      "coverage": {
       "type": "object",
       "additionalProperties": true
      },
      "identity": {
       "type": "object",
       "additionalProperties": true
      },
      "supported": {
       "type": "boolean"
      },
      "methodology": {
       "type": "string"
      },
      "risk_summary": {
       "type": "object",
       "additionalProperties": true
      },
      "evidence_pack": {
       "type": "object",
       "additionalProperties": true
      },
      "spend_rationale": {
       "type": "object",
       "additionalProperties": true
      },
      "trading_profile": {
       "type": "object",
       "additionalProperties": true
      },
      "confidence_score": {
       "type": "number"
      },
      "field_provenance": {
       "type": "object",
       "additionalProperties": true
      },
      "holdings_snapshot": {
       "type": [
        "object",
        "null"
       ],
       "required": [
        "snapshot_completeness",
        "token_count",
   
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "as_of": "2026-05-05T13:17:40Z",
  "in_db": true,
  "caveat": "Risk intelligence only. Not financial advice or a trading recommendation.",
  "status": "success",
  "address": "4BdKaxN8G6ka4GYtQQWk4G4dZRUTX2vQH9GcXdBREFUk",
  "product": "scry_wallet_forensics",
  "sources": [
   "scry_evidence_index",
   "identity_label_cache",
   "evidence_pipeline"
  ],
  "coverage": "{object: 5 keys - full example via full_example_url}",
  "identity": "{object: 2 keys - full example via full_example_url}",
  "supported": true,
  "methodology": "sentinel_x402_wallet_forensics_v1",
  "risk_summary": "{object: 3 keys - full example via full_example_url}",
  "evidence_pack": {
   "contract": "scry_evidence_pack_v1",
   "_truncated": "full 6-key object via full_example_url"
  },
  "spend_rationale": "{object: 3 keys - full example via full_example_url}",
  "trading_profile": "{object: 3 keys - full example via full_example_url}",
  "confidence_score": 0.88,
  "field_provenance": "{object: 6 keys - full example via full_example_url}",
  "sniper_risk_context": "{object: 6 keys - full example via full_example_url}",
  "agent_decision_support": "{object: 4 keys - full example via full_example_url}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scry-wallet-forensics-5f5d3570/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)
