> ## 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   | `litecoin.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) | Token symbol of this 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 balance of tokens (unnormalized).                                                                            |
| raw\_balance                       | FLOAT             | Balance of tokens (unnormalized).                                                                                      |
| balance\_str                       | VARCHAR(16777216) | Balance of this token, normalized by the decimal points defined in the token contract.                                 |
| balance                            | FLOAT             | Balance of the token, normalized by the decimal points defined by the LTC protocol in litoshi. One litoshi = 1e-8 LTC. |
| usd\_exchange\_rate                | FLOAT             | The exchange rate used to calculate the usd\_value at 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.                                                                                |
