$ man token-risk-score
/token-risk-score(1)
PRICE / CALL
$0.10
USDC · base mainnet · scheme: exact
──────────────────────────────────────────────────────────────────────────────
NAME
token-risk-score — composite evm token risk score / token security audit / rug-pull score / token safety check / honeypot + tax + holder concentration / gop…
SYNOPSIS
POST https://x402.org/v1/token-risk-score
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION
Composite EVM token risk score / token security audit / rug-pull score / token safety check / honeypot + tax + holder concentration / GoPlus + honeypot.is composite / Base token vetting / Ethereum token vetting / BSC token vetting. Pulls three independent signals in parallel — honeypot.is (sell simulation + buy/sell tax), GoPlus Security (holder concentration, LP holders + lock, ownership flags, mintable/proxy/hidden-owner detection), and Etherscan v2 contract creation block (for age) — and rolls them up into a 0-100 score (higher = safer) with subscores (honeypot, taxes, holder_concentration, liquidity, contract_age, ownership) and a verdict (safe / caution / high_risk). Each backend failure degrades just that subscore and adds a warning; the rest still computes.
INPUT — request schema
| property | type | description | req? |
|---|
| token_address | string | 0x-prefixed 20-byte EVM token contract address. | required |
| chain | string | EVM chain. Default 'base'. enum: base · ethereum · bsc | optional |
OUTPUT — response shape
| field | type | description |
|---|
| token | string | EVM token contract address that was scored. |
| chain | string | Chain the token lives on (ethereum, base, bsc, etc.). |
| score | string | Composite 0-100 safety score where higher is safer. |
| verdict | string | Overall classification: safe, caution, or high_risk. |
| subscores | string | Per-signal breakdown for honeypot, taxes, holder_concentration, liquidity, contract_age, and ownership. |
| warnings | string | List of flags raised by any backend, including degraded-subscore notices when a source failed. |
| data_sources | string | Which backends contributed: honeypot.is, GoPlus Security, and Etherscan v2. |
| source | string | Identifier for this endpoint (token-risk-score). |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/token-risk-score \
-H 'Content-Type: application/json' \
-d '{ }'first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"
# then ask Claude Code:
# "use the token-risk-score tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- edge-markettoken-riskrug-pullhoneypot-detectioncontract-auditholder-concentrationtoken-safetygoplus
- methods
- POST
- cluster
- edgemarket
- price
- $0.10 USDC per call
ADJACENT — other endpoints in edgemarket
| endpoint | description | price |
|---|
| token-risk | Token risk score / token security audit / rug-pull score / token safety check. | $0.10 |
| honeypot-check | Honeypot.is buy/sell simulation for any Base or Ethereum ERC-20. | $0.05 |
| token-honeypot | EVM token honeypot detection / can-i-sell check / rug-pull scanner / sell-tax simulator / buy-tax simulator / scam token detector / Base… | $0.05 |
| wallet-pnl | Wallet token P&L / FIFO cost basis / realized + unrealized profit / EVM portfolio analytics. | $0.05 |
| crypto-tx-explainer | Ethereum/Base/Arbitrum/Optimism/Polygon transaction explainer. | $0.04 |
| bridge-rates | Cross-chain bridge rate aggregator. | $0.03 |
| dao-proposal-monitor | Snapshot.org DAO proposal monitor. | $0.03 |
| ens-resolve | ENS resolver / Ethereum Name Service lookup. | $0.03 |