near.core Table: ez_native_daily_balances Type: Base Table
What
Description
This table records daily balances for NEAR Accounts, according to the parameters set by the Near team’s balances indexer. More details around the source data can be found by reading about the NEAR Public Lakehouse on their documentation site: https://docs.near.org/tools/indexing. Please Note - Flipside does not index or curate the data in this table, we simply provide it as-is from the NEAR Public Lakehouse with a daily sync from the public access table located atbigquery-public-data.crypto_near_mainnet_us.ft_balances_daily.
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 | ACCOUNT_ID column |
| EPOCH_BLOCK_ID | NUMBER | EPOCH_BLOCK_ID column |
| EPOCH_DATE | DATE | EPOCH_DATE column |
| LIQUID | FLOAT | LIQUID column |
| LOCKUP_ACCOUNT_ID | TEXT | LOCKUP_ACCOUNT_ID column |
| LOCKUP_LIQUID | FLOAT | LOCKUP_LIQUID column |
| LOCKUP_REWARD | FLOAT | LOCKUP_REWARD column |
| LOCKUP_STAKED | FLOAT | LOCKUP_STAKED column |
| LOCKUP_UNSTAKED_NOT_LIQUID | FLOAT | LOCKUP_UNSTAKED_NOT_LIQUID column |
| REWARD | FLOAT | REWARD column |
| STAKED | FLOAT | STAKED column |
| STORAGE_USAGE | NUMBER | STORAGE_USAGE column |
| UNSTAKED_NOT_LIQUID | FLOAT | UNSTAKED_NOT_LIQUID column |
| EZ_NEAR_DAILY_BALANCES_ID | TEXT | EZ_NEAR_DAILY_BALANCES_ID column |
| 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 | _INVOCATION_ID column |