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

Response

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