The DelegatorReward
entity offers a normalized representation of the Casper Network Reward related to the delegator account.
The DelegatorReward
entity contains the following properties:
public_key
string(64)
The public key of the delegator account represented as a hexadecimal string. Primary account identifier
validator_public_key
string(64)
Public key of the validator represented as a hexadecimal string. Unique validator identifier
era_id
uint32
Era identifier
amount
uint64
Amount of the reward received by the delegator.
timestamp
datetime
Timestamp indicating when the last block was proposed.
Example
Depending on the endpoint, the following optional properties may be included in the DelegatorReward
entity:
rate
float32
account_info
centralized_account_info
Account information available for known accounts provided by CSPR.cloud team
cspr_name
string
Primary CSPR.name of the account
The DelegatorReward
entity has the following relations with other entities:
public_key
Accounts receive rewards for delegating to validators.
validator_public_key
Delegation rewards are associated with the validator, that distributed the rewards
The DelegatorReward
entity has the following endpoints:
The rate that was relevant at the moment when the last block was proposed. To get more details see .
provided by the account owner
Get a paginated list of delegator rewards.
validator_public_key
The public key of the validator to whom the stakes were delegated.
era_id
Sort validator rewards by era identifier
Default sorting is era_id DESC
rate
float32
account_info
centralized_account_info
Account information available for known accounts provided by CSPR.cloud team
cspr_name
string
Primary CSPR.name of the account
PaginatedResponse
<DelegatorReward>
The rate that was relevant at the moment when the last block was proposed. To get more details see .
provided by the account owner