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.
Table Details
| Property | Value |
|---|---|
| Table Name | tempo.assets.fungible_balances_daily |
| Table Status | Production-Ready |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| date | TIMESTAMP_NTZ(9) | |
| address | VARCHAR(16777216) | |
| token_address | VARCHAR(16777216) | |
| token_name | VARCHAR(16777216) | |
| token_symbol | VARCHAR(16777216) | |
| token_decimals | NUMBER(38,0) | |
| raw_balance_str | VARCHAR(16777216) | |
| raw_balance | FLOAT | |
| balance_str | VARCHAR(16777216) | |
| balance | FLOAT | |
| usd_exchange_rate | FLOAT | |
| usd_balance | FLOAT | |
| last_activity_block_timestamp | TIMESTAMP_NTZ(9) | |
| last_activity_block_number | NUMBER(38,0) | |
| last_activity_block_hash | VARCHAR(16777216) | |
| _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. |