# Scry Wallet Forensics – X-Handle Reverse Lookup & Solana Wallet Evidence

> Scry Wallet Forensics – X-Handle Reverse Lookup & Solana Wallet Evidence is a paid API for AI agents from scry.solanahub.de, paid per call via x402, $0.050000/call, status unknown (last checked 2026-09-14).

Reverse-lookup the X (Twitter) handle associated with a Solana wallet address and return forensic evidence including funding lineage, SOL-flow graph, coordination peers, clusters, red flags, and holdings snapshot.

## Facts

- Endpoint: GET https://scry.solanahub.de/x402/wallet-forensics
- Price: $0.050000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scry-solanahub-de-99d8fcd3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wIYqp9l9-Yu7F17T1Q1QK

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-solanahub-de-99d8fcd3
```

Example prompt: Can you look up who's behind Solana wallet 4BdKaxN8G6ka4GYtQQWk4G4dZRUTX2vQH9GcXdBREFUk — I want to know if there's an X handle linked to it, any red flags, funding lineage, and whether it's connected to any known clusters or coordination groups?

## When to prefer this

Use this endpoint when you need to identify the real-world identity (especially X/Twitter handle) behind a Solana wallet, or when you need a comprehensive forensic brief including funding lineage, cluster affiliations, and red flags for counterparty due diligence, KOL verification, or risk triage — particularly when a KOL or influencer claim needs on-chain corroboration.

## Known failure modes

- Wallet address not found or not covered — returns partial status with low confidence score
- Invalid Solana address format — returns error status
- No X-handle association found — returns success with empty handle field and coverage gap noted
- Helius data temporarily unavailable — returns cached/stale evidence with reduced freshness score
- Payment not processed (x402 flow failure) — returns 402 Payment Required

## How this service works

Wallet-to-KOL X-handle reverse lookup plus Solana wallet evidence via query parameter. Pass `address` to get Helius-verified X-handle context when available, service/router/exchange quarantine, funding lineage, SOL-flow graph, coordination peers, clusters, red flags, current activity, holdings snapshot when covered, coverage confidence, and source freshness.

## Output

Returns a JSON evidence pack containing: matched X (Twitter) handle (when available via Helius-verified context), service/router/exchange quarantine flags, funding lineage with hop depth, SOL-flow graph, coordination peers and clusters, red flags, current wallet activity, holdings snapshot (when covered), coverage confidence score (0–1), and source freshness timestamp.

## 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": [
      "address"
     ],
     "properties": {
      "address": {
       "type": "string",
       "examples": [
        "4BdKaxN8G6ka4GYtQQWk4G4dZRUTX2vQH9GcXdBREFUk"
       ]
      }
     }
    }
   },
   "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",
        "token_count_lower_bound",
        "token_count_is_lower_bound"
       ],
       "proper
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scry-solanahub-de-99d8fcd3/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)
