Skip to main content

Table Details

PropertyValue
Table Namedogecoin.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 raw balance into the token balance.
raw_balance_strVARCHAR(16777216)String of balance of tokens.
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 DOGE protocol. One DOGE = 1e8 of the smallest unit.
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.