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
apiKey
Request
This endpoint expects an object.
owner
The owner's Sui address.
coin_type
Fully qualified type name of the coin. If omitted, defaults to 0x2::sui::SUI
.
Response
The balance data for the requested coin type.
coinType
The coin type queried.
coinObjectCount
Number of coin objects owned of the specified type.
totalBalance
Total balance in base units of the coin.
lockedBalance
Object describing any locked funds, if applicable.