Airdrop Search
GET
/gateway/v1/search/airdropSearches and filters airdrop opportunities.
Filters: keyword, status, reward type, task type.
Returns paginated results with optional task details.
Query Parameters
qstring
Search keyword for coin name
Example:
airdropphasestring
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:
activereward_typeenum<string>
Filter by reward type
Available options:
airdroppointswhitelistnftroleambassadorExample:
airdroptask_typeenum<string>
Filter activities containing tasks of this type
Available options:
socialbounty-platformstestnetmainnetroleformliquiditymint-nftgametradingstakingdepinnodeambassadorholdcheck-walletmint-domainpredictionsdeployExample:
socialhas_openboolean
Only return activities with currently OPEN tasks
Example:
truesort_byenum<string>
Field to sort results by
Available options:
total_raisexscorelast_status_updateExample:
last_status_updateorderenum<string>
Sort order
Available options:
ascdescExample:
desclimitinteger
Results per page
Example:
20offsetinteger
Pagination offset
Example:
0include_tasksboolean
Include full task list per activity
Example:
trueAirdrop Search
OK