gate402 · Token Risk

by gate402

POSTBase

$0.03

per call · USD Coin on Base

Rug/tradeability risk VERDICT for a Base token: a 0-100 score and SAFE/CAUTION/AVOID call from liquidity depth, 24h volume, DEX diversity, pool age, ERC-20 validity, holder concentration, and a live honeypot/sell-tax simulation. Judgment for trading agents, not raw data.

Endpoint

POST https://gate402.app/v1/token-risk

1

Calls / 30d

1

Unique payers / 30d

Aug 22

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

Example response

{
  "address": "0x…",
  "checks": {
    "holderConcentration": true,
    "honeypotSim": true
  },
  "reasons": [
    "Sells simulate successfully with ~0% tax — not a honeypot"
  ],
  "recommendation": "SAFE — adequate liquidity/activity and sells simulate clean",
  "score": 72,
  "signals": {
    "buyTaxPct": 0,
    "dexes": 2,
    "holderCount": 8400,
    "isHoneypot": false,
    "isVerifiedErc20": true,
    "liquidityUsd": 128000,
    "pairs": 3,
    "poolAgeDays": 210,
    "sellTaxPct": 0,
    "top10HolderPct": 61.3,
    "topHolderPct": 24.1,
    "volLiqRatio": 0.42,
    "volume24h": 54000
  },
  "symbol": "TKN",
  "verdict": "SAFE"
}

Payment details

Pay to0x8e57bfde053dbb6862991759c19affc5f383d5d0
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from gate402 & similar services