ToolAssay

scry.solanahub.de/x402/wallet/:address/forensics

Answeringour last check, 2026-09-24
1 of 1checks answered this week
355 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://scry.solanahub.de/x402/wallet/:address/forensics

CategoryMarket data
Provider hostscry.solanahub.de
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 355 ms

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {
    "address": "GBxM9vabPYDBBmrNpUhXE5pb6nNveB2RcWs1iAh7PQU6"
  },
  "queryParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "pathParams": {
          "properties": {
            "address": {
              "examples": [
                "4BdKaxN8G6ka4GYtQQWk4G4dZRUTX2vQH9GcXdBREFUk"
              ],
              "type": "string"
            }
          },
          "required": [
            "address"
          ],
          "type": "object"
        },
        "queryParams": {
          "properties": {},
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": true,
          "properties": {
            "address": {
              "type": "string"
            },
            "agent_decision_support": {
              "additionalProperties": true,
              "type": "object"
            },
            "as_of": {
              "type": "string"
            },
            "caveat": {
              "type": "string"
            },
            "confidence_score": {
              "type": "number"
            },
            "coverage": {
              "additionalProperties": true,
              "type": "object"
            },
            "evidence_pack": {
              "additionalProperties": true,
              "type": "object"
            },
            "field_provenance": {
              "additionalProperties": true,
              "type": "object"
            },
            "holdings_snapshot": {
              "additionalProperties": true,
              "properties": {
                "snapshot_completeness": {
                  "enum": [
                    "complete",
                    "bounded_lower_bound",
                    "unverified"
                  ],
                  "type": "string"
                },
                "token_count": {
                  "minimum": 0,
                  "type": [
                    "integer",
                    "null"
                  ]
                },
                "token_count_is_lower_bound": {
                  "type": "boolean"
                },
                "token_count_lower_bound": {
                  "minimum": 0,
                  "type": [
                    "integer",
                    "null"
                  ]
                }
              },
              "required": [
                "snapshot_completeness",
                "token_count",
                "token_count_lower_bound",
                "token_count_is_lower_bound"
              ],
              "type": [
                "object",
                "null"
              ]
            },
            "identity": {
              "additionalProperties": true,
              "type": "object"
            },
            "in_db": {
              "type": "boolean"
            },
            "methodology": {
              "type": "string"
            },
            "product": {
              "type": "string"
            },
            "risk_summary": {
              "additionalProperties": true,
              "type": "object"
            },
            "sniper_risk_context": {
              "additionalProperties": true,
              "type": "object"
            },
            "sources": {
              "type": "array"
            },
            "spend_rationale": {
              "additionalProperties": true,
              "type": "object"
            },
            "status": {
              "type": "string"
            },
            "supported": {
              "type": "boolean"
            },
            "trading_profile": {
              "additionalProperties": true,
              "type": "object"
            }
          },
          "required": [
            "status",
            "product",
            "coverage",
            "evidence_pack",
            "agent_decision_support",
            "methodology",
            "holdings_snapshot"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON