Validator performance
The ValidatorPerformance
entity provides the validator performance score as the percentage of rewards received per one token relative to the maximum ratio received by a validator in the given era. A validator that received the highest ratio will have a 100 score.
The average performance endpoints return moving average of the validator performance for the past 360 eras (approximately one month).
Properties
The ValidatorPerformance
entity has the following properties:
Property | Type | Description |
---|---|---|
|
| Validator public key represented as a hexadecimal string |
|
| Era identifier |
|
| Validator performance score for the era |
Example
Optional properties
None
Relations
Entity | Mapping property | Description |
---|---|---|
| Validators have performance score |
Endpoints
The ValidatorPerformance
entity has the following endpoints:
Relation endpoints
None
Last updated