GET
/
onchain
/
{address}
/
airdrops
curl --request GET \
  --url https://api.getnimbus.io/onchain/{address}/airdrops
{
  "status": "success",
  "data": {
    "bluefinAirdrops": {
      "amount": 123,
      "eligible": true,
      "protocol": "<string>",
      "token": "<string>"
    },
    "suilendAirdrops": {
      "amount": 123,
      "eligible": true,
      "protocol": "<string>",
      "token": "<string>"
    }
  }
}

Path Parameters

address
string
required

The address to get airdrops for

Response

200
application/json
Successful response with airdrops data
status
string
Example:

"success"

data
object