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

# Balances Daily

### Table Details

| Property     | Value                                |
| ------------ | ------------------------------------ |
| Table Name   | `bitcoin_cash.assets.balances_daily` |
| Table Status | Production-Ready                     |

### Table Columns

| Column Name                        | Data Type         | Description                                                                                                      |
| ---------------------------------- | ----------------- | ---------------------------------------------------------------------------------------------------------------- |
| date                               | TIMESTAMP\_NTZ(9) | Date of the balance.                                                                                             |
| address                            | VARCHAR(16777216) | Address of the account.                                                                                          |
| token\_name                        | VARCHAR(16777216) | Name of the token.                                                                                               |
| token\_symbol                      | VARCHAR(16777216) | Symbol of the token.                                                                                             |
| token\_decimals                    | NUMBER(38,0)      | Number of decimal places used to normalize the token's raw balance.                                              |
| raw\_balance\_str                  | VARCHAR(16777216) | String of the balance of tokens (unnormalized).                                                                  |
| raw\_balance                       | FLOAT             | Balance of tokens (unnormalized).                                                                                |
| balance\_str                       | VARCHAR(16777216) | String of the balance, normalized by the decimal points defined by the BCH protocol in sats. One sat = 1e-8 BCH. |
| balance                            | FLOAT             | Balance of the token, normalized by the decimal points defined by the BCH protocol in sats. One sat = 1e-8 BCH.  |
| usd\_exchange\_rate                | FLOAT             | The exchange rate used to calculate the usd\_balance at the current time.                                        |
| usd\_balance                       | FLOAT             | The amount of tokens, in \$USD at the current time.                                                              |
| last\_activity\_block\_timestamp   | TIMESTAMP\_NTZ(9) | Timestamp of the last activity block.                                                                            |
| last\_activity\_block\_number      | NUMBER(38,0)      | Number of the last activity block.                                                                               |
| last\_activity\_block\_hash        | VARCHAR(16777216) | Hash of the last activity block.                                                                                 |
| last\_activity\_transaction\_hash  | VARCHAR(66)       | Hash of the last activity transaction.                                                                           |
| last\_activity\_transaction\_index | NUMBER(38,0)      | Index of the last activity transaction.                                                                          |
