get Rewards

GET /staking/stakes/:stakeId/rewards

Retrieves the rewards linked to a specific stake

Required Permissions

Name
Conditions

Stakes:Read

Always Required

Path Parameters

Query string parameter
Required/Optional
Description
Type

stakeId*

Optional

The id of the stake for which we want to get rewards

string

Response

200 Response example

{
  symbol: "ETH",
  balance: 0.1324
}

Last updated