| activity_date | DATE | The date of the overview data | 
| total_stake | FLOAT | Total amount of NEAR staked across all validator pools (including idle and inactive validators) | 
| active_stake | FLOAT | Total active stake in NEAR from validator pools that received rewards in the last 24 hours | 
| total_rewards | FLOAT | Total rewards distributed to active validators each day | 
| apy | FLOAT | Annual percentage yield based on rewards and active stake | 
| top_10_validator_stake | FLOAT | Sum of stake held by the top 10 validators | 
| top_10_validator_pct_share | FLOAT | Percentage of active stake held by top 10 validators | 
| top_validator_stake | FLOAT | Stake held by the largest validator pool | 
| top_validator_id_by_stake | STRING | Identifier of the validator pool with the highest stake | 
| top_validator_pct_share | FLOAT | Percentage of active stake held by the top validator | 
| total_pools | BIGINT | Total count of unique staking pools | 
| active_pools | BIGINT | Count of staking pools that received rewards in last 24 hours | 
| epoch_count | BIGINT | Number of epochs in the data | 
| epoch_list | ARRAY | List of epoch numbers included in the data | 
| active_delegators | BIGINT | Count of unique delegators who have staked on the day | 
| delegator_stake_count | BIGINT | Number of delegators who staked on the day | 
| delegator_unstake_count | BIGINT | Number of delegators who unstaked on the day | 
| stake_inflow | FLOAT | Total amount of NEAR staked on the day | 
| stake_outflow | FLOAT | Total amount of NEAR unstaked on the day |