Table Description
Contains FLOW native token balance snapshots for addresses on the Flow Cadence blockchain.Column Descriptions
| Column | Type | Description |
|---|---|---|
| block_date | date | The date of the balance snapshot |
| timestamp | timestamp | Timestamp of the balance snapshot |
| address | string | Address holding the FLOW tokens |
| amount | decimal(38,9) | Balance amount in FLOW |
| transaction_hash | string | Hash of the transaction that affected this balance |
| block_height | bigint | Block height at the time of the snapshot |
| block_hash | string | Hash of the block at the time of the snapshot |
| chain_specific | string | Chain-specific metadata in JSON format |
| _updated_at | timestamp | Timestamp when the record was last updated |
| _ingested_at | timestamp | Timestamp when the record was ingested |