suix_getBalance
POST
/{apiKey}
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.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The owner's Sui address.
stringoptional
Fully qualified type name of the coin. If omitted, defaults to 0x2::sui::SUI.
Responses
200
The balance data for the requested coin type.
Was this page helpful?