suix_getBalance

Returns the total coin balance for a single coin type owned by the specified address. If no coin type is specified, defaults to the native SUI coin type.

⚠ This endpoint is only available with Blast access.

Path parameters

apiKeystringRequired

Request

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

Fully qualified type name of the coin. If omitted, defaults to 0x2::sui::SUI.

Response

The balance data for the requested coin type.
coinTypestring or null
The coin type queried.
coinObjectCountinteger or null
Number of coin objects owned of the specified type.
totalBalancestring or null
Total balance in base units of the coin.
lockedBalanceobject or null
Object describing any locked funds, if applicable.