near.core Table: ez_native_daily_balances Type: Base Table
Description
This table provides daily balance snapshots for all accounts on the NEAR Protocol blockchain, capturing liquid balances, staking positions, lockup accounts, and storage usage. The data includes both regular accounts and lockup accounts (used for vesting schedules and staking), providing comprehensive balance tracking across different account types and balance categories. This table enables historical balance analysis, staking behavior tracking, and economic analysis of the NEAR ecosystem.Key Use Cases
- Historical balance analysis and account growth tracking
- Staking behavior analysis and validator participation monitoring
- Lockup account analysis and vesting schedule tracking
- Storage usage analysis and network resource consumption
- Economic analysis of liquid vs staked token distribution
- Account activity correlation with balance changes
- Compliance and audit trail analysis for account balances
Important Relationships
- Provides balance context for
core.fact_token_transfersandcore.ez_token_transfers - Supports
gov.ez_staking_actionswith balance impact analysis - Enables
gov.ez_lockup_actionswith lockup balance tracking - Powers
stats.ez_core_metrics_hourlywith balance aggregation metrics - Supports
atlas.ez_supplywith supply distribution analysis - Provides foundation for account-level analytics and reporting
Commonly-used Fields
account_id: Essential for account-specific analysis and balance trackingepoch_date: Primary field for time-series analysis and balance historyliquid: Critical for available balance analysis and spending patternsstaked: Important for staking participation and validator analysislockup_liquidandlockup_staked: Essential for lockup account analysisstorage_usage: Useful for network resource consumption analysisreward: Important for staking reward analysis and economic incentives
Columns
| Column Name | Data Type | Description |
|---|---|---|
| ACCOUNT_ID | TEXT | |
| EPOCH_BLOCK_ID | NUMBER | |
| EPOCH_DATE | DATE | |
| LIQUID | FLOAT | |
| LOCKUP_ACCOUNT_ID | TEXT | |
| LOCKUP_LIQUID | FLOAT | |
| LOCKUP_REWARD | FLOAT | |
| LOCKUP_STAKED | FLOAT | |
| LOCKUP_UNSTAKED_NOT_LIQUID | FLOAT | |
| REWARD | FLOAT | |
| STAKED | FLOAT | |
| STORAGE_USAGE | NUMBER | |
| UNSTAKED_NOT_LIQUID | FLOAT | |
| EZ_NEAR_DAILY_BALANCES_ID | TEXT | |
| 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. |
| _INVOCATION_ID | TEXT |