TRC20 Balances

Historical TRC20 balances of all addresses at every block height.

TRC20 balances table contains the TRC20 balances of all addresses, at every block height. Use this table to easily plot the change in the balance of TRC20 tokens for an address or a group of addresses over time.

Sample Query

Getting the TRC20 Balances of USDC Token from an address over time.

select * from tron.assets.trc20_balances
where address = 'TXFBqBbqJommqZf7BV8NNYzePh97UmJodJ' -- Bitfinex
and token_address = 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t' -- USDT Token Address
order by block_number desc 

Table Columns

Last updated