# Scry Wallet Quick Flag

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

Returns a multi-signal risk and identity quick-flag analysis for a given Solana wallet address, including funding lineage, bundler detection, and confidence score.

## Facts

- Endpoint: GET https://scry.solanahub.de/x402/wallet/%7Baddress%7D/quick-flag
- Price: $0.001/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-quick-flag-2e209618
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dkZ4_1GhnmUYX3kmR_GMj

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-quick-flag-2e209618
```

Example prompt: Can you quick-flag the Solana wallet HvFdDWS3RqymRAVx1ZdoL2RjiC38r5dtt19Z8op5jqDK — I want to see its risk flags, funding lineage, and whether it's been linked to any bundler activity?

## When to prefer this

Use this endpoint when you need a fast, low-cost ($0.001 USDC) multi-signal risk snapshot for a Solana wallet — especially when you care about bundler detection, funding lineage, and identity resolution in a single call. Prefer this over raw on-chain queries when the wallet may already be indexed in Scry's 63K+ wallet database for cached, structured evidence. Best suited for agent workflows doing due diligence, fraud screening, or counterparty assessment on Solana addresses.

## Known failure modes

- Wallet address not found in the 63,781-wallet index — in_db returns false and coverage is limited
- Payment not received or x402 flow not completed — returns 402 Payment Required
- Invalid Solana address format — returns 400 Bad Request
- Upstream data source (helius, scry-db) unavailable — may return partial evidence or 503
- Confidence score low (e.g. 0.4–0.6) when wallet has minimal on-chain history

## 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: a status field, quick_flags object with up to 14 behavioral/risk flag keys, a confidence_score (0–1), an evidence_pack with sourced on-chain evidence, agent_decision_support for policy-layer reasoning, field_provenance, spend_rationale, coverage summary, methodology tag, and timestamps (as_of, frozen_at, source_updated_at). Sources include scry-wallet-db, helius-identity, scry-transfer-cache, and scry-bundler-registry.

## 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": {}
    }
   },
   "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"
      },
      "address": {
       "type": "string"
      },
      "product": {
       "type": "string"
      },
      "sources": {
       "type": "array"
      },
      "coverage": {
       "type": "object",
       "additionalProperties": true
      },
      "frozen_at": {
       "type": "string"
      },
      "supported": {
       "type": "boolean"
      },
      "is_example": {
       "type": "boolean"
      },
      "methodology": {
       "type": "string"
      },
      "quick_flags": {
       "type": "object",
       "additionalProperties": true
      },
      "fixture_note": {
       "type": "string"
      },
      "evidence_pack": {
       "type": "object",
       "additionalProperties": true
      },
      "spend_rationale": {
       "type": "object",
       "additionalProperties": true
      },
      "confidence_score": {
       "type": "number"
      },
      "field_provenance": {
       "type": "object",
       "additionalProperties": true
      },
      "evidence_pathways": {
       "type": "object",
       "additionalProperties": true
      },
      "source_updated_at": {
       "type": "string"
      },
      "workflow_continuation": {
       "type": "object"
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "as_of": "2026-05-05T13:17:40Z",
  "in_db": true,
  "caveat": "Evidence layer only. Not financial advice or a trading recommendation.",
  "status": "success",
  "address": "HvFdDWS3RqymRAVx1ZdoL2RjiC38r5dtt19Z8op5jqDK",
  "product": "scry_wallet_quick_flag",
  "sources": [
   "scry-wallet-db",
   "helius-identity",
   "scry-transfer-cache",
   "scry-bundler-registry"
  ],
  "coverage": "{object: 5 keys - full example via full_example_url}",
  "frozen_at": "2026-05-05T13:17:40Z",
  "supported": true,
  "is_example": true,
  "methodology": "scry_wallet_quick_flag_v1",
  "quick_flags": "{object: 14 keys - full example via full_example_url}",
  "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"
  },
  "spend_rationale": "{object: 3 keys - full example via full_example_url}",
  "confidence_score": 0.6,
  "field_provenance": "{object: 4 keys - full example via full_example_url}",
  "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-quick-flag-2e209618/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)
