GET
/
stake
/
delegation
/
reward
Get Delegation Reward
curl --request GET \
  --url https://prv.stake.biya.io/stake/delegation/reward
{
  "rewards": [
    {
      "denom": "<string>",
      "amount": "<string>"
    }
  ]
}

Query Parameters

delegatorAddress
string

Delegator address

validatorAddress
string

Validator address

Response

200 - application/json

OK

DelegationRewardResponse represents delegation rewards for a specific delegator-validator pair This corresponds to QueryDelegationRewards response

rewards
object[]

List of reward coins