Skip to main content

Table Details

PropertyValue
Table Namedogecoin.assets.balances
Table StatusProduction-Ready
Unique Keytransaction_hash, unique_id

Table Columns

Column NameData TypeDescription
addressVARCHAR(16777216)Address of the account.
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_balanceFLOATThe amount of tokens, in $USD at the current time.
usd_exchange_rateFLOATThe exchange rate used to calculate the usd_value at current time.
block_timestampTIMESTAMP_NTZ(9)The timestamp of the block that resulted in change in balance.
block_numberNUMBER(38,0)The number of the block that resulted in change in balance.
block_hashVARCHAR(66)The hash of block that resulted in change in balance.
transaction_hashVARCHAR(66)Hash of the transaction that resulted in the change in balance.
transaction_indexNUMBER(38,0)Index of the transaction that resulted in the change in balance.
unique_idVARCHAR(16777216)Unique ID of the balances entry.
_address_shortVARCHAR(16777216)Truncated form of the address, used for clustering and lookups.
_pseudo_global_orderNUMBER(38,0)Monotonic ordering value used to sequence balance changes globally.
_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.