get
https://api.canton.noves.fi//rewards/
Returns a paginated list of reward transfers for a party, together with totals by reward type across the requested window.
Filter by validatorRewards, appRewards, or svRewards.
If both startTimestamp and endTimestamp are omitted, the API applies a trailing 30-day window by default.
Note: For pagination, use the nextPageUrl link that will be returned as part of the output, or use the cursor parameter with the value from nextCursor in the previous response.
A party with no rewards in the window will return a HTTP 200 response with an empty rewards array and zeroed totals.

