Table Details
Validator Rewards
Thesui.staking.validator_rewards model provides detailed information about rewards and performance metrics for each validator per epoch.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Epoch level validator rewards.
| Property | Value |
|---|---|
| Table Name | sui.staking.validator_rewards |
| Table Status | Production-Ready |
| Unique Key | epoch, validator_address |
| Clustering Key(s) | checkpoint_timestamp::date |
| Search Optimization | validator_address |
sui.staking.validator_rewards model provides detailed information about rewards and performance metrics for each validator per epoch.
| Column Name | Data Type | Description |
|---|---|---|
| checkpoint_date | TIMESTAMP_NTZ(9) | Date and time of the checkpoint |
| epoch | NUMBER(38,0) | The epoch number |
| validator_address | VARCHAR(134217728) | Address of the validator |
| commission_rate | FLOAT | Percentage of rewards taken by the validator as commission |
| voting_power | NUMBER(38,0) | Validator’s voting power in the consensus mechanism |
| apr | FLOAT | Annual Percentage Rate for staking with this validator |
| stake | VARCHAR(134217728) | Total amount of SUI staked with this validator |
| staking_reward | VARCHAR(134217728) | Total staking rewards earned by this validator’s pool in this epoch |
| pool_staking_reward | VARCHAR(134217728) | Rewards from transaction fees and stake subsidies |
| storage_fund_staking_reward | VARCHAR(134217728) | Additional rewards from the storage fund |
| pool_exchange_rate | VARCHAR(134217728) | Exchange rate between pool tokens and SUI |
| pool_token_amount | VARCHAR(134217728) | Amount of pool tokens in this validator’s staking pool |
| sui_amount | VARCHAR(134217728) | Amount of SUI tokens in this validator’s staking pool |
| reference_gas_survey_quote | FLOAT | Gas price quote submitted by this validator |
| tallying_rule_global_score | FLOAT | Performance score based on the tallying rule |
| tallying_rule_reporters | VARIANT | List of validator addresses that reported on this validator |
| checkpoint_sequence | NUMBER(38,0) | Monotonically increasing sequence number of the Sui checkpoint. Alias for sui_checkpoint_sequence used in models that drop the chain prefix. |
| checkpoint_timestamp | TIMESTAMP_NTZ(9) | Timestamp (UTC) of when the Sui checkpoint was created. Alias for sui_checkpoint_timestamp. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |
Was this page helpful?