Token Honeypot Detector (Buy/Sell Sim + GoPlus Audit) avatar

Token Honeypot Detector (Buy/Sell Sim + GoPlus Audit)

Pricing

Pay per usage

Go to Apify Store
Token Honeypot Detector (Buy/Sell Sim + GoPlus Audit)

Token Honeypot Detector (Buy/Sell Sim + GoPlus Audit)

On-demand security audit for any ERC20 token. Combines honeypot.is (buy/sell simulation) and GoPlus (owner permissions, mint, blacklist, fees) into a single risk report. Critical pre-purchase check for memecoin traders. $0.02 per token.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Token Honeypot Detector

On-demand security audit for any ERC20 token. Combines honeypot.is (buy/sell simulation) and GoPlus (owner permissions, fees, blacklist, mint) into a single risk report. Critical pre-purchase check for memecoin traders. $0.02 per token.


Why this exists

The most common way to lose money on a new memecoin isn't the chart — it's a honeypot: a token you can buy but can't sell. Or a 90% sell tax. Or an owner who can mint unlimited supply.

Two free APIs catch most of these:

  • honeypot.is simulates a buy → sell loop in a forked environment
  • GoPlus Security decompiles the contract and checks for dozens of red flags

This actor calls both, merges results, and returns one unified risk verdict — so you can decide before sending tx.


What you get per row

FieldExampleNotes
symbolUSDT
chainethereum
risk_levelsafesafe / low / medium / high / critical
risk_reasons[]list of specific flags
is_honeypot_confirmedfalsefrom honeypot.is simulation
simulation_successtruedid the buy→sell loop succeed
buy_tax_pct0.0from GoPlus
sell_tax_pct0.0from GoPlus
is_mintable1owner can mint more (uint flag)
hidden_owner0contract has hidden owner mechanism
can_take_back_ownership0owner can resume control after renouncing
owner_change_balance0owner can change any wallet's balance
is_blacklisted1a blacklist mechanism exists
transfer_pausable1owner can pause all transfers
anti_whale_modifiable0max wallet / tx can be changed
creator_address0xc6cde...
owner_address0xc6cde...
holder_count14,427,686

Risk levels

LevelTrigger
safeNo flags raised
🟡 low1 minor flag (e.g. mintable but renounced)
🟠 medium2–4 flags or risk level 3–4 from honeypot.is
🔴 high5+ flags or risk level 5 from honeypot.is
☠️ criticalHoneypot confirmed (buy works, sell fails)

Quick start

Audit USDT on Ethereum

{
"tokenAddress": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"chain": "ethereum"
}

Audit a memecoin on Base

{
"tokenAddress": "0x...",
"chain": "base",
"telegramBotToken": "YOUR_BOT_TOKEN",
"telegramChatId": "YOUR_CHAT_ID"
}

Audit a BSC token

{
"tokenAddress": "0x...",
"chain": "bsc"
}

Supported chains

ethereum, bsc, polygon, arbitrum, optimism, base, avalanche, fantom.


Pricing

Pay-Per-Event: $0.02 per token audited.

Flat fee covers both honeypot.is and GoPlus API calls. Vs:

  • TokenSniffer Pro: $9.99/mo (~$0.33 per scan if you do 30/mo)
  • DEXTools Pro: $30/mo
  • GoPlus paid API: requires direct contract

If you audit fewer than 15 tokens per month, this actor is cheaper than any paid subscription.


Use cases

  1. Pre-buy check — Don't ape into a memecoin without running this first
  2. Portfolio audit — Scan every token in your wallet for new red flags
  3. Telegram bot — Wire to a trading bot that rejects tokens with risk_level: critical
  4. Research — Compare contract risk profiles across competing memecoins
  5. Listing diligence — Exchanges use this kind of pre-listing check

Limitations

  • honeypot.is simulates buys/sells using a forked node, but cannot detect every social-engineering rugpull (e.g. team dumping after a few days). Use Wallet PnL Analyzer on the creator address to check their history.
  • GoPlus is static analysis — a clean report doesn't guarantee safety, only that no obvious red flags exist.
  • Always also check liquidity with our DEX Liquidity Depth Analyzer.


Feedback

A short review helps memecoin traders find it: Leave a review on Apify Store