{"name":"token-honeypot","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.","price":"$0.05","method":"POST","input_schema":{"properties":{"token_address":{"type":"string","description":"0x-prefixed 20-byte EVM token contract address."},"chain":{"type":"string","enum":["base","ethereum","bsc"],"description":"EVM chain. Default 'base'."}},"required":["token_address"]},"input_example":{"token_address":"0x4200000000000000000000000000000000000006","chain":"base"},"output_example":{"token":{"address":"0x4200000000000000000000000000000000000006","name":"Wrapped Ether","symbol":"WETH","decimals":18},"chain":"base","simulation":{"is_honeypot":false,"buy_tax_pct":0,"sell_tax_pct":0,"transfer_tax_pct":0,"max_buy_amount":"1000000000000000000000","max_sell_amount":"1000000000000000000000"},"contract":{"has_proxy":false,"has_owner":false,"has_renounced_ownership":true},"risk":{"level":"low","reasons":[]},"source":"https://api.honeypot.is"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}