scry.solanahub.de/x402/wallet/:address/quick-flag
Answeringour last check, 2026-09-24
1 of 1checks answered this week
358 msmedian answer time
$0.001listed price per call
$0.001price 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/quick-flag
| Category | Market data |
|---|---|
| Provider host | scry.solanahub.de |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.001 | 358 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": [
"HvFdDWS3RqymRAVx1ZdoL2RjiC38r5dtt19Z8op5jqDK"
],
"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"
},
"evidence_pathways": {
"additionalProperties": true,
"type": "object"
},
"field_provenance": {
"additionalProperties": true,
"type": "object"
},
"fixture_note": {
"type": "string"
},
"frozen_at": {
"type": "string"
},
"in_db": {
"type": "boolean"
},
"is_example": {
"type": "boolean"
},
"methodology": {
"type": "string"
},
"product": {
"type": "string"
},
"quick_flags": {
"additionalProperties": true,
"type": "object"
},
"source_updated_at": {
"type": "string"
},
"sources": {
"type": "array"
},
"spend_rationale": {
"additionalProperties": true,
"type": "object"
},
"status": {
"type": "string"
},
"supported": {
"type": "boolean"
},
"workflow_continuation": {
"additionalProperties": true,
"type": "object"
}
},
"required": [
"status",
"product",
"coverage",
"evidence_pack",
"agent_decision_support",
"methodology"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}