# Scry Solana Wallet Bundler-Check

> Scry Solana Wallet Bundler-Check is a paid API for AI agents from scry.solanahub.de, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Detects whether a Solana wallet routes transactions through known private MEV/bundler services like Jito, Nozomi, BloXroute, ZeroSlot, BlockRazor, NextBlock, Astralane, or Helius Sender, returning routing evidence and tip-stack counts.

## Facts

- Endpoint: GET https://scry.solanahub.de/x402/wallet/:address/bundler-check
- Price: $0.01/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-c9d584af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TRvyCJrm_gOOa83LV2PZX

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-c9d584af
```

Example prompt: Can you check if Solana wallet HYWo71Wk9PNDe5sBaRKazPnVyGnQDiwgXCFKvgAQ1ENp is routing transactions through any bundlers like Jito, Nozomi, or BloXroute — I need the tip-stack counts and any quarantine flags before I dig deeper into this wallet.

## When to prefer this

Use this endpoint when you need to determine whether a Solana wallet relies on private transaction routing or MEV bundler infrastructure before performing deeper forensic analysis. It is the right choice when evaluating counterparty risk, investigating suspicious wallets, or filtering out infrastructure-heavy wallets from trading signal lists. Prefer this over generic on-chain data APIs when you specifically need bundler-pattern evidence with structured agent decision support.

## Known failure modes

- Invalid or malformed Solana wallet address returns error status
- Wallet with no transaction history may return partial status with coverage warnings
- Payment not provided or insufficient results in HTTP 402 response
- Wallet data not yet indexed returns partial coverage with low confidence
- Network or upstream data source unavailability may yield partial results

## How this service works

Is this Solana wallet a bundler? Single-wallet bundler and private-routing evidence check. Detects whether one wallet routes through Jito, Nozomi, BloXroute, ZeroSlot, BlockRazor, NextBlock, Astralane, or Helius Sender. Returns routing-pattern evidence, tip-stack counts, service-quarantine status, and coverage warnings before deeper wallet forensics. Not an agent orchestrator brief. No API keys, no subscriptions; x402 exact payment per request. Search aliases: solana wallet private routing detection; solana wallet bundler detection api; x402 solana bundler check; one cent solana wallet bundler check; low cost solana private routing evidence; jito tip service wallet evidence; solana wallet jito nozomi bloxroute check; solana jito wallet check. Primary object: low cost single wallet precheck.

## Output

Returns a structured evidence pack including bundler routing detection results (Jito, Nozomi, BloXroute, ZeroSlot, BlockRazor, NextBlock, Astralane, Helius Sender), tip-stack counts, service-quarantine status, coverage warnings, a confidence score (0-1), agent decision support object, methodology description, and a timestamp. Status can be success, partial, or error.

## 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": [
        "HYWo71Wk9PNDe5sBaRKazPnVyGnQDiwgXCFKvgAQ1ENp"
       ]
      }
     }
    },
    "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": {
      "risk": {
       "type": "string"
      },
      "as_of": {
       "type": "string"
      },
      "in_db": {
       "type": "boolean"
      },
      "caveat": {
       "type": "string"
      },
      "status": {
       "type": "string"
      },
      "address": {
       "type": "string"
      },
      "pattern": {
       "type": "string"
      },
      "product": {
       "type": "string"
      },
      "sources": {
       "type": "array"
      },
      "coverage": {
       "type": "object",
       "additionalProperties": true
      },
      "supported": {
       "type": "boolean"
      },
      "confidence": {
       "type": "string"
      },
      "methodology": {
       "type": "string"
      },
      "sample_size": {
       "type": "object",
       "additionalProperties": true
      },
      "evidence_pack": {
       "type": "object",
       "additionalProperties": true
      },
      "tip_total_sol": {
       "type": "number"
      },
      "primary_service": {
       "type": "string"
      },
      "spend_rationale": {
       "type": "object",
       "additionalProperties": true
      },
      "confidence_score": {
       "type": "number"
      },
      "field_provenance": {
       "type": "object",
       "additionalProperties": true
      },
      "services_observed": {
       "type": "object",
       "additionalProperties": true
      },
      "agen
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scry-solanahub-de-c9d584af/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)
