Alpha Drops API
Integrate the world's most comprehensive airdrop data directly into your applications, bots, and trading tools.
Secure Access
Standard Bearer Token authentication via SHA-256 hashed keys.
Real-time Data
Instant access to the latest airdrops as they are discovered by our team.
Multi-Chain
Data covering EVM, Solana, Starknet, Cosmos, and many more ecosystems.
Authentication
All API requests must include your API key in the Authorization HTTP header as a Bearer token.
Authorization: Bearer YOUR_API_KEYYou can generate and manage your API keys in your Profile Settings. API access requires an active Developer API subscription.
Endpoints
/api/v1/airdropsRetrieve a list of all active and potential airdrops.
Query Parameters
statusstringcategorystringlimitnumberpagenumberExample Usage
curl -X GET "https://alphadrops.net/api/v1/airdrops?status=active&limit=10" \ -H "Authorization: Bearer YOUR_API_KEY"
Response Format
All responses are returned in JSON format. Successful requests will include a success: true flag.
{
"success": true,
"meta": {
"count": 1,
"limit": 100,
"filters": { "status": "active" }
},
"data": [
{
"id": "e1e1e1e1...",
"name": "Project Name",
"slug": "project-slug",
"status": "active",
"farming_level": "Aggressive",
"categories": ["DeFi", "L2"],
"blockchains": ["Ethereum", "Arbitrum"],
"created_at": "2024-03-28T12:00:00Z"
}
]
}Error Handling
The Alpha Drops API uses standard HTTP response codes to indicate the success or failure of an API request.
Unauthorized
Missing or invalid API key.
Forbidden
No active subscription or subscription expired beyond grace period.
Too Many Requests
Daily or minute-based rate limit exceeded.
Internal Server Error
Something went wrong on our end.
Subscription Grace Period
We offer a 3-day grace period for all API subscriptions. If your subscription fails to renew, your API access will remain active for 72 hours to allow you time to resolve any billing issues.
Rate Limits
Rate limits vary based on your subscription plan. Exceeding your rate limit will return a 429 Too Many Requests response.
Starter
Pro
Enterprise
Ready to Get Started?
Choose a plan that fits your needs and start integrating Alpha Drops data into your applications today.