https://scry.solanahub.de/x402/wallet/:address/quick-flag
No description provided.
1000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-22
updated
Provider
scry.solanahub.de · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "CTKigV78yuErumvqm7Qor8j1hMK2oxNxdhwpVrAKV85d",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "1000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xF4A904d8326786d90157cf791C281302F11b2036",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "1000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"canonical_path": "/x402/wallet/:address/quick-flag",
"entry_role": "lowest_cost_single_wallet_prefilter",
"icon_url": "https://scry.solanahub.de/x402/assets/scry-wallet-intelligence-256.png",
"input": {
"method": "GET",
"pathParams": {
"address": "9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump"
},
"type": "http"
},
"logo_url": "https://scry.solanahub.de/x402/assets/scry-wallet-intelligence-512.png",
"marketplace_alias": false,
"marketplace_listing": true,
"output": {
"example": {
"address": "HvFdDWS3RqymRAVx1ZdoL2RjiC38r5dtt19Z8op5jqDK",
"agent_decision_support": "{object: 5 keys - full example via /x402/discovery.json?full=1}",
"as_of": "2026-05-05T13:17:40Z",
"caveat": "Evidence layer only. Not financial advice or a trading recommendation.",
"confidence_score": 0.6,
"coverage": "{object: 5 keys - full example via /x402/discovery.json?full=1}",
"evidence_pack": {
"_truncated": "full 9-key object via /x402/discovery.json?full=1",
"contract": "scry_evidence_pack_v1"
},
"evidence_pathways": {
"_truncated": "full 4-key object via /x402/discovery.json?full=1",
"contract": "scry_evidence_pathways_v1"
},
"field_provenance": "{object: 4 keys - full example via /x402/discovery.json?full=1}",
"fixture_note": "Frozen-but-current response-shape fixture refreshed on 2026-05-05. Paid responses return response-level freshness fie...",
"frozen_at": "2026-05-05T13:17:40Z",
"in_db": true,
"is_example": true,
"methodology": "scry_wallet_quick_flag_v1",
"product": "scry_wallet_quick_flag",
"quick_flags": "{object: 14 keys - full example via /x402/discovery.json?full=1}",
"source_updated_at": "2026-05-05T13:17:40Z",
"sources": [
"scry-wallet-db",
"helius-identity",
"scry-transfer-cache",
"scry-bundler-registry"
],
"spend_rationale": "{object: 3 keys - full example via /x402/discovery.json?full=1}",
"status": "success",
"supported": true,
"workflow_continuation": {
"_truncated": "full 5-key object via /x402/discovery.json?full=1",
"contract": "scry_workflow_continuation_v1"
}
},
"type": "json"
},
"provider": "Scry",
"service_name": "Scry Wallet Intelligence"
},
"routeTemplate": "/x402/wallet/:address/quick-flag",
"schema": {
"$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"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"address": {
"type": "string"
},
"agent_decision_support": {
"type": "string"
},
"as_of": {
"type": "string"
},
"caveat": {
"type": "string"
},
"confidence_score": {
"type": "number"
},
"coverage": {
"type": "string"
},
"evidence_pack": {
"additionalProperties": true,
"type": "object"
},
"evidence_pathways": {
"additionalProperties": true,
"type": "object"
},
"field_provenance": {
"type": "string"
},
"fixture_note": {
"type": "string"
},
"frozen_at": {
"type": "string"
},
"in_db": {
"type": "boolean"
},
"is_example": {
"type": "boolean"
},
"methodology": {
"type": "string"
},
"product": {
"type": "string"
},
"quick_flags": {
"type": "string"
},
"source_updated_at": {
"type": "string"
},
"sources": {
"type": "array"
},
"spend_rationale": {
"type": "string"
},
"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"
}
}
}Use it
curl
curl "https://scry.solanahub.de/x402/wallet/:address/quick-flag" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://scry.solanahub.de/x402/wallet/:address/quick-flag");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://scry.solanahub.de/x402/wallet/:address/quick-flag")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/12372.json, and this resource appears in /discovery/resources and /discovery/search.