> ## 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.

# TRX Balances Latest

> The current TRX balance of all addresses.

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

### Sample Query

Get the latest TRX balances of a wallet.

```sql theme={null}
select * from tron.assets.trx_balances_latest
where address = 'TXFBqBbqJommqZf7BV8NNYzePh97UmJodJ' -- Bitfinex
```
