$ man token-honeypot-check
/token-honeypot-check
PRICE / CALL
$0.05
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgemarketCATEGORY
uncategorized
STATUS
● live
NAME
token-honeypot-check — token honeypot check / erc-20 can-i-sell api / rug-pull detector
synonym alias of token-honeypot — reuses the canonical handler.
SYNOPSIS
POST https://x402.agentutility.ai/token-honeypot-check
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Token honeypot check / ERC-20 can-I-sell API / rug-pull detector. Simulates buy and sell behavior through honeypot.is and returns honeypot status, taxes, max sell amounts, contract flags, and risk level.
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 | — |
| simulation | string | — |
| contract | string | — |
| risk | string | — |
| source | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/token-honeypot-check \
-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-check tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- edge-markettokenhoneypotchecktoken-honeypot-check
- methods
- POST
- cluster
- edgemarket
- price
- $0.05 USDC per call
ADJACENT — other endpoints in edgemarket
| endpoint | description | price |
|---|---|---|
| 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 / bridge quote API / cheapest L1↔L2 route / Ethereum to Base + Arbitrum + Optimism + Polygon bridge /… | $0.03 |
| dao-proposal-monitor | DAO proposal monitor / Snapshot.org governance feed / DAO voting tracker / on-chain governance watch / Aave + Uniswap + ENS + Arbitrum pr… | $0.03 |
| ens-resolve | ENS resolver / Ethereum Name Service lookup. | $0.03 |
| coin-price | Coin price API / crypto spot price / BTC ETH SOL quote lookup. | $0.02 |
SEE ALSO