B3TR: Apps leaderboard
getB3TRAppsLeaderboardRetrieve a ranked list of apps on the B3TR leaderboard, filter by round or date, sort by rewards or actions, and paginate through results.
Instructions
Get app B3TR action leaderboard via /api/v1/b3tr/actions/leaderboards/apps. 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 apps leaderboard | |
| error | No | ||
| network | Yes |