Skip to main content

Table Details

PropertyValue
Table Namelitecoin.assets.balances_daily
Table StatusProduction-Ready

Table Columns

Column NameData TypeDescription
dateTIMESTAMP_NTZ(9)Date of the balance.
addressVARCHAR(16777216)Address of the account.
token_nameVARCHAR(16777216)Name of the token.
token_symbolVARCHAR(16777216)Token symbol of this token.
token_decimalsNUMBER(38,0)Number of decimal places used to normalize the token’s raw balance.
raw_balance_strVARCHAR(16777216)String of balance of tokens (unnormalized).
raw_balanceFLOATBalance of tokens (unnormalized).
balance_strVARCHAR(16777216)Balance of this token, normalized by the decimal points defined in the token contract.
balanceFLOATBalance of the token, normalized by the decimal points defined by the LTC protocol in litoshi. One litoshi = 1e-8 LTC.
usd_exchange_rateFLOATThe exchange rate used to calculate the usd_value at current time.
usd_balanceFLOATThe amount of tokens, in $USD at the current time.
last_activity_block_timestampTIMESTAMP_NTZ(9)Timestamp of the last activity block.
last_activity_block_numberNUMBER(38,0)Number of the last activity block.
last_activity_block_hashVARCHAR(16777216)Hash of the last activity block.
last_activity_transaction_hashVARCHAR(66)Hash of the last activity transaction.
last_activity_transaction_indexNUMBER(38,0)Index of the last activity transaction.