blockRewards
number

The rewards a validator got from producing blocks. Comprised of the base fees and priority fees.

city
string

The geographical city where this validator’s node is located.

client
string

The Solana client that this validator is running.

country
string

The geographical country where this validator’s node is located.

delegatorApy
number

The annual percentage yield earned by delegators that have delegated to this validator. For more information see here.

effectiveness
number

The validator effectiveness over the requested time period that applies to said validator. For more information, see here.

hostingProvider
string

The hosting provider/data service provider used by this validator for its infrastructure.

latency
number
mevClaimed
number

The MEV rewards claimed by a validator.

mevCommissionRate
number

The commission rate being charged by this validator to its delegators for any MEV rewards it collects under the Jito ecosystem.

mevTips
number

The tips/fees paid to a validator for including MEV-related transactions in the blocks they produced.

name
string
networkPenetration
number

The percentage of overall network stake the particular validator is associated with.

proposedSlots
number

The number of blocks produced/proposed by this validator.

rentRewards
number

The rent paid to the validator.

skippedSlots
number

The number of slots that this validator did not produce a block for when they were the designated slot leader/block producer.

sumLatency
number

The sum of all the voting latency by this validator, measured in slots.

totalStake
number

The total stake delegated to this validator.

totalVotes
number

The total number of votes made by this validator.

uptime
number

The number of votes made by this validator over the number of blocks produced by the network

validatorApy
number

The annual percentage yield that this validator gets based on the rewards it has received.

validatorIdentity
string

This is the account that is used to pay for all vote transaction fees by the validator. This is also the public key that is used to identify a validator node in Solana’s gossip network.

validatorName
string

The entity name of the validator.

voteAccount
string

The account required to operate a validator. This account is the best way to identify a validator as it cannot be changed.

voteCommissionRate
number

The commission rate that this validator charges its delegators for voting rewards.

voteLatency
number

The voting latency (i.e. distance between the slot they are voting for and the slot where their vote was included) of this validator, measured in slots.

voteOnlySlots
number

The number of blocks produced by this validator that contained only vote transactions.

voteRewards
number

The rewards a validator got from voting for valid blocks (i.e. correct fork) of the network.