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

Path Parameters

address
string
required

Response

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

"success"

data
object[]