GET
/
points
/
{address}
curl --request GET \
  --url https://api.getnimbus.io/points/{address}
{
  "status": "success",
  "data": {
    "data": [
      {
        "protocol": "<string>",
        "protocolLabel": "<string>",
        "note": "<string>",
        "points": 123,
        "stage": "<string>"
      }
    ],
    "totalPoint": 123,
    "dataWhalesMarket": [
      {
        "id": "<string>",
        "name": "<string>",
        "price": 123
      }
    ],
    "pointMarketList": [
      {
        "id": "<string>",
        "type": "<string>",
        "status": "<string>"
      }
    ]
  }
}

Path Parameters

address
string
required

Response

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

"success"

data
object