Table Description

Contains information about all balances changes for native TON and jettons. This table allows to get point time balance for each address as well latest balances.

Column Descriptions

ColumnTypeDescription
block_timetimestampTimestamp of when the block containing the balance change was created
block_datedateDate of when the block containing the balance change was created
addressstringAccount raw address
assetstringAsset address or TON for TON balance
amountdecimal(38,0)Asset balance
mintless_claimedbooleanSpecial flag for mintless jettons that mintless part was claimed
timestampintUnix timestamp of the transaction
ltbigintLogical time of the transaction

Table Sample