node_id
string
The unique identifier for a validator in a particular network.
total_delegator_rewards
number
Total rewards received by delegators for their stake.
total_potential_delegator_rewards
number
Maximum rewards that can be received by delegators for their stake based on 100% validator uptime.
total_potential_validator_rewards
number
Maximum rewards that can be received by a validator for their own stake based on 100% uptime.
total_validator_fee_rewards
number
Maximum rewards that can be received by a validator as their cut/commission from delegator rewards based on 100% uptime.
total_validator_rewards
number
Total rewards received by a validator for their own stake.
total_validator_fee_rewards
number
Total fees received by a validator as their cut/commission from delegator rewards.
validation_period_start
string
The timestamp of the beginning of a validator’s validation period as set by them.
validation_period_end
string
The timestamp of the end of a validator’s validation period as set by them.
validation_status
string
The status of a validator, whether active(actively validating) or inactive (not actively validating).
validator_pubkey
string
A validator’s public key. Also a unique identifier of a validator.