Build With LedgerScanner API
Lightning Fast
Sub-20ms response times with global CDN distribution
Enterprise Security
OAuth 2.0, rate limiting, and encrypted connections
Real-time Updates
WebSocket support for live scam alerts and monitoring
Developer Friendly
SDKs for Python, JavaScript, Go, and more
Quick Start
Get up and running in minutes with our simple API
# Scan a token for scams
curl -X POST https://api.ledgerscanner.com/v1/scan \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"token_address": "So11111111111111111111111111111111111111112",
"chain": "solana"
}'
# Response
{
"status": "success",
"data": {
"risk_score": 85,
"risk_level": "high",
"scam_indicators": {
"honeypot": false,
"rug_pull_risk": true,
"bundle_detected": true,
"wash_trading": false
},
"recommendations": "High risk - potential rug pull detected"
}
}
API Endpoints
Complete reference for all available endpoints
/v1/scan
Scan Token
Comprehensive scam detection analysis for any token
/v1/whales/{token_address}
Track Whales
Monitor large holder movements and trading patterns
/v1/history/{token_address}
Historical Analysis
Access historical scam indicators and risk scores
/v1/stream
Real-time Stream
WebSocket connection for live alerts and monitoring
Rate Limits & Pricing
Free Tier
- 100 requests/day
- Basic endpoints only
- Community support
Business
- 10,000 requests/day
- All endpoints
- Priority support
Enterprise
- Unlimited requests
- WebSocket access
- Dedicated support
Ready to Build?
Start protecting your users with just a few lines of code