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
apiKey
Request
This endpoint expects an object.
owner
The owner's Sui address.
Response
A list of balance entries, one for each coin type the address owns.
coinType
The full type tag of the coin (e.g., 0x2::sui::SUI).
coinObjectCount
The number of coin objects for this coin type.
totalBalance
The total balance, summed across all coin objects of this type.
lockedBalance
Locked balance breakdown if any.