> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# TRC20 Balances Latest

> The current TRC20 balance of all addresses.

TRC20 balances latest contains the current TRC20 balances of all addresses from `tron.assets.fungible_balances_latest`

### Sample Query

Getting the latest ERC20 Balances of USDC Token from an address.

```sql theme={null}
select * from tron.assets.trc20_balances_latest
where address = 'TXFBqBbqJommqZf7BV8NNYzePh97UmJodJ' -- Bitfinex
and token_address = 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t' -- USDT Token Address
```
