x402 · Solana Wallet Intelligence

API for forensic data

Purchasable endpoints for wallet intelligence on Solana. Every product has one clear object — a mint, a wallet cohort, a single wallet, or a funding chain. Agents, research tools, and power users pay per request in USDC via the x402 protocol — no account, no subscription.

Not financial advice. This API delivers forensic evidence (cluster membership, funding paths, service quarantines). The data is meant to support your own caller-defined rules, not to act as a recommendation or signal language.

Available endpoints

The object tag and the "not for" line state, per product, which request belongs here and which goes elsewhere. The full taxonomy is on /en/scry/.

Wallet Quick-Flag

1 wallet · preflight
GET

Sub-cent pre-check of a wallet: service quarantine, bundler hint, identity, freshness. For "wallet quick check".

https://scry.solanahub.de/x402/wallet-quick-flag

Not for a deep single-wallet review → Wallet Forensics.

x402 pay-per-query in USDC View details →

Wallet Forensics

1 wallet
GET

One wallet in depth, verdict-free: identity (public X handle), risk-pattern context, coverage, freshness. For "wallet evidence dossier", "deep wallet check", "rugger wallet".

https://scry.solanahub.de/x402/wallet-forensics

Not for a wallet cohort → Pump.fun Risk Protection; not for the funding chain → Wallet Lineage.

x402 pay-per-query in USDC View details →

Wallet Lineage

Funding chain
GET

A wallet's funding lineage: upstream funders, confidence, freshness. For "wallet funding source", "upstream funders", "money trail".

https://scry.solanahub.de/x402/wallet-lineage

Not for live transfers → Wallet Transfer Tape.

x402 pay-per-query in USDC View details →

Wallet Transfer Tape

1 wallet · now
GET

One wallet's fresh transfers as currently visible on-chain, with identity tags and freshness. For "fresh solana wallet transfers", "recent wallet movement".

https://scry.solanahub.de/x402/wallet-transfer-tape

Not for a daily ranking → Daily Hot Wallets.

x402 pay-per-query in USDC View details →

Wallet Full-Context Pro

1 wallet · bundled
GET

Bundled depth for one wallet: Forensics + Lineage + cluster context in a single response.

https://scry.solanahub.de/x402/wallet-full-context-pro

Not for a lightweight pre-check → Wallet Quick-Flag.

x402 pay-per-query in USDC View details →

Pump.fun Launch Dossier

1 mint
GET

One mint/launch: creator context, launch-window evidence, holder context. For "pumpfun launch dossier", "creator/holder context for this token".

https://scry.solanahub.de/x402/pumpfun/launch-dossier

Not for wallet cohorts or a rugger screen → Pump.fun Risk Protection.

x402 pay-per-query in USDC View details →

Pump.fun Risk Protection

Wallet cohort
GET

Wallet-cohort preflight: rugger, serial deployer, service router, suspicious activity. For "pumpfun rugger wallet detection", "serial deployer wallet api", "risk protection".

https://scry.solanahub.de/x402/solana/pumpfun-risk-protection

Not for a single mint dossier → Launch Dossier; not for one wallet in depth → Wallet Forensics.

x402 pay-per-query in USDC View details →

Mint Risk

1 mint · preflight
GET

Low-cost mint preflight: rug heuristics + holder concentration, no verdict. For "mint/token rug evidence preflight".

https://scry.solanahub.de/x402/mint-risk

Not for wallet context → Wallet Forensics; not for launch detail → Launch Dossier.

x402 pay-per-query in USDC View details →

Daily Hot Wallets

Daily cohort
GET

A ranked daily picture of notable wallets as a cohort, with cluster tags and coverage.

https://scry.solanahub.de/x402/solana/hot-wallets/daily

NOT a single wallet, NOT "fresh transfers" → Wallet Transfer Tape.

x402 pay-per-query in USDC View details →

Weekly Persistent Wallets

Weekly cohort
GET

Wallets that stay visible across several days — separates daily noise from recurring patterns.

https://scry.solanahub.de/x402/solana/persistent-wallets/weekly

Not for a one-day snapshot → Daily Hot Wallets.

x402 pay-per-query in USDC View details →

Agent Intel Brief

Agent feed
GET

An aggregated Solana wallet picture built for orchestrators and autonomous agents: 24h/7d context, freshness, refresh queue, the right next evidence depth. For "agent orchestrator solana wallet intelligence".

https://scry.solanahub.de/x402/solana/agent-intel-brief

Not for an ad-hoc single wallet → Wallet Forensics / Quick-Flag.

x402 pay-per-query in USDC View details →

Agent Discovery

Machine catalog
GET

Machine-readable discovery file. Lists paid endpoints, USDC pricing, argument schemas, and response shapes for agent integration.

https://scry.solanahub.de/x402/agent-guide.json

No wallet content — the catalog only. For data: the products above.

Free (discovery)

How to integrate

x402 runs over HTTP. The server responds to the first call with a 402 Payment Required header containing the USDC amount and recipient address. An x402 client signs the payment with your Solana wallet and retries automatically — do not hand-craft the payment header yourself.

Quickstart — first call in 60 seconds

# 1. See a real response shape — free, no payment
curl https://scry.solanahub.de/x402/examples/bundler-check.json

# 2. Inspect the price + payment quote — free
npx awal@2.8.2 x402 details \
  https://scry.solanahub.de/x402/wallet/HYWo71Wk9PNDe5sBaRKazPnVyGnQDiwgXCFKvgAQ1ENp/bundler-check --json

# 3. Make the paid call (cheapest endpoint, $0.01 USDC)
npx awal@2.8.2 x402 pay \
  https://scry.solanahub.de/x402/wallet/HYWo71Wk9PNDe5sBaRKazPnVyGnQDiwgXCFKvgAQ1ENp/bundler-check --json

Agent integration

Most x402 stacks ship helper libraries that handle the payment roundtrip transparently. Coinbase's agentic-wallet-skills are a good starting point for Solana wallet-signing agents. A discovery file with all endpoint schemas is available at https://scry.solanahub.de/x402/agent-guide.json.

What is coming next