REST API
Build Safer Airdrops with VerifyDrop API
Integrate wallet verification, Sybil detection, and safety scoring into your Solana project with our developer-friendly API.
Why VerifyDrop API?
Real-time Analysis
Get wallet safety scores in under 500ms with our optimized Helius-powered infrastructure.
Sybil Detection
Advanced ML algorithms detect wallet clusters, bot patterns, and farming behavior.
Batch Processing
Analyze up to 100,000 wallets in a single request for snapshot filtering.
Developer Friendly
Simple REST API with SDKs for JavaScript, Python, and Rust. Webhook support included.
API Endpoints
Simple, RESTful endpoints for all your wallet verification needs
GET
/api/v1/verify/{wallet}Get safety score and risk analysis for a single walletPOST
/api/v1/sybil/analyzeBatch analyze wallets for Sybil clustersPOST
/api/v1/snapshot/filterFilter an airdrop snapshot removing Sybils and botsGET
/api/v1/project/{slug}Get verification status for a registered projectPOST
/api/v1/webhooksRegister webhooks for real-time alertsQuick Integration
JavaScript / TypeScript
const response = await fetch(
'https://api.verifydrop.xyz/v1/verify/7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU',
{
headers: {
'Authorization': 'Bearer your_api_key',
'Content-Type': 'application/json'
}
}
);
const data = await response.json();
console.log(data.safety_score); // 85
console.log(data.risk_level); // "low"API Pricing
Start free, scale as you grow
Free
$0
For testing and small projects
- 100 API calls/day
- Single wallet verification
- Basic safety scores
- Community support
Most Popular
Pro
$99/month
For growing projects and dApps
- 10,000 API calls/day
- Batch processing (10K wallets)
- Sybil cluster detection
- Webhook notifications
- Priority support
Enterprise
Custom
For large-scale airdrops
- Unlimited API calls
- Unlimited batch size
- Custom ML models
- Dedicated infrastructure
- SLA guarantee
- 24/7 support
Ready to Protect Your Airdrop?
Join 23+ projects using VerifyDrop to distribute tokens fairly and securely.
Get Your API Key