B3TR: User overview (totals)
getB3TRUserOverviewRetrieve a wallet's B3TR action overview with total rewards, rewarded actions, sustainability impact totals, global rankings, and unique X-App interactions, filterable by round or date.
Instructions
Get the B3TR action overview for a specific wallet via /api/v1/b3tr/actions/users/{wallet}/overview. Returns total B3TR rewards, number of rewarded actions, sustainability impact totals, global rankings, and unique X-App interactions. Optionally filter by roundId OR date (yyyy-MM-dd UTC), but not both — they are mutually exclusive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Optional date (UTC) to filter by, format yyyy-MM-dd. Mutually exclusive with roundId. | |
| wallet | Yes | User wallet address (path parameter) | |
| roundId | No | Optional round id to filter by. Mutually exclusive with date. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | B3TR user overview (totals and rankings) | |
| error | No | ||
| network | Yes |