$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/risk1
Calls / 30d
1
Unique payers / 30d
Aug 17
Last called
exact
Payment scheme
Call this service
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 -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
0xf22e558a00d91ee12a1f50c52186fecb8ddff493USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from token-risk & similar services
token-risk · Wallet
token-risk.com
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
token-risk · Scan
token-risk.com
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
Chain · Operations
agents.chain.link
Chainlink For Agents: execute a catalog workflow by workflow name.