Skip to main content
solana.assets.balance_changes is a view that consolidates balances changes per transaction, and tries to attribute it to the counterparties contributing to each balance change, by joining with the solana.assets.transfers. Each row represents a change in balance of a party in the transaction.
This view has been deprecated due to suboptimal performance. Please use solana.udfs.sql_table_solana_get_balance_change_attribution from convenience functions, which produces an equivalent table.
Due to invisible sol transfers in solana, not all balance changes will be fully associated with transfers from the solana.assets.transfers table. This results in balance changes not/partially attributed to counterparties. We will attempt to surface more invisible sol transfers and improve the attribution of counterparties, this is work in progress.

Table Columns