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

# Fungible Balances EOD

The `fungible_balances_eod` table provides end-of-day balance snapshots for each address and fungible token.

### Table Columns

Unique Key: `block_date`, `address`, `currency`

| Column Name             | Description                                                                                      |
| ----------------------- | ------------------------------------------------------------------------------------------------ |
| address                 | The wallet address holding the balance.                                                          |
| currency                | The currency or token denomination for the balance.                                              |
| raw\_balance\_str       | The raw balance as a string to retain precision.                                                 |
| block\_date             | The date of the end-of-day balance snapshot.                                                     |
| block\_timestamp        | The timestamp of the block that produced the end-of-day balance.                                 |
| block\_height           | The height of the block that produced the end-of-day balance.                                    |
| block\_hash             | The hash of the block that produced the end-of-day balance.                                      |
| transaction\_hash       | The hash of the transaction that last changed the balance for the day.                           |
| transaction\_index      | The index of the transaction within the block.                                                   |
| event\_index            | The index of the event within the transaction.                                                   |
| block\_event\_kind      | The phase in which the block event was emitted, such as begin, end, or finalize.                 |
| block\_event\_index     | The index of the block event within the block.                                                   |
| block\_event\_type      | The type of block event that changed the balance.                                                |
| unique\_id              | A unique identifier for this balance snapshot.                                                   |
| \_address\_short        | A shortened version of the address for indexing.                                                 |
| \_currency\_short       | A shortened version of the currency for indexing.                                                |
| \_pseudo\_global\_order | A pseudo-global ordering field for consistently selecting the latest balance event within a day. |
