Works with all Solana SPL tokens including launchpad and Raydium tokens
Discover
Loading tokens...
Wallet Tracker
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.
FREE
$0
/month
7-day trial
10 req/min
100 req/day
6 endpoints
10 req/min
100 req/day
6 endpoints
↓ Generate below
STARTER
$29
/month
30 req/min
1,000 req/day
16 endpoints
1,000 req/day
16 endpoints
POPULAR
PRO
$99
/month
60 req/min
5,000 req/day
All 22 endpoints
5,000 req/day
All 22 endpoints
ENTERPRISE
$499
/month
200 req/min
50,000 req/day
All 22 endpoints
50,000 req/day
All 22 endpoints
✓ Payment Successful!
Your API key is ready. Save it now — it won't be shown again.
🔑 Request API Access
DeFade API access is invite-only. Tell us what you're building and we'll get back to you within 24 hours.
✓ 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.
📡 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/liquidity/:mintLP lock & burn
GET /v1/whales/:mintWhale activity
GET /v1/bundles/:mintBundle detection
GET /v1/insider-network/:mintInsider mapping
GET /v1/smart-money/:mintSmart money flows
GET /v1/snipers/:mintSniper detection
GET /v1/dev-tracker/:mintDev wallet tracking
GET /v1/socials/:mintSocial links & metadata
GET /v1/copy-traders/:mintCopy-trading detection
GET /v1/funding-origin/:mintFunding origin by tier
GET /v1/funding-graph/:mintCross-funding graph
GET /v1/sybil-cluster/:mintSybil band clustering
GET /v1/bundles-pro/:mintBundle Detection Pro
GET /v1/historical-bundles/:mintHistorical bundles
GET /v1/kol/:mintKOL detection
GET /v1/holder-overlapHolder overlap (multi-token)
GET /v1/trendingTrending tokens
GET /v1/usageCheck key usage
⚡ 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 a custom plan or integration help? info@defade.org