Skip to main content
⚠️ This is the beta version of the Sui GraphQL schema. The beta schema will replace the alpha GraphQL schema upon its official release.

BalanceChange

Effects to the balance (sum of coin values per coin type) of addresses and objects.

type BalanceChange {
owner: Address
coinType: String
amount: BigInt
}

Fields

BalanceChange.owner ● Address object

The address or object whose balance has changed.

BalanceChange.coinType ● String scalar

The inner type of the coin whose balance has changed (e.g. 0x2::sui::SUI).

BalanceChange.amount ● BigInt scalar

The signed balance change.

Member Of

BalanceChangeConnection object ● BalanceChangeEdge object