Skip to main content
GET
DelegationTotalRewards

Path Parameters

delegatorAddress
string
required

delegator_address defines the delegator address to query for.

Response

A successful response.

QueryDelegationTotalRewardsResponse is the response type for the Query/DelegationTotalRewards RPC method.

rewards
object[] | null

rewards defines all the rewards accrued by a delegator.

total
object[] | null

total defines the sum of all the rewards.

claimable
object[] | null

claimable defines the amount that can actually be withdrawn. Each delegation reward is truncated individually, mirroring what Msg/WithdrawDelegatorReward pays out, so claimable is at most total.