AirdropBuzz API Documentation

Get Started with AirdropBuzz API

Use the endpoints below to fetch airdrops, update logs, Market Pulse signals, Insights, articles, news, events, videos, newsletters, and press releases. All core data endpoints require an API key.

Base URL

https://airdropbuzz.com/v1

Authentication

X-API-Key: YOUR_KEY

Quick Example

curl -H "X-API-Key: YOUR_KEY" https://airdropbuzz.com/v1/airdrops/latest

Endpoints

Method Path Auth Description
GET/v1/pingNoHealth check
GET/v1/airdropsYesList airdrops
GET/v1/airdrops/latestYesLatest active airdrops
GET/v1/airdrops/{slug}YesSingle airdrop details
GET/v1/statsYesAirdrop stats + categories
GET/v1/articlesYesList articles
GET/v1/articles/{slug}YesSingle article
GET/v1/insightsYesList published Insights
GET/v1/insights/{slug}YesSingle Insight with optional content and metrics
GET/v1/market-pulseYesList indexable Market Pulse signals
GET/v1/market-pulse/{slug}YesSingle Market Pulse signal with optional context and chart
GET/v1/newsYesList news items
GET/v1/news/{slug}YesSingle news article
GET/v1/eventsYesList crypto events
GET/v1/events/{slug}YesSingle crypto event
GET/v1/events/liveYesLive event widget feed
GET/v1/videosYesList published videos
GET/v1/videos/{slug}YesSingle video details
GET/v1/newslettersYesList published newsletter issues
GET/v1/newsletters/{slug}YesSingle newsletter issue
GET/v1/press-releasesYesList published press releases and disclosures
GET/v1/press-releases/{slug}YesSingle press release
GET/v1/airdrop-updatesYesLatest material update per tracked airdrop
POST/v1/subscribeYesSubscribe email
POST/v1/risk-scanNoProject risk scanner

Query Parameters (Common)

MCP Endpoint For AI Tools

AirdropBuzz provides a Streamable HTTP MCP endpoint for AI clients and developer tools that support the Model Context Protocol.

For AI crawler guidance, citation rules, public discovery tools, OAuth metadata, and protected tool access, see the canonical AI Agent Access page.

Endpoint

https://mcp.airdropbuzz.com/mcp

Health Check

https://mcp.airdropbuzz.com/health

Public discovery tools are available without a bearer token: get_sitemap_urls, search_public_pages, and get_llms_profile. Protected content/API tools require an AirdropBuzz-issued bearer token using Authorization: Bearer YOUR_TOKEN.