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

### Table Details

| Property     | Value                             |
| ------------ | --------------------------------- |
| Table Name   | `litecoin.assets.balances_latest` |
| Table Status | Production-Ready                  |
| Unique Key   | `token_address`, `address`        |

### Table Columns

| Column Name                                   | Data Type         | Description                                                                                                            |
| --------------------------------------------- | ----------------- | ---------------------------------------------------------------------------------------------------------------------- |
| address                                       | VARCHAR(16777216) | Address of the account.                                                                                                |
| token\_address                                | VARCHAR(16777216) | Token address of the asset, 0x0000000000000000000000000000000000000000 for native token.                               |
| 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) | Balance of tokens (unnormalized) in string.                                                                            |
| 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\_balance\_current                         | FLOAT             | The amount of tokens, in \$USD at the current time.                                                                    |
| usd\_balance\_at\_last\_activity              | FLOAT             | The amount of tokens, in \$USD at the price evaluated at the time of the last activity.                                |
| usd\_exchange\_rate\_current                  | FLOAT             | The exchange rate used to calculate the usd\_value at current time.                                                    |
| usd\_exchange\_rate\_at\_last\_activity       | FLOAT             | The exchange rate used to calculate the usd\_value at the time of the last activity.                                   |
| last\_activity\_block\_timestamp              | TIMESTAMP\_NTZ(9) | The latest timestamp of the block that resulted in change in balance.                                                  |
| last\_activity\_block\_number                 | NUMBER(38,0)      | The number of the latest block that resulted in change in balance.                                                     |
| last\_activity\_block\_hash                   | VARCHAR(16777216) | The hash of the latest block that resulted in change in balance.                                                       |
| last\_activity\_transaction\_hash             | VARCHAR(16777216) | Hash of the last activity transaction.                                                                                 |
| last\_activity\_transaction\_index            | NUMBER(38,0)      | Index of the last activity transaction.                                                                                |
| unique\_id                                    | VARCHAR(16777216) | Unique ID of the balances entry.                                                                                       |
| \_updated\_at\_\_usd\_exchange\_rate\_current | TIMESTAMP\_NTZ(9) | Time the usd exchange rate was calculated.                                                                             |
| \_updated\_at\_\_historical                   | TIMESTAMP\_NTZ(9) | Time the raw balance was calculated.                                                                                   |
| \_created\_at                                 | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.                                                               |
| \_updated\_at                                 | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database.                                                          |
