rewards
GetSummarizedRewardsForEarner
GetSummarizedRewardsForEarner returns the summarized rewards for the given earner address, including:
- total tokens earned
- total tokens active (subset of earned that are in roots that have surpassed their activation delay)
- total claimed
- total claimable (total active - total claimed)
get/rewards/v1/earners/{earner_address}/summarized-rewards
Path parameters
earner_addressstring required
Query parameters
block_heightinteger
Block height to use for calculating rewards. If not provided, the latest block is used.
snapshot_datestring
Snapshot date in YYYY-MM-DD format. If provided, the minimum block height for that date will be used instead of block_height.
Response
Successful response