Solana token risk score + entry confidence signal (ENTER_NOW/WAIT/AVOID/EXIT) + Jupiter li
Solana token risk score + entry confidence signal (ENTER_NOW/WAIT/AVOID/EXIT) + Jupiter liquidity depth ($100/$1K/$10K price impact) + deployer wallet freshness check + brand impersonation detection + per-source latency breakdown.
2000 (raw units)
price
4
calls / 30d
2
unique payers
2026-09-17
updated
Provider
zlv402.wreckbots.io · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "8945KFYixp22w781f12Aif6THMmdukkLtMcmQeDUq7JC",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "2000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"includeExplanation": true,
"tokenAddress": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"deployerCheck": {
"isFreshWallet": false,
"walletAgeHours": 9881
},
"entrySignal": {
"entryConfidence": 54,
"timing": "WAIT"
},
"impersonationCheck": {
"isSuspicious": false
},
"overallRisk": "MEDIUM",
"recommendation": "CAUTION",
"riskScore": 12
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"includeExplanation": {
"description": "Include human-readable explanation",
"type": "boolean"
},
"tokenAddress": {
"description": "Solana token mint address (base58)",
"type": "string"
}
},
"required": [
"tokenAddress"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://zlv402.wreckbots.io/api/v1/analyze-token" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://zlv402.wreckbots.io/api/v1/analyze-token");
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://zlv402.wreckbots.io/api/v1/analyze-token")
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/4285.json, and this resource appears in /discovery/resources and /discovery/search.