Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man token-honeypot

/token-honeypot

agentutility / edge-market / token-honeypot
PRICE / CALL
$0.05
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgemarket
CATEGORY
uncategorized
STATUS
live
NAME
token-honeypot detects whether an erc-20 token is a honeypot by simulating a buy + sell via honeypot.is
SYNOPSIS
POST https://x402.agentutility.ai/token-honeypot
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Detects whether an ERC-20 token is a honeypot by simulating a buy + sell via honeypot.is. Returns honeypot status, realized buy/sell/transfer tax percentages, max buy/sell amounts (atomic units), proxy/owner contract flags, and a normalized risk level (low/medium/high/critical) with human-readable reasons. Free public API, no auth. Use it as an EVM can-i-sell check, rug-pull scanner, sell-tax and buy-tax simulator, or scam token detector for Base, Ethereum, and BSC honeypots.

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
tokenstringERC-20 contract address that was scanned for honeypot behavior.
chainstringEVM chain the simulation ran on (e.g. ethereum, base, bsc).
simulationstringBuy/sell simulation results including realized tax percentages and max buy/sell amounts in atomic units.
contractstringContract flags such as proxy status, owner address, and other ownership/permission attributes.
riskstringNormalized risk level (low/medium/high/critical) plus human-readable reasons for the rating.
sourcestringUpstream data provider used for the check (honeypot.is).
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/token-honeypot \
  -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-honeypot tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
edge-markethoneypot-checkrug-pull-scannertoken-safetysell-tax-simulatorerc20-scannerscam-detectorhoneypot-is
methods
POST
cluster
edgemarket
price
$0.05 USDC per call
ADJACENTother endpoints in edgemarket
endpointdescriptionprice
honeypot-checkHoneypot.is buy/sell simulation for any Base or Ethereum ERC-20.$0.05
token-honeypot-apiChecks whether a token is a honeypot, testing sellability, buy tax, sell tax, proxy risk, owner risk, and token-trading warnings.$0.05
token-honeypot-checkChecks whether an ERC-20 token is a honeypot by simulating buy and sell behavior through honeypot.is.$0.05
wallet-pnlComputes wallet token P&L with FIFO cost basis for any (wallet, ERC-20, chain) triple.$0.05
crypto-tx-explainerEthereum/Base/Arbitrum/Optimism/Polygon transaction explainer.$0.04
bridge-ratesCompares cross-chain bridge quotes to find the cheapest route between chains, powered by LiFi.$0.03
dao-proposal-monitorMonitors DAO governance proposals on Snapshot.org for any space.$0.03
ens-resolveResolves ENS names in both directions: forward (vitalik.eth to address) and reverse (address to primary ENS).$0.03
SEE ALSO
agentutility · edgemarket · x402 · mcp · llms.txt · registry.json · bazaar.x402.org