# Scry Persistent Wallets Weekly — GMGN 7-Day Solana Wallet Intelligence

> Scry Persistent Wallets Weekly — GMGN 7-Day Solana Wallet Intelligence is a paid API for AI agents from scry.solanahub.de, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Returns a pre-filtered list of GMGN-7d-persistent Solana wallets with coverage metadata and a Helius analysis ladder for due-diligence and monitoring workflows.

## Facts

- Endpoint: GET https://scry.solanahub.de/x402/solana/persistent-wallets/weekly
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scry-solanahub-de-60f80405
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dEz4Yj6HUqctNFQX9tEgZ

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-60f80405
```

Example prompt: Pull this week's GMGN 7-day persistent Solana wallets from Scry so I can identify low-noise candidates before running deeper wallet forensics — I want the coverage gaps and Helius analysis ladder included.

## When to prefer this

Use this endpoint when you need a weekly batch of pre-filtered, persistent Solana wallet candidates as a starting point for deeper forensic analysis, rather than single-wallet lookups or trending (24h) wallet lists. Ideal for building monitoring pipelines or due-diligence workflows where reducing noise before expensive downstream analysis (Helius, Scry wallet profiles) is a priority.

## Known failure modes

- Payment not received or malformed x402 header — returns 402 with payment instructions
- Upstream GMGN or Helius data unavailable — returns partial status with coverage gaps noted
- No persistent wallets identified in the 7-day window — returns empty wallet list with methodology note
- Rate limit or infrastructure issue — returns 5xx error
- Invalid HTTP method (non-GET) — returns 405 method not allowed

## How this service works

Returns GMGN-7d-persistent Solana wallets for agents that need lower-noise candidates before deeper wallet forensics. Includes daily-overlap context, Scry coverage gaps, missing dimensions, and a deeper Helius analysis ladder for caller-defined monitoring or due-diligence workflows.

## Output

A JSON response containing a list of GMGN-7d-persistent Solana wallets, daily-overlap context, Scry coverage gaps, missing dimensions, a Helius analysis ladder for follow-on due diligence, a confidence score, an evidence pack, and an agent decision support object with caller-defined policy hooks.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "as_of": "sample",
  "caveat": "Evidence layer only. Not financial advice, not a trading recommendation, and not a promise of future performance.",
  "status": "success",
  "product": "scry_weekly_persistent_wallets",
  "sources": [
   "gmgn-leaderboard-7d",
   "gmgn-leaderboard-24h",
   "scry-local-coverage",
   "scry-refresh-queue"
  ],
  "wallets": "[array: 1 items - full example via full_example_url]",
  "buyer_job": "Select Solana wallets with 7d persistence for caller-defined monitoring, classification, or premium dossier workflows.",
  "methodology": "scry_agent_product_weekly_persistent_wallets_v1",
  "wallet_count": 20,
  "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.74,
  "daily_overlap_count": 4,
  "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-solanahub-de-60f80405/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)
