⬢ Developers

Die airdrop5 API

Jeder Score, Snapshot und Eligibility-Check über eine saubere REST-API. Dieselben Daten, die das Dashboard antreiben — Open Methodology, versioniert, ohne Promo-Bias.

99.95% uptime·p50 latency 38ms·REST + Webhooks
~/quickstart.sh
# 1. Set your key
export A5_KEY="sk_live_a5_••••••••••••"

# 2. Fetch the top live drops by hype
curl https://api.airdrop5.xyz/v1/drops \
  -H "Authorization: Bearer $A5_KEY" \
  -d "sort=hype&status=live&limit=5"
Base URL
https://api.airdrop5.xyz/v1
Auth
Bearer sk_live_…
Format
JSON · UTF-8 · cursor-paginated

Endpoints

Fünf Ressourcen decken 95% der Use-Cases ab. Alle Listen sind cursor-paginiert und filter-/sortierbar.

GET/v1/drops

Alle Drops, filter- und sortierbar. Cursor-paginiert.

ParameterTypBeschreibung
statusenumlive · upcoming · tge — Status-Filter
sortenumhype · ev · snapshot · legit (Default hype)
chainstringChain-Slug, z.B. monad, base, zksync
limitint1–100, Default 25
GET/v1/drops/{id}

Ein einzelner Drop mit Rating, EV-Range und Snapshot.

ParameterTypBeschreibung
idstringDrop-Slug, z.B. monad
GET/v1/drops/{id}/hype

Hype-Score-Zeitreihe inkl. gewichteter Signale.

ParameterTypBeschreibung
idstringDrop-Slug
windowenum24h · 7d · 30d (Default 7d)
GET/v1/calendar

Snapshots, TGEs und Claim-Windows als Event-Liste.

ParameterTypBeschreibung
fromdateISO-Datum, inklusive
typeenumsnapshot · tge · claim · phase
POST/v1/eligibility

Eligibility-Check für eine Wallet gegen einen Drop. Read-only.

ParameterTypBeschreibung
walletstringEVM/Solana-Adresse (read-only)
dropstringDrop-Slug
200 OK · GET /v1/drops/monad
{
  "id": "monad",
  "name": "Monad Mainnet",
  "chain": "monad",
  "status": "live",
  "hype_score": 96,
  "hype_delta_7d": 12,
  "rating": { "reward": 5, "legit": 5, "difficulty": 3 },
  "ev_usd": { "p50": 2850, "p10": 1200, "p90": 5400 },
  "snapshot": { "block": 8412066, "date": "2026-06-14T14:00:00Z" },
  "cost_usd": 48,
  "updated_at": "2026-05-28T11:59:42Z"
}
# List the 5 hottest live drops
curl https://api.airdrop5.xyz/v1/drops \
  -H "Authorization: Bearer $A5_KEY" \
  --data-urlencode "status=live" \
  --data-urlencode "sort=hype" \
  --data-urlencode "limit=5" -G
⬡ Plans

Rate-Limits & Pläne

Fair, transparent, ohne versteckte Drosselung. Bursts werden über ein Token-Bucket geglättet.

Free
$0
60 req/min
Alle GET-Endpoints
60s Daten-Delay
Community-Support
Probeliebt
$49/mo
600 req/min
Echtzeit-Daten (kein Delay)
Webhooks + Eligibility
99.95% SLA
Scale
Custom
10k+ req/min
Dedicated Infra
Bulk-Snapshots
Priority-Support

Limits gelten pro API-Key · 429 mit Retry-After-Header bei Überschreitung · Webhooks zählen nicht aufs Limit.

Monad Mainnet öffnendrop
dZum Dashboardansicht
cCrypto Airdrops · Hype-Boardansicht
qQuests · AIR5-Punkte verdienenansicht
lLeaderboard · Top-Hunteransicht
kKalender · Snapshots & TGEsansicht
wMeine Watchlistansicht
gGuidesansicht
aAPI-Docsbefehl