Column NameDescription
dateThe date of the stake snapshot
pool_addressThe address of the validator’s stake pool
operator_addressThe address of the validator operator
delegated_voterThe address of the delegated voter for this validator
operator_commission_pctThe commission percentage charged by the validator operator
met_minimum_stakeBoolean indicating if the validator meets the minimum stake requirement (1M APT)
is_active_nodeBoolean indicating if the validator has any active or inactive stake
is_delegation_poolBoolean indicating if the validator accepts delegations
total_stakeThe total amount of stake in the validator’s pool (active_stake + active_pending_stake + inactive_stake + inactive_pending_stake)
total_delegationsThe total amount of delegated stake in the validator’s pool (active_delegations + inactive_delegations)
total_rewardsThe total rewards earned by the validator on this date
active_stakeThe amount of active stake in the validator’s pool
active_pending_stakeThe amount of pending active stake in the validator’s pool
inactive_stakeThe amount of inactive stake in the validator’s pool
inactive_pending_stakeThe amount of pending inactive stake in the validator’s pool
active_delegationsThe amount of active delegated stake in the validator’s pool
inactive_delegationsThe amount of inactive delegated stake in the validator’s pool
_created_atTimestamp when this record was created
_updated_atTimestamp when this record was last updated