B3TR: Users leaderboard
getB3TRUsersLeaderboardGet B3TR user leaderboards, filter by round or date, and sort by total reward amount or actions rewarded. Supports cursor pagination.
Instructions
Get leaderboard of users' B3TR actions via /api/v1/b3tr/actions/leaderboards/users. Optionally filter by roundId OR date (yyyy-MM-dd UTC) but not both — they are mutually exclusive. Sort by totalRewardAmount or actionsRewarded; supports cursor pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Optional date (UTC) to filter by, format yyyy-MM-dd. Mutually exclusive with roundId. | |
| size | No | The results page size | |
| cursor | No | Pagination cursor returned by a previous request | |
| sortBy | No | Sort by totalRewardAmount or actionsRewarded | |
| roundId | No | Optional round id to filter by. Mutually exclusive with date. | |
| direction | No | The sort direction |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | List response for users leaderboard | |
| error | No | ||
| network | Yes |