near.gov Table: fact_staking_pool_daily_balances Type: View
Description
This table contains daily balance snapshots for all staking pools on the NEAR Protocol blockchain, providing aggregated daily balance data for staking pool analysis and performance tracking. The data includes daily balance amounts, pool addresses, and associated metadata, enabling historical analysis of staking pool growth, performance trends, and liquidity patterns. This table provides the foundation for staking pool analytics, validator performance analysis, and long-term trend identification across the NEAR ecosystem.Key Use Cases
- Staking pool growth analysis and historical performance tracking
- Daily balance trend analysis and pattern identification
- Cross-pool performance comparison and benchmarking
- Staking pool health monitoring and risk assessment
- Long-term validator performance analysis and trend identification
- Staking adoption analysis and participation tracking
- Governance participation analysis and voting power distribution over time
Important Relationships
- Aggregates data from
gov.fact_staking_pool_balancesfor daily analysis - Provides daily balance data for staking pool analytics and reporting
- Supports
gov.fact_staking_actionswith historical balance context - Enables analysis in
stats.ez_core_metrics_hourlyfor staking metrics - Powers cross-pool analysis and long-term validator performance comparison
- Supports governance analytics and staking participation trend analysis
Commonly-used Fields
date: Essential for time-series analysis and trend detectionbalance: Critical for daily balance analysis and performance assessmentaddress: Essential for staking pool identification and analysisfact_staking_pool_daily_balances_id: Important for unique record identificationinserted_timestamp: Useful for data freshness and update trackingmodified_timestamp: Important for data quality and update monitoring
Columns
| Column Name | Data Type | Description |
|---|---|---|
| DATE | DATE | The date (day). |
| ADDRESS | TEXT | The NEAR address of the staking pool. |
| BALANCE | FLOAT | The balance of a pool or address at a given block. |
| FACT_STAKING_POOL_DAILY_BALANCES_ID | TEXT | A unique identifier for the record. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp at which the record was initially created and inserted into this table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp at which this record was last modified by an internal process. |