Documentation Index
Fetch the complete documentation index at: https://docs.allium.so/llms.txt
Use this file to discover all available pages before exploring further.
Table Details
| Property | Value |
|---|---|
| Table Name | casper.raw.native_balance_snapshots |
| Table Status | Production-Ready |
| Unique Key | block_timestamp, block_height, address |
| Clustering Key(s) | to_date("block_timestamp") |
| Search Optimization | address |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| address | VARCHAR(16777216) | Address whose native CSPR balance is being snapshotted. |
| address_type | VARCHAR(16777216) | Type of the address (Account, Contract, or Hash). |
| raw_balance | VARCHAR(16777216) | Native CSPR balance in motes at the snapshot block. |
| _error | VARCHAR(16777216) | Error details if data extraction failed for this row; null on success. |
| era_id | NUMBER(38,0) | Era (epoch) the block belongs to. |
| block_timestamp | TIMESTAMP_NTZ(9) | Timestamp of the block this event was included in. |
| block_height | NUMBER(38,0) | Height of the block this event was included in. |
| block_hash | VARCHAR(100) | Hash of the block this event was included in. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |