GET /api/sdk/wallet
Request
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
pointSystemId | string | Yes | UUID of the point system |
address | string | Yes | Wallet address to look up |
Response 200
Response fields
| Field | Type | Description |
|---|---|---|
address | string | Wallet address (normalized to lowercase) |
points | number | Total points accumulated |
events | number | Total number of point events |
rank | number | Current rank on the leaderboard |
Errors
| Status | Message | Cause |
|---|---|---|
404 | Wallet not found in this point system | Address has never received points or been registered |