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.

Table Details

PropertyValue
Table Namecosmos.assets.fungible_balances_latest
Table StatusBeta 🌱
Unique Keytoken_address, address

Table Columns

Column NameData TypeDescription
addressVARCHAR(16777216)The wallet address holding the balance.
currencyVARCHAR(16777216)The currency or token denomination for the balance.
token_nameVARCHAR(16777216)The human-readable name of the token.
token_symbolVARCHAR(16777216)The ticker symbol of the token.
token_decimalsNUMBER(38,0)The number of decimal places used to normalize the token balance.
raw_balance_strVARCHAR(16777216)The raw balance as a string to retain precision.
raw_balanceFLOATThe raw balance as a numeric value.
balance_strVARCHAR(16777216)The normalized balance as a string to retain precision.
balanceFLOATThe normalized balance as a numeric value.
usd_balance_currentFLOATThe current USD value of the balance, based on the latest available exchange rate.
usd_balance_at_last_activityFLOATThe USD value of the balance at the exchange rate available at the time of the last activity.
usd_exchange_rate_currentFLOATThe current USD exchange rate for the token, based on the latest available rate.
usd_exchange_rate_at_last_activityFLOATThe USD exchange rate for the token at the time of the last activity.
last_activity_block_timestampTIMESTAMP_NTZ(9)The timestamp of the block that last changed this balance.
last_activity_block_heightNUMBER(38,0)The height of the block that last changed this balance.
last_activity_block_hashVARCHAR(16777216)The hash of the block that last changed this balance.
last_activity_transaction_hashVARCHAR(16777216)The hash of the transaction that last changed this balance.
last_activity_transaction_indexNUMBER(38,0)The index of the transaction that last changed this balance within its block.
unique_idVARCHAR(16777216)A unique identifier for this latest balance record.
_updated_at__usd_exchange_rate_currentTIMESTAMP_NTZ(9)The timestamp when the current USD exchange rate was last updated.
_updated_at__historicalTIMESTAMP_NTZ(9)The timestamp when the historical balance data used for this record was last updated.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.