T

token-risk · Scan

by token-risk

POSTBase

$0.01

per call · USD Coin on Base

Deterministic on-chain structural risk report for an ERC-20 token on Base. Keyless x402-native payment — no signup, no API key. Reports STRUCTURAL risk, not reputation: centralized-control powers (mint/pause/blacklist) are flagged regardless of issuer. Score 0-100, higher = structurally safer. See free real samples before paying: GET /samples/index.json

Endpoint

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

5

Calls / 30d

2

Unique payers / 30d

Aug 29

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

Example response

{
  "address": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
  "cache": {
    "ageSeconds": 0,
    "hit": false
  },
  "chainId": 8453,
  "checks": [
    {
      "id": "contract_exists",
      "status": "pass",
      "summary": "contract code present"
    }
  ],
  "context": {
    "knownAsset": true
  },
  "engine": {
    "version": "0.3.0"
  },
  "generatedAt": "2026-01-01T00:00:00.000Z",
  "requestId": "018f2c6e-example",
  "schemaVersion": 3,
  "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