> ## 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.

# Balance Changes

### Table Columns

Unique Key: `transaction_block_digest`, `balance_change_index`

| Column Name                | Data Type         | Description                                              |
| -------------------------- | ----------------- | -------------------------------------------------------- |
| owner                      | VARIANT           | The owner of the balance.                                |
| coin\_type                 | VARCHAR           | The type of coin affected by the balance change.         |
| amount                     | BIGINT            | The amount of the balance change.                        |
| balance\_change\_index     | BIGINT            | The index of the balance change.                         |
| transaction\_block\_digest | VARCHAR           | The digest of the transaction block.                     |
| transaction\_block\_status | VARCHAR           | The status of the transaction block.                     |
| checkpoint\_timestamp      | TIMESTAMP\_NTZ(9) | The timestamp of the checkpoint.                         |
| checkpoint\_sequence       | BIGINT            | The sequence number of the checkpoint.                   |
| checkpoint\_digest         | VARCHAR           | The digest of the checkpoint associated with the change. |
| \_created\_at              | TIMESTAMP\_NTZ(9) | Timestamp of the entry creation                          |
| \_updated\_at              | TIMESTAMP\_NTZ(9) | Timestamp of the entry update                            |
