Daily snapshots of NEAR Protocol staking pool balances and metrics
near.staking.pool_balances_daily
model provides daily snapshots of staking validator pool balances and share information.
It captures the end-of-day state for each validator pool based on the epoch events and stake balances change when delegators perform actions to alter (increase/decrease) their stake.
It includes all validators, including idle and inactive validators.
The model is updated daily.
date, pool_id
Column | Type | Description |
---|---|---|
date | TIMESTAMP | Date of the balance snapshot |
pool_id | STRING | Identifier of the staking pool |
balance_str | STRING | Pool’s NEAR balance (string format for precision) |
balance | FLOAT | Pool’s NEAR balance (float format) |
usd_balance | NUMERIC | USD equivalent of the pool’s NEAR balance |
usd_exchange_rate | NUMERIC | NEAR to USD exchange rate |
shares_str | STRING | Total shares in the pool (string format) |
shares | NUMERIC | Total number of shares in the pool |
shares_exchange_rate | NUMERIC | Exchange rate between shares and NEAR |
last_activity_block_timestamp | TIMESTAMP | Timestamp of the pool’s last activity |