Claim all tokens for a specific airdrop using the provided request.
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"bn_amount": "<string>",
"claim_ops": {
"airdrop_title": "<string>",
"amount": 123,
"id": 123,
"profile_id": 123,
"status": "<string>",
"timestamp": 123
},
"r": "<string>",
"s": "<string>",
"v": 123
}
],
"success": true
}
Claim all request details
The body is of type object
.
OK
The response is of type object
.
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"bn_amount": "<string>",
"claim_ops": {
"airdrop_title": "<string>",
"amount": 123,
"id": 123,
"profile_id": 123,
"status": "<string>",
"timestamp": 123
},
"r": "<string>",
"s": "<string>",
"v": 123
}
],
"success": true
}
Claim all tokens for a specific airdrop using the provided request.
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"bn_amount": "<string>",
"claim_ops": {
"airdrop_title": "<string>",
"amount": 123,
"id": 123,
"profile_id": 123,
"status": "<string>",
"timestamp": 123
},
"r": "<string>",
"s": "<string>",
"v": 123
}
],
"success": true
}
Claim all request details
The body is of type object
.
OK
The response is of type object
.
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"bn_amount": "<string>",
"claim_ops": {
"airdrop_title": "<string>",
"amount": 123,
"id": 123,
"profile_id": 123,
"status": "<string>",
"timestamp": 123
},
"r": "<string>",
"s": "<string>",
"v": 123
}
],
"success": true
}