# Scry Hot Wallets Daily — GMGN 24h Trending Solana Wallets

> Scry Hot Wallets Daily — GMGN 24h Trending Solana Wallets is a paid API for AI agents from scry.solanahub.de, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns today's GMGN-24h-trending Solana wallets pre-filtered against known routers/exchanges/services/vaults, with source rank context, coverage gaps, missing dimensions, and a credit-aware Helius depth-call plan.

## Facts

- Endpoint: GET https://scry.solanahub.de/x402/solana/hot-wallets/daily
- Price: $0.1/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-9c20bd6c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MhYKEKjPLF8zhI1wqAiTa

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-9c20bd6c
```

Example prompt: Pull today's 24-hour GMGN-trending Solana wallets — the pre-filtered list that excludes routers, exchanges, and vaults — and include the coverage gaps and Helius call plan so I know what deeper research is still needed.

## When to prefer this

Use this endpoint when you need a fresh daily batch of high-signal, human-controlled Solana wallets sourced from GMGN's 24-hour trending data, already scrubbed of known infrastructure addresses. Prefer this over the 7-day persistent endpoint when you want recency and turnover rather than stability. Ideal as a top-of-funnel discovery step before running single-wallet forensics or Helius deep dives.

## Known failure modes

- Payment not received or invalid x402 payment header — returns 402 Payment Required
- GMGN source data unavailable for today — may return status: partial with reduced wallet list
- No wallets pass filter criteria — may return empty evidence pack
- Upstream Helius connectivity issues — depth-call plan may be incomplete
- Invalid request method (non-GET) — returns 405

## How this service works

Returns today's GMGN-24h-trending Solana wallets for autonomous agents, pre-filtered against known routers, exchanges, services, and vaults. Each wallet includes source rank context, Scry coverage gaps, missing dimensions, and a credit-aware Helius depth-call plan before single-wallet forensics.

## Output

A structured evidence pack containing today's trending Solana wallet addresses ranked by GMGN 24h activity, filtered to exclude known non-human actors (routers, exchanges, services, vaults), annotated with source rank context, Scry coverage gaps, missing intelligence dimensions, a credit-aware Helius depth-call plan for each wallet, and a confidence score. Status is one of success/partial/error.

## 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_daily_hot_wallets",
  "sources": [
   "gmgn-leaderboard-24h",
   "scry-local-coverage",
   "scry-refresh-queue"
  ],
  "wallets": "[array: 1 items - full example via full_example_url]",
  "buyer_job": "Select today's Solana wallet candidates for caller-defined monitoring, classification, or deeper forensics.",
  "hot_count": 8,
  "methodology": "scry_agent_product_daily_hot_wallets_v1",
  "wallet_count": 10,
  "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.72,
  "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-9c20bd6c/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)
