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 | sui_testnet.raw.balance_changes |
| Table Status | Beta 🌱 |
| Unique Key | checkpoint_timestamp, transaction_block_digest, balance_change_index |
| Clustering Key(s) | to_date("checkpoint_timestamp") |
| Search Optimization | transaction_block_digest, coin_type, owner |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| amount | NUMBER(38,0) | The amount of the balance change. |
| balance_change_index | NUMBER(38,0) | The index of the balance change. |
| checkpoint_digest | VARCHAR(16777216) | The digest of the checkpoint associated with the change. |
| checkpoint_sequence | NUMBER(38,0) | The sequence number of the checkpoint. |
| checkpoint_timestamp | TIMESTAMP_NTZ(9) | The timestamp of the checkpoint. |
| coin_type | VARCHAR(16777216) | The type of coin affected by the balance change. |
| owner | VARIANT | The owner of the balance. |
| transaction_block_digest | VARCHAR(16777216) | The digest of the transaction block. |
| transaction_block_status | VARCHAR(16777216) | The status of the transaction block. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of the entry creation. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of the entry update. |