The Assets vertical records all wallet balance changes on Sui from the genesis checkpoint to the present.

There are 3 main categories of tables in the assets vertical. Below are some examples of use cases for each of the tables under the asset vertical.

TableUse CaseQuestion
Fungible TransfersTrack transfers of fungible coins between addresses, including sender, recipient, amount, USD value, and transaction details.What is the total value of USDC transfers between two addresses in the last 30 days?
BalancesView historical coin balances for any address at the time of balance change, including coin_type, amount, and USD value.What was the historical sui balance of an address at checkpoint 1000?
Latest BalancesGet the most recent coin balances for any address, including coin type, amount, and USD value.What is the current sui balance of an address?