Skip to main content

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.

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 NameDescription
addressThe wallet address holding the balance.
currencyThe currency or token denomination for the balance.
raw_balance_strThe raw balance as a string to retain precision.
block_dateThe date of the end-of-day balance snapshot.
block_timestampThe timestamp of the block that produced the end-of-day balance.
block_heightThe height of the block that produced the end-of-day balance.
block_hashThe hash of the block that produced the end-of-day balance.
transaction_hashThe hash of the transaction that last changed the balance for the day.
transaction_indexThe index of the transaction within the block.
event_indexThe index of the event within the transaction.
block_event_kindThe phase in which the block event was emitted, such as begin, end, or finalize.
block_event_indexThe index of the block event within the block.
block_event_typeThe type of block event that changed the balance.
unique_idA unique identifier for this balance snapshot.
_address_shortA shortened version of the address for indexing.
_currency_shortA shortened version of the currency for indexing.
_pseudo_global_orderA pseudo-global ordering field for consistently selecting the latest balance event within a day.