Comprehensive token verification report, token metadata, and risk signals powered by WachA
Comprehensive token verification report, token metadata, and risk signals powered by WachAI for EVM and Solana assets.
10000 (raw units)
price
22
calls / 30d
1
unique payers
2026-09-07
updated
Provider
x402.wach.ai · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x9acfDC5A3D6Bfbb127615751E0F0e44014E32abF",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:1187947933",
"payTo": "0x9acfDC5A3D6Bfbb127615751E0F0e44014E32abF",
"asset": "0x85889c8c714505E0c94b30fcfcF64fE3Ac8FCb20",
"amount": "10000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x9acfDC5A3D6Bfbb127615751E0F0e44014E32abF",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 604900
},
{
"scheme": "4mica-credit",
"network": "eip155:8453",
"payTo": "0x9acfDC5A3D6Bfbb127615751E0F0e44014E32abF",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"chainId": "8453",
"tokenAddress": "0x4200000000000000000000000000000000000006"
},
"type": "http"
},
"output": {
"example": {
"chain": "8453",
"data": {
"chainFullName": "Base",
"chainName": "base",
"error": false
},
"timestamp": "2026-06-05T00:00:00.000Z",
"tokenAddress": "0x4200000000000000000000000000000000000006"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"chain": {
"description": "Alias for chainId.",
"type": "string"
},
"chainId": {
"description": "Optional chain id or alias. Supports 1, 56, 137, 8453, 900, eth, bsc, polygon, base, skale-base, or solana.",
"type": "string"
},
"tokenAddress": {
"description": "EVM token contract address or Solana token mint address.",
"type": "string"
}
},
"required": [
"tokenAddress"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"chain": {
"type": "string"
},
"data": {
"type": "object"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"tokenAddress": {
"type": "string"
}
},
"required": [
"tokenAddress",
"chain",
"timestamp",
"data"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://x402.wach.ai/verify-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://x402.wach.ai/verify-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://x402.wach.ai/verify-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/12649.json, and this resource appears in /discovery/resources and /discovery/search.