validators

Glossary of terms found under /validators

node_id

The unique identifier for a validator in a particular network.

total_delegator_rewards

Total rewards received by delegators for their stake.

total_potential_delegator_rewards

Maximum rewards that can be received by delegators for their stake based on 100% validator uptime.

total_potential_validator_rewards

Maximum rewards that can be received by a validator for their own stake based on 100% uptime.

total_validator_fee_rewards

Maximum rewards that can be received by a validator as their cut/commission from delegator rewards based on 100% uptime.

total_validator_rewards

Total rewards received by a validator for their own stake.

total_validator_fee_rewards

Total fees received by a validator as their cut/commission from delegator rewards.

validation_period_start

The timestamp of the beginning of a validator's validation period as set by them.

validation_period_end

The timestamp of the end of a validator's validation period as set by them.

validation_status

The status of a validator, whether active(actively validating) or inactive (not actively validating).

validator_pubkey

A validator's public key. Also a unique identifier of a validator.

Last updated