https://scry.solanahub.de/x402/solana/pumpfun-risk-protection
No description provided.
50000 (raw units)
price
2
calls / 30d
2
unique payers
2026-08-24
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": "50000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xF4A904d8326786d90157cf791C281302F11b2036",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"canonical_path": "/x402/solana/pumpfun-risk-protection",
"entry_role": "low_cost_pumpfun_wallet_cohort_screen",
"icon_url": "https://scry.solanahub.de/x402/assets/scry-wallet-intelligence-256.png",
"input": {
"method": "GET",
"queryParams": {
"limit": 50
},
"type": "http"
},
"logo_url": "https://scry.solanahub.de/x402/assets/scry-wallet-intelligence-512.png",
"marketplace_alias": false,
"marketplace_listing": true,
"output": {
"example": {
"agent_decision_support": "{object: 4 keys - full example via /x402/discovery.json?full=1}",
"as_of": "2026-05-11T09:09:12.000Z",
"buyer_job": "Find high-rank Pump.fun cohort wallets that carry service, serial-deployer, or rug-pattern risk context for consumer-...",
"caveat": "Evidence layer only. Not financial advice, not a trading recommendation, and not a promise of future performance.",
"cohort_summary": "{object: 6 keys - full example via /x402/discovery.json?full=1}",
"confidence_score": 0.88,
"data_quality": {
"_truncated": "full 4-key object via /x402/discovery.json?full=1",
"contract": "scry_pumpfun_data_quality_attestation_v1"
},
"evidence_pack": {
"_truncated": "full 6-key object via /x402/discovery.json?full=1",
"contract": "scry_evidence_pack_v1"
},
"generated_at": "2026-05-11T09:21:57.000Z",
"methodology": "scry_agent_product_pumpfun_risk_protection_v1",
"product": "scry_pumpfun_risk_protection",
"sources": [
"wallet_cohort_input",
"identity_label_cache",
"transaction_evidence_cache",
"scry_evidence_index"
],
"spend_rationale": "{object: 3 keys - full example via /x402/discovery.json?full=1}",
"status": "success",
"wallet_count": 1,
"wallets": "[array: 1 items - full example via /x402/discovery.json?full=1]"
},
"type": "json"
},
"provider": "Scry",
"service_name": "Scry Wallet Intelligence"
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"limit": {
"default": 50,
"maximum": 100,
"minimum": 1,
"type": "number"
}
},
"required": [],
"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"
},
"buyer_job": {
"type": "string"
},
"caveat": {
"type": "string"
},
"cohort_summary": {
"type": "string"
},
"confidence_score": {
"type": "number"
},
"data_quality": {
"additionalProperties": true,
"type": "object"
},
"evidence_pack": {
"additionalProperties": true,
"type": "object"
},
"generated_at": {
"type": "string"
},
"methodology": {
"type": "string"
},
"product": {
"type": "string"
},
"sources": {
"type": "array"
},
"spend_rationale": {
"type": "string"
},
"status": {
"type": "string"
},
"wallet_count": {
"type": "number"
},
"wallets": {
"type": "string"
}
},
"required": [
"status",
"product",
"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/solana/pumpfun-risk-protection" # -> 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/solana/pumpfun-risk-protection");
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/solana/pumpfun-risk-protection")
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/12374.json, and this resource appears in /discovery/resources and /discovery/search.