Authentication
API Key Authentication
Header Format
x-api-key: YOUR_API_KEY_HEREExample Request
curl -X GET \
"https://api.drops.bot/v1/shared/v1/airdrops/evm/0x123...abcd" \
-H "x-api-key: your-secret-api-key" \
-H "Content-Type: application/json"Obtaining an API Key
API Key Security
Environment Variables
Last updated