cURL
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>" } ] } }
Returns the points and related data for a given address, including total points, market data, and point market listings
Successful response with points data
The response is of type object.
object