POST
/
airdrops
/
claim
{
  "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
}

Body

application/json
Claim all request details
title
string
required

Response

200
application/json
OK
error
string
pagination
object
result
object[]
success
boolean