suix_getAllBalances

Returns the total balance for each coin type owned by the specified address, including the number of coin objects and any locked amounts.

⚠ This endpoint is only available with Blast access.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
ownerstringRequired
The owner's Sui address.

Response

A list of balance entries, one for each coin type the address owns.
coinTypestring or null

The full type tag of the coin (e.g., 0x2::sui::SUI).

coinObjectCountinteger or null
The number of coin objects for this coin type.
totalBalancestring or null
The total balance, summed across all coin objects of this type.
lockedBalanceobject or null
Locked balance breakdown if any.