cURL
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>" } } }
Returns the airdrops information (Bluefin, Suilend) for a given address
The address to get airdrops for
Successful response with airdrops data
The response is of type object.
object