https://scry.solanahub.de/x402/mint/:mint/risk
No description provided.
30000 (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": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xF4A904d8326786d90157cf791C281302F11b2036",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "30000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"canonical_path": "/x402/mint/:mint/risk",
"entry_role": "low_cost_single_mint_preflight",
"icon_url": "https://scry.solanahub.de/x402/assets/scry-wallet-intelligence-256.png",
"input": {
"method": "GET",
"pathParams": {
"mint": "9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump"
},
"type": "http"
},
"logo_url": "https://scry.solanahub.de/x402/assets/scry-wallet-intelligence-512.png",
"marketplace_alias": false,
"marketplace_listing": false,
"output": {
"example": {
"agent_decision_support": "{object: 4 keys - full example via /x402/discovery.json?full=1}",
"as_of": "2026-05-05T13:17:40Z",
"beta": true,
"caveat": "Risk intelligence only. Not financial advice or a trading recommendation.",
"confidence": "HIGH",
"confidence_score": 0.9,
"coverage": "{object: 4 keys - full example via /x402/discovery.json?full=1}",
"creator_in_known_creator_network": false,
"creator_wallet": null,
"evidence_items_count": 2,
"evidence_pack": {
"_truncated": "full 6-key object via /x402/discovery.json?full=1",
"contract": "scry_evidence_pack_v1"
},
"holder_concentration_basis": null,
"holder_concentration_pct_proxy": null,
"methodology": "sentinel_x402_mint_risk_v1_beta",
"mint": "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
"product": "scry_mint_risk_beta",
"risk": "LOW",
"risk_score": 0.108,
"sample_size": "{object: 3 keys - full example via /x402/discovery.json?full=1}",
"sources": [
"mint_risk_pipeline",
"transaction_evidence_cache"
],
"spend_rationale": "{object: 3 keys - full example via /x402/discovery.json?full=1}",
"status": "success",
"supported": true
},
"type": "json"
},
"provider": "Scry",
"service_name": "Scry Wallet Intelligence"
},
"routeTemplate": "/x402/mint/:mint/risk",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"properties": {
"mint": {
"examples": [
"JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN"
],
"type": "string"
}
},
"required": [
"mint"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"agent_decision_support": {
"type": "string"
},
"as_of": {
"type": "string"
},
"beta": {
"type": "boolean"
},
"caveat": {
"type": "string"
},
"confidence": {
"type": "string"
},
"confidence_score": {
"type": "number"
},
"coverage": {
"type": "string"
},
"creator_in_known_creator_network": {
"type": "boolean"
},
"creator_wallet": {},
"evidence_items_count": {
"type": "number"
},
"evidence_pack": {
"additionalProperties": true,
"type": "object"
},
"holder_concentration_basis": {},
"holder_concentration_pct_proxy": {},
"methodology": {
"type": "string"
},
"mint": {
"type": "string"
},
"product": {
"type": "string"
},
"risk": {
"type": "string"
},
"risk_score": {
"type": "number"
},
"sample_size": {
"type": "string"
},
"sources": {
"type": "array"
},
"spend_rationale": {
"type": "string"
},
"status": {
"type": "string"
},
"supported": {
"type": "boolean"
}
},
"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/mint/:mint/risk" # -> 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/mint/:mint/risk");
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/mint/:mint/risk")
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/12376.json, and this resource appears in /discovery/resources and /discovery/search.