Search

Airdrop Search

Searches and filters airdrop opportunities.

Filters: keyword, status, reward type, task type.

Returns paginated results with optional task details.

get/gateway/v1/search/airdrop

Query parameters

qstring

Search keyword for coin name

Example:airdrop

Search keyword for coin name

phasestring

Comma-separated lifecycle phases. active = tasks open, can participate (POTENTIAL + CONFIRMED). claimable = eligible, can claim (SNAPSHOT + VERIFICATION + REWARD_AVAILABLE). completed = done (DISTRIBUTED). Defaults to active,claimable to show actionable airdrops.

Example:active

Comma-separated lifecycle phases. active = tasks open, can participate (POTENTIAL + CONFIRMED). claimable = eligible, can claim (SNAPSHOT + VERIFICATION + REWARD_AVAILABLE). completed = done (DISTRIBUTED). Defaults to active,claimable to show actionable airdrops.

reward_type'airdrop' | 'points' | 'whitelist' | 'nft' | 'role' | 'ambassador'

Filter by reward type

Example:airdrop

Filter by reward type

task_type'social' | 'bounty-platforms' | 'testnet' | 'mainnet' | 'role' | 'form' | 'liquidity' | 'mint-nft' | 'game' | 'trading' | 'staking' | 'depin' | 'node' | 'ambassador' | 'hold' | 'check-wallet' | 'mint-domain' | 'predictions' | 'deploy'

Filter activities containing tasks of this type

Example:social

Filter activities containing tasks of this type

has_openboolean

Only return activities with currently OPEN tasks

Example:true

Only return activities with currently OPEN tasks

sort_by'total_raise' | 'xscore' | 'last_status_update'

Field to sort results by

Example:last_status_update

Field to sort results by

order'asc' | 'desc'

Sort order

Example:desc

Sort order

limitinteger

Results per page

Example:20

Results per page

offsetinteger

Pagination offset

Pagination offset

include_tasksboolean

Include full task list per activity

Example:true

Include full task list per activity

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://example.com/schemas/DataResponseAirdropSearchItem.json"
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.