# Scry Wallet Transfer Tape

> Scry Wallet Transfer Tape is a paid API for AI agents from scry.solanahub.de, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Returns a chronological transfer tape with funding-lineage evidence, reconciliation, and agent-decision-support data for a given Solana wallet address

## Facts

- Endpoint: GET https://scry.solanahub.de/x402/wallet/%7Baddress%7D/transfer-tape
- Price: $0.15/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-transfer-tape-bfdd5d44
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UKvDpEcgkjox5xs30cqQR

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-transfer-tape-bfdd5d44
```

Example prompt: Pull the Scry transfer tape and funding-lineage evidence for Solana wallet DN7pYLSGYqHXwvPLh8tJM2zoJjhMSsNGVRVkMWVpredr — I want to see the confidence score, where the funds came from, and any agent decision support notes.

## When to prefer this

Use this endpoint when you need structured, evidence-packed transfer history and funding-lineage analysis for a specific Solana wallet — especially when you need a confidence score, agent-decision-support block, and reconciliation data in one call. Prefer this over raw RPC calls when operating in an autonomous agent context that requires policy-grade evidence rather than raw transactions. Best suited when the wallet is likely indexed (63,781+ wallets in DB) and cache-first latency is acceptable.

## Known failure modes

- Wallet address not indexed (in_db: false) — returns partial or empty evidence
- Payment not completed (x402 flow) — 402 response before data is served
- Invalid Solana address format — schema validation error
- since_slot out of range or future slot — returns empty transfer rows
- Upstream Helius refresh failure — stale cache with caveat noted in response
- Rate or quota limits on the x402 facilitator side

## 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

Returns a JSON object containing: transfer_tape (10-key chronological transfer history), evidence_pack (6-key evidence contract), funding coverage, reconciliation summary, spend rationale, confidence_score (0–1), field_provenance, helius live-refresh status, agent_decision_support (4-key policy-evidence block), resolved X-handle if available, and response timestamp. Truncated keys reference full examples via full_example_url.

## 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": [
        "HvFdDWS3RqymRAVx1ZdoL2RjiC38r5dtt19Z8op5jqDK"
       ]
      }
     }
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {
      "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"
      },
      "in_db": {
       "type": "boolean"
      },
      "caveat": {
       "type": "string"
      },
      "status": {
       "type": "string"
      },
      "wallet": {
       "type": "object",
       "additionalProperties": true
      },
      "address": {
       "type": "string"
      },
      "product": {
       "type": "string"
      },
      "sources": {
       "type": "array"
      },
      "coverage": {
       "type": "object",
       "additionalProperties": true
      },
      "supported": {
       "type": "boolean"
      },
      "methodology": {
       "type": "string"
      },
      "evidence_pack": {
       "type": "object",
       "additionalProperties": true
      },
      "transfer_tape": {
       "type": "object",
       "additionalProperties": true
      },
      "reconciliation": {
       "type": "object",
       "additionalProperties": true
      },
      "spend_rationale": {
       "type": "object",
       "additionalProperties": true
      },
      "confidence_score": {
       "type": "number"
      },
      "field_provenance": {
       "type": "object",
       "additionalProperties": true
      },
      "source_updated_at": {
       "type": "string"
      },
      "helius_live_refresh": {
       "type": "object"
… (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",
  "wallet": "{object: 2 keys - full example via full_example_url}",
  "address": "DN7pYLSGYqHXwvPLh8tJM2zoJjhMSsNGVRVkMWVpredr",
  "product": "scry_wallet_transfer_tape",
  "sources": [
   "transaction_evidence_cache",
   "scry_evidence_index",
   "evidence_pipeline"
  ],
  "coverage": "{object: 5 keys - full example via full_example_url}",
  "supported": true,
  "methodology": "scry_wallet_transfer_tape_v1",
  "evidence_pack": {
   "contract": "scry_evidence_pack_v1",
   "_truncated": "full 6-key object via full_example_url"
  },
  "transfer_tape": "{object: 10 keys - full example via full_example_url}",
  "reconciliation": "{object: 6 keys - full example via full_example_url}",
  "spend_rationale": "{object: 3 keys - full example via full_example_url}",
  "confidence_score": 0.88,
  "field_provenance": "{object: 5 keys - full example via full_example_url}",
  "source_updated_at": "2026-05-05T13:17:40Z",
  "helius_live_refresh": "{object: 2 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-transfer-tape-bfdd5d44/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)
