Works with all Solana SPL tokens including launchpad and Raydium tokens
Wallet Tracker
Discover
Loading tokens...
Rug Database
Tokens flagged with rug probability โฅ 40% from community scans
Loading rug database...
Developer API
DeFade API v1
Integrate Solana token risk analysis into your app, bot, or dashboard. Real-time rug scores, whale tracking, sniper detection, and more.
See plans & pricing →
Full endpoint reference and plan comparison at defade.org/developers
✓ Payment Successful!
Your API key is ready. Save it now โ it won't be shown again.
🔑 Request a free trial key
Paid plans are self-serve — pick one above and your key is emailed the moment you pay. This form is for the free 7-day trial key: tell us what you're building and we'll send one, usually within 24 hours.
★ Approved requests start on a free 7-day trial — no card required
We email you a trial key that works for 7 days and then expires on its own.
It runs at
10 req/min,
100 req/day,
3,000 units/month
on every chain we cover — Solana, Ethereum, Base and Robinhood —
and reaches these six endpoints:
GET /v1/analyze/:mintFull analysis
GET /v1/rug-score/:mintRisk score 0-100
GET /v1/token-price/:mintPrice, mcap, volume
GET /v1/holders/:mintHolder distribution
GET /v1/kol/:mintKOL detection
GET /v1/trendingTrending tokens
Every paid plan opens all 23 endpoints — bundle and insider detection,
funding origin and graphs, smart money, snipers, dev tracking, sybil clusters and the rest —
with far higher rate limits and no expiry.
See plans & endpoints →
✓ Request received. We'll email you within 24 hours.
For urgent access or custom plans, email info@defade.org
⚡ Overage Credits โ Pay-Per-Use
Hit your daily limit? No need to upgrade โ buy overage credits and keep going at $0.02/request. Enable overage in your dashboard, purchase a credit pack ($5 / $20 / $50), and requests beyond your daily limit use credits instead of being blocked. Bigger packs get up to 10% bonus credits.
All 23 endpoints, parameters and response schemas are documented at
defade.org/developers.
Token endpoints default to Solana; add
?chain=
with ethereum,
base or robinhood
on an All-Chains plan.
⚡ Quick Start
# Get rug score for a token
curl https://api.defade.org/v1/rug-score/TOKEN_MINT \
-H "x-api-key: YOUR_API_KEY"
# Full analysis
curl https://api.defade.org/v1/analyze/TOKEN_MINT \
-H "x-api-key: YOUR_API_KEY"
# Or use query param
curl https://api.defade.org/v1/trending?api_key=YOUR_API_KEY
📄 Example Response
// GET /v1/rug-score/:mint { "token": "NV2RYH...pump", "timestamp": "2026-02-20T14:30:00Z", "score": 72, "risk": "HIGH", "factors": { "liquidityLocked": false, "top10HolderPct": 45.2, "bundlesDetected": 3, "devSold": false }, "poweredBy": "DeFade.org" }
Need integration help? info@defade.org