Introduction
Last updated
Complete reference for all Drops shared API endpoints.
All API requests should be made to:
https://api.drops.bot/shared/All endpoints require authentication via API key. Include your API key in the x-api-key header:
x-api-key: YOUR_API_KEYAll API responses are returned in JSON format with the following structure:
{
"success": true,
"data": {
// Response data here
}
}Check airdrop eligibility and get detailed airdrop information for addresses across multiple blockchain networks.
GET /shared/v1/airdrops/:network/:address - Check airdrop eligibility
Last updated
{
"success": false,
"error": "Human readable error message"
}