Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man token-security

/token-security

agentutility / edge-market / token-security
PRICE / CALL
$0.10
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgemarket
CATEGORY
uncategorized
STATUS
live
NAME
token-security token security check / token risk api / rug-pull detector
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

Token security check / token risk API / rug-pull detector. Scores an EVM token using honeypot simulation, GoPlus holder and ownership signals, and Etherscan contract age. Returns 0-100 safety score with warnings.

INPUTrequest schema
propertytypedescriptionreq?
token_addressstring0x-prefixed 20-byte EVM token contract address.required
chainstringEVM chain. Default 'base'.
enum: base · ethereum · bsc
optional
OUTPUTresponse shape
fieldtypedescription
tokenstring
chainstring
scorestring
verdictstring
subscoresstring
warningsstring
data_sourcesstring
sourcestring
EXAMPLEStwo 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
ADJACENTother endpoints in edgemarket
endpointdescriptionprice
token-riskToken risk score / token security audit / rug-pull score / token safety check.$0.10
token-risk-scoreComposite EVM token risk score / token security audit / rug-pull score / token safety check / honeypot + tax + holder concentration / GoP…$0.10
honeypot-checkHoneypot.is buy/sell simulation for any Base or Ethereum ERC-20.$0.05
token-honeypotEVM token honeypot detection / can-i-sell check / rug-pull scanner / sell-tax simulator / buy-tax simulator / scam token detector / Base…$0.05
token-honeypot-checkToken honeypot check / ERC-20 can-I-sell API / rug-pull detector.$0.05
wallet-pnlWallet token P&L / FIFO cost basis / realized + unrealized profit / EVM portfolio analytics.$0.05
crypto-tx-explainerEthereum/Base/Arbitrum/Optimism/Polygon transaction explainer.$0.04
bridge-ratesCross-chain bridge rate aggregator / bridge quote API / cheapest L1↔L2 route / Ethereum to Base + Arbitrum + Optimism + Polygon bridge /…$0.03
SEE ALSO
agentutility · edgemarket · x402 · mcp · llms.txt · registry.json · bazaar.x402.org