// ENDPOINTS
GET /score/{contract_address}
Score a Solana token (0-10) with live enrichment from RugCheck, DexScreener, and GMGN.
GET /stats
Scanner statistics — tokens scanned, trade count, win rate.
GET /health
Health check.
// EXAMPLE RESPONSE
{
"ticker": "CLOWN",
"score": 0.0,
"decision": "REJECT",
"reasons": ["HARD REJECT: Bundle 23.7%"],
"mc_usd": 12036,
"rug_score": 1,
"top10_pct": 81.0,
"bundle_pct": 23.69,
"smart_money_wallets": 0
}
// WHAT THE SCORER CHECKS
Rug Detection
Bundle %, top holder concentration, insider %, mint/freeze authority status
Market Structure
Buy pressure sweet spot, velocity analysis, bonding curve position
Smart Money
GMGN smart wallet tracking, bundler/rat trader/entrapment detection
Timing
Token age gating, market cap buckets, dead zone filtering (UTC hours)
// PRICING
Starter
Free
10 scores/day
- Score + decision
- Basic reasons
- Rate limited
Pro
0.1 SOL
/month
- Unlimited scores
- Full breakdown
- Smart money data
- Priority support