Token Safety Check
Pricing
Pay per usage
Go to Apify Store

Token Safety Check
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Grizzly enterprise
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Token Safety Check — Honeypot & Rug-Pull Scanner
"Is this token safe to buy?" — answered in one call, for up to 100 tokens per run, across Ethereum, Base, BSC, Arbitrum, Polygon, Optimism.
Aggregates two independent, battle-tested security sources into ONE verdict:
- honeypot.is — live buy/sell simulation: can you actually sell? What are the real taxes? Pool liquidity?
- GoPlus — structural analysis: mintable, hidden owner, owner-can-change-balances, pausable transfers, blacklists, self-destruct…
What you get per token
| Field | Meaning |
|---|---|
verdict | danger / caution / safe / unknown |
riskScore | 0-100 aggregate across both sources |
isHoneypot | Simulated sell failed or flagged |
buyTaxPct, sellTaxPct | Real taxes from simulation |
liquidityUsd | Pool depth |
flags[] | Each specific red flag with severity + source + explanation |
Why aggregate beats either source alone
honeypot.is catches behavior (the sell actually fails); GoPlus catches structure (the owner could rug tomorrow). Danger hides in the union, not the intersection.
Use cases
- The pre-trade gate: agent must call this before any buy — the purest "has to check" moment
- Batch-screen a whole watchlist or new-pairs feed in one run
- Filter launchpad/DEX listings before displaying them
Input
{ "tokens": [ { "address": "0x…", "chain": "base" } ] }
Heuristic signal, not financial advice; absence of flags is not a guarantee.