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 | cardano.assets.fungible_balances_latest |
| Table Status | Production-Ready |
| Unique Key | token_address, address |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| token_type | VARCHAR(12) | Type of the token: “native” for ADA (lovelace), “native_token” for Cardano native tokens. |
| address | VARCHAR(16777216) | The Cardano address holding the balance. |
| token | VARCHAR(16777216) | The token identifier (policy ID + asset name for native tokens, or “lovelace” for ADA). |
| token_name | VARCHAR(16777216) | The human-readable name of the token. |
| token_symbol | VARCHAR(16777216) | The ticker symbol of the token. |
| raw_balance_str | VARCHAR(16777216) | Raw balance as a string to retain precision. |
| raw_balance | FLOAT | Raw balance as a float. |
| balance_str | VARCHAR(16777216) | Normalized balance as a string to retain precision. |
| balance | FLOAT | Normalized balance as a float, adjusted for token decimals. |
| usd_balance_current | FLOAT | Balance in USD at the current price. |
| usd_balance_at_last_activity | FLOAT | Balance in USD at the price at last activity. |
| usd_exchange_rate_current | FLOAT | Current exchange rate of the token to USD. |
| usd_exchange_rate_at_last_activity | FLOAT | Exchange rate of the token to USD at the time of last activity. |
| last_activity_block_timestamp | TIMESTAMP_NTZ(9) | Timestamp of the last activity block. |
| last_activity_block_height | NUMBER(38,0) | Height of the last activity block. |
| last_activity_block_hash | VARCHAR(16777216) | Hash of the last activity block. |
| 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 identifier for this balance record. |
| _updated_at__usd_exchange_rate_current | TIMESTAMP_NTZ(9) | Timestamp of the latest USD exchange rate update. |
| _updated_at__historical | TIMESTAMP_NTZ(9) | Timestamp of the last historical data update. |
| _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. |