Real-time ML-powered rug pull detection for Solana tokens
Analyzing token...

--
Total Scans
--%
Model Accuracy
--
Rugs Caught
--
Scans (24h)

API Access

GET https://rug.mysniperbot.com/api/v1/risk-score?address=<TOKEN>&api_key=<YOUR_KEY>

Response:
{
  "token_address": "6h7vDVX...",
  "risk_score": 94.2,
  "risk_label": "HIGH",
  "verdict": "LIKELY RUG PULL",
  "token": {
    "name": "Elon Coin",
    "symbol": "ELON",
    "price_usd": "0.00000412",
    "dex": "raydium"
  }
}
Register your Solana wallet at /api/v1/auth/register to get an API key. Each scan costs 1 credit. Rate limit: 3 req/sec.