Retrieves a list of airdrops available for the user, including claimable amounts.
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"airdrop_title": "<string>",
"claimable": 123,
"claimed": 123,
"last_fill_timestamp": {},
"profile_id": 123,
"status": "<string>",
"total_rewards": 123,
"total_volume_after_airdrop": 123,
"total_volume_for_airdrop": 123
}
],
"success": true
}
OK
The response is of type object
.
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"airdrop_title": "<string>",
"claimable": 123,
"claimed": 123,
"last_fill_timestamp": {},
"profile_id": 123,
"status": "<string>",
"total_rewards": 123,
"total_volume_after_airdrop": 123,
"total_volume_for_airdrop": 123
}
],
"success": true
}
Retrieves a list of airdrops available for the user, including claimable amounts.
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"airdrop_title": "<string>",
"claimable": 123,
"claimed": 123,
"last_fill_timestamp": {},
"profile_id": 123,
"status": "<string>",
"total_rewards": 123,
"total_volume_after_airdrop": 123,
"total_volume_for_airdrop": 123
}
],
"success": true
}
OK
The response is of type object
.
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"airdrop_title": "<string>",
"claimable": 123,
"claimed": 123,
"last_fill_timestamp": {},
"profile_id": 123,
"status": "<string>",
"total_rewards": 123,
"total_volume_after_airdrop": 123,
"total_volume_for_airdrop": 123
}
],
"success": true
}