curl --request GET \
--url https://api.getnimbus.io/airdrops/{address}
{
"status": "success",
"data": [
{
"amount": 123,
"eligible": true,
"latency": 123,
"logoUrl": "<string>",
"note": "<string>",
"potentialValueUsdc": 123,
"protocol": "<string>",
"protocolLabel": "<string>",
"stage": "<string>",
"ticker": "<string>",
"token": "<string>",
"tokenPrice": 123
}
]
}
Returns the airdrops for a given address
curl --request GET \
--url https://api.getnimbus.io/airdrops/{address}
{
"status": "success",
"data": [
{
"amount": 123,
"eligible": true,
"latency": 123,
"logoUrl": "<string>",
"note": "<string>",
"potentialValueUsdc": 123,
"protocol": "<string>",
"protocolLabel": "<string>",
"stage": "<string>",
"ticker": "<string>",
"token": "<string>",
"tokenPrice": 123
}
]
}
Successful response with airdrops data
The response is of type object
.