Seller wash risk and wallet reputation for a Solana x402 merchant: wash label, fleet %, pa
Seller wash risk and wallet reputation for a Solana x402 merchant: wash label, fleet %, payer count, plus tier + score. 0.001 USDC. No signed V7 receipt (use GET /v1/intel/trust for the portable proof). Free preflight is allow|warn|block only.
1000 (raw units)
price
16
calls / 30d
8
unique payers
2026-09-17
updated
Provider
intel.twzrd.xyz · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "1000",
"maxTimeoutSeconds": 45
},
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xfB9819456bd9248A9D3c9E12F4cb7bBda5fc2578",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "1000",
"maxTimeoutSeconds": 3600
}
]Output schema
{
"bazaar": {
"exampleUrl": "https://intel.twzrd.xyz/v1/intel/quick/BJGdsDXJFy63eCAnX3UmGfShp8BuqbtkTfcamyRGr7VQ",
"info": {
"input": {
"discoverable": true,
"method": "GET",
"pathParams": {
"solana_address": "Solana wallet address (base58-encoded public key, 43–44 characters)"
},
"queryParams": {},
"type": "http"
},
"output": {
"example": {
"active_payers": 26,
"charged_amount_usdc": "0.001",
"fleet_pct": 81.4,
"note": "seller wash risk + wallet reputation teaser — wash label, fleet %, payer count, tier+score; no signed receipt (use /trust)",
"paid": true,
"score": 72,
"tier": "Silver",
"wash_label": "wash_shaped"
},
"type": "json"
}
},
"routeTemplate": "/v1/intel/quick/BJGdsDXJFy63eCAnX3UmGfShp8BuqbtkTfcamyRGr7VQ",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"headers": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"method": {
"enum": [
"GET",
"POST",
"HEAD",
"DELETE"
],
"type": "string"
},
"pathParams": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"queryParams": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://intel.twzrd.xyz/v1/intel/quick/:solana_address" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://intel.twzrd.xyz/v1/intel/quick/:solana_address");
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://intel.twzrd.xyz/v1/intel/quick/:solana_address")
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/1306.json, and this resource appears in /discovery/resources and /discovery/search.