GET
/
stake
/
delegation
/
rewards
Get Delegation Total Rewards
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>"
    }
  ]
}

Query Parameters

delegatorAddress
string

Delegator address

Response

200 - application/json

OK

TotalRewardsResponse represents total delegation rewards This corresponds to FetchDelegationTotalRewards response

rewards
object[]

Rewards for each validator

total
object[]

Total rewards across all validators