T

token-risk · Wallet

by token-risk

POSTBase

$0.01

per call · USD Coin on Base

Deterministic on-chain structural-safety report for a Base address: contract detection, verification status, proxy/owner/privileged-function analysis. Behavioral signals (age, activity, funding) not yet included. Keyless x402-native payment — no signup, no API key. Score 0-100, higher = structurally safer. See free real samples before paying: GET /samples/index.json

Endpoint

POST https://token-risk.com/v1/wallet

5

Calls / 30d

2

Unique payers / 30d

Aug 30

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://token-risk.com/v1/wallet", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "address": "0x89232FFb57C3b865B5BAEd4236765DfC797E28A9"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://token-risk.com/v1/wallet" \
  -H "Content-Type: application/json" \
  -d '{"address":"0x89232FFb57C3b865B5BAEd4236765DfC797E28A9"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "address": "0x89232ffb57c3b865b5baed4236765dfc797e28a9",
  "cache": {
    "ageSeconds": 0,
    "hit": false
  },
  "chainId": 8453,
  "checks": [
    {
      "id": "address_kind",
      "status": "pass",
      "summary": "address is an EOA (no contract bytecode)"
    }
  ],
  "engine": {
    "version": "0.1.0"
  },
  "generatedAt": "2026-01-01T00:00:00.000Z",
  "requestId": "018f2c6e-wallet-example",
  "schemaVersion": 1,
  "score": 100,
  "scoring": {
    "configVersion": "1.0.0",
    "penalties": []
  },
  "verdict": "low_risk"
}

Payment details

Pay to0x332dbf15a8bcca8eeb4390b380202360f4f45401
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 token-risk & similar services