Send a Base token contract address, get an AI-written verdict: onchain metrics, a plain-la
Send a Base token contract address, get an AI-written verdict: onchain metrics, a plain-language take, and a shareable verdict card. Entertainment, not trading advice.
20000 (raw units)
price
97
calls / 30d
17
unique payers
2026-09-16
updated
Provider
ax1-new.vercel.app · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x7284D41b5b852F2bd4c99bDf95043D84452d299C",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"requestKey": "q-verdict-3f7b2c1e-8a4d-4e9f-9c21-0b6d7a5e1f22",
"tokenAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
},
"output": {
"example": {
"disclaimer": "Not financial advice.",
"grade": "MID",
"one_liner": "The accounting department of Base",
"price": "$0.02",
"roast": "Six-figure holder count, real liquidity, boring chart. Congratulations on being the accounting department of Base."
},
"type": "json"
}
},
"schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"input": {
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"requestKey": {
"description": "Caller-chosen idempotency key. Repeating it with the same token address never creates a second payment.",
"maxLength": 128,
"minLength": 8,
"type": "string"
},
"tokenAddress": {
"description": "Base token contract address to roast.",
"pattern": "^0x[0-9a-fA-F]{40}$",
"type": "string"
}
},
"required": [
"requestKey",
"tokenAddress"
],
"type": "object"
},
"bodyType": {
"const": "json"
},
"discoverable": {
"const": true
},
"method": {
"const": "POST"
},
"type": {
"const": "http"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"disclaimer": {
"type": "string"
},
"grade": {
"enum": [
"BASED",
"MID",
"COOKED",
"RADIOACTIVE"
]
},
"one_liner": {
"maxLength": 60,
"type": "string"
},
"price": {
"type": "string"
},
"roast": {
"maxLength": 220,
"type": "string"
}
},
"required": [
"grade",
"roast",
"one_liner"
],
"type": "object"
},
"type": {
"const": "json"
}
},
"required": [
"type",
"example"
],
"type": "object"
}
},
"required": [
"input",
"output"
],
"type": "object"
}
},
"builder-code": {
"info": {
"a": "bc_tyhmcm97"
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"a": {
"description": "App builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"s": {
"description": "Service builder codes",
"items": {
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"maxItems": 11,
"type": "array"
},
"w": {
"description": "Wallet builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
}
},
"type": "object"
}
}
}Use it
curl
curl "https://ax1-new.vercel.app/api/dashboard/q-verdict/resource" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://ax1-new.vercel.app/api/dashboard/q-verdict/resource");
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://ax1-new.vercel.app/api/dashboard/q-verdict/resource")
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/7855.json, and this resource appears in /discovery/resources and /discovery/search.