Get total coin balances for an sui address
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
This method returns the total coin balance for all coin types owned by a given sui address.
Body
application/json
jsonrpcstringrequiredmethodstringrequiredparamsArray<string>requiredParameters array containing the owner’s sui address.
idintegerrequiredResponse
200OK
Successful response with total balances for all coin types.
400Bad Request
Bad Request — Invalid parameters.
401Unauthorized
Unauthorized — Missing or invalid API key.
500Internal Server Error
Internal Server Error — Could not retrieve balances.