GET /api/sdk/leaderboard
Request
Query parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
pointSystemId | string | Yes | — | UUID of the point system |
page | number | No | 1 | Page number (1-indexed) |
limit | number | No | 50 | Entries per page (max 200) |
Response 200
Response fields
| Field | Type | Description |
|---|---|---|
rank | number | Position on the leaderboard (global, not page-relative) |
address | string | Wallet address |
points | number | Total points accumulated |
events | number | Total number of point events |