T

token-risk · Token Risk

by token-risk

GETBaseSolanaArbitrumPolygonWorld Chain

$0.02

per call · USD Coin on Base

Composite rug-check risk score for an ERC-20 token: a 0-100 score, a category (low/medium/high/critical), per-dimension flags, reasons and weighted signals. Scored deterministically across six dimensions — contract integrity, ownership, holder concentration, liquidity, honeypot and age. Multi-chain EVM. Automated risk indicators, not financial advice.

Endpoint

GET https://api.agentstools.dev/token/risk

1

Calls / 30d

1

Unique payers / 30d

Aug 17

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://api.agentstools.dev/token/risk", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.agentstools.dev/token/risk?network=base&token=0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "chain": "eip155:8453",
  "coverage": {
    "confidence": 0.67,
    "dimensions_evaluated": 4,
    "dimensions_total": 6
  },
  "dimensions": {
    "contract_integrity": {
      "dangerous_functions": [
        "has_mint"
      ],
      "verified": false
    },
    "holder_concentration": {
      "top10_concentration_pct": 34.1
    },
    "ownership": {
      "ownership_renounced": false
    }
  },
  "disclaimer": "Automated on-chain risk indicators, not financial advice.",
  "network": "base",
  "reasons": [
    "Active owner can mint (infinite-supply risk).",
    "Source not verified on the explorer."
  ],
  "risk_category": "high",
  "risk_score": 58,
  "token": "0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed"
}

Payment details

Pay to0xf22e558a00d91ee12a1f50c52186fecb8ddff493
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon, World Chain
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