A

AX1 Console · Q Verdict Resource

by AX1 Console

POSTBase

$0.02

per call · USD Coin on Base

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.

Endpoint

POST https://www.ax1.vc/api/dashboard/q-verdict/resource

3.1k

Calls / 30d

246

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://www.ax1.vc/api/dashboard/q-verdict/resource", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "requestKey": "q-verdict-3f7b2c1e-8a4d-4e9f-9c21-0b6d7a5e1f22",
    "tokenAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://www.ax1.vc/api/dashboard/q-verdict/resource" \
  -H "Content-Type: application/json" \
  -d '{"requestKey":"q-verdict-3f7b2c1e-8a4d-4e9f-9c21-0b6d7a5e1f22","tokenAddress":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "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."
}

Payment details

Pay to0x7284d41b5b852f2bd4c99bdf95043d84452d299c
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Onchain Data and the homepage with a featured placement.

Get featured →

More from AX1 Console & similar services