$ man token-security
/token-security
PRICE / CALL
$0.10
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgemarketCATEGORY
uncategorized
STATUS
● live
NAME
token-security — checks token security by scoring an evm token with honeypot simulation, goplus holder and ownership signals, and etherscan contract age
synonym alias of token-risk-score — reuses the canonical handler.
SYNOPSIS
POST https://x402.agentutility.ai/token-security
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Checks token security by scoring an EVM token with honeypot simulation, GoPlus holder and ownership signals, and Etherscan contract age. Returns a 0-100 safety score with warnings. Use it as a token risk API or rug-pull detector.
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 | — |
| chain | string | — |
| score | string | — |
| verdict | string | — |
| subscores | string | — |
| warnings | string | — |
| data_sources | string | — |
| source | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/token-security \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster npx -y @agentutility/mcp-<cluster> # Required: EVM private key with USDC on Base export X402_PRIVATE_KEY=0x... # Then call the token-security tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- edge-markettokensecuritytoken-security
- methods
- POST
- cluster
- edgemarket
- price
- $0.10 USDC per call
ADJACENT — other endpoints in edgemarket
| endpoint | description | price |
|---|---|---|
| token-risk | Composite token risk score: 0-100 built from honeypot.is, GoPlus Security, and Etherscan contract age. | $0.10 |
| token-risk-score | Composite 0-100 security score for any EVM token, built from three independent signals pulled in parallel. | $0.10 |
| honeypot-check | Honeypot.is buy/sell simulation for any Base or Ethereum ERC-20. | $0.05 |
| token-honeypot | Detects whether an ERC-20 token is a honeypot by simulating a buy + sell via honeypot.is. | $0.05 |
| token-honeypot-api | Checks whether a token is a honeypot, testing sellability, buy tax, sell tax, proxy risk, owner risk, and token-trading warnings. | $0.05 |
| token-honeypot-check | Checks whether an ERC-20 token is a honeypot by simulating buy and sell behavior through honeypot.is. | $0.05 |
| wallet-pnl | Computes wallet token P&L with FIFO cost basis for any (wallet, ERC-20, chain) triple. | $0.05 |
| crypto-tx-explainer | Ethereum/Base/Arbitrum/Optimism/Polygon transaction explainer. | $0.04 |
SEE ALSO