Table description

Maps validator addresses to monikers (human-readable description) and other metadata.

Column Descriptions

ColumnDescriptionType
operator_addressThe operator address of the validator.varchar
account_addressThe account address of the validator.varchar
consensus_pubkeyThe consensus public key of the validator.varchar
jailedIndicates whether the validator is jailed.boolean
statusThe status of the validator (e.g., active, inactive).varchar
tokensThe number of tokens held by the validator.varchar
monikerThe moniker or name of the validator.varchar
identityThe identity information of the validator.varchar
websiteThe website of the validator.varchar
security_contactThe security contact information for the validator.varchar
detailsAdditional details about the validator.varchar
unbonding_heightThe block height at which the validator started unbonding.bigint
unbonding_timeThe time when the validator will complete unbonding.varchar
commission_rateThe commission rate charged by the validator.double
commission_max_rateThe maximum commission rate allowed for the validator.double
commission_max_change_rateThe maximum rate at which the validator can change its commission.double
commission_update_timeThe time when the validator last updated its commission.varchar
min_self_delegationThe minimum self-delegation required for the validator.varchar
snapshot_heightThe block height at which the snapshot was taken.bigint
snapshot_timeThe time when the snapshot was taken.varchar
updated_atTimestamp of when the record was last updated.timestamp(3) with time zone
ingested_atTimestamp of when the record was ingested into Dune.timestamp(3) with time zone

Table Sample