Solana Token Safety Checker — Rug Pull & Honeypot Detection avatar

Solana Token Safety Checker — Rug Pull & Honeypot Detection

Pricing

Pay per usage

Go to Apify Store
Solana Token Safety Checker — Rug Pull & Honeypot Detection

Solana Token Safety Checker — Rug Pull & Honeypot Detection

7-point security audit for any Solana token. Detects honeypots, rug pulls, concentrated holders, serial scammers, and fake liquidity. Essential for meme coin traders and DeFi investors.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

surya kattel

surya kattel

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

7 days ago

Last modified

Share

Solana Token Safety Checker

7-point security audit for any Solana token. Instantly detect rug pulls, honeypots, and scams before you trade.

What it checks

CheckWhat it detects
Mint AuthorityCan the creator print unlimited tokens?
Freeze AuthorityCan the creator freeze your wallet?
Holder ConcentrationDo top 10 wallets hold >55%? (dump risk)
LiquidityIs there enough liquidity to sell?
Sell SimulationCan you actually sell the token? (honeypot test)

Use cases

  • Meme coin traders — Check before buying new Pump.fun/Raydium tokens
  • DeFi investors — Verify token safety before providing liquidity
  • Trading bots — Integrate safety checks into automated trading
  • Portfolio auditors — Batch-check all tokens in a wallet

Input

{
"mints": [
"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm"
]
}

Output

Each token produces a result:

{
"mint": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"safe": true,
"risk_level": "LOW",
"checks_passed": 5,
"checks_total": 6,
"liquidity_usd": 45000,
"checks": {
"mint_authority": {"passed": true, "detail": "Revoked"},
"freeze_authority": {"passed": true, "detail": "Revoked"},
"holder_concentration": {"passed": true, "detail": "Top 10 hold 23.4%"},
"liquidity": {"passed": true, "detail": "$45,000 liquidity on raydium"},
"sell_simulation": {"passed": true, "detail": "Sellable — 2.1% round-trip loss"}
},
"details": [
"✅ mint_authority: Revoked",
"✅ freeze_authority: Revoked",
"✅ holder_concentration: Top 10 hold 23.4%",
"✅ liquidity: $45,000 liquidity on raydium",
"✅ sell_simulation: Sellable — 2.1% round-trip loss"
]
}

Risk levels

  • LOW — All checks passed. Relatively safe to trade.
  • MEDIUM — 1 check failed. Proceed with caution.
  • HIGH — 2 checks failed. Significant risk.
  • CRITICAL — 3+ checks failed. Likely scam.

Pricing

Pay per token checked. Free tier available for testing.

Built by

SelfTrade — Crypto signal platform serving traders since 2025.