cURL
curl --request GET \ --url https://prv.stake.biya.io/stake/delegation/rewards
{ "rewards": [ { "validatorAddress": "<string>", "reward": [ { "denom": "<string>", "amount": "<string>" } ] } ], "total": [ { "denom": "<string>", "amount": "<string>" } ] }
GetDelegationTotalRewards queries total delegation rewards for a delegator
Delegator address
OK
TotalRewardsResponse represents total delegation rewards This corresponds to FetchDelegationTotalRewards response
Rewards for each validator
Show child attributes
Total rewards across all validators