Home

Get total coin balances for an sui address

POST
https://sui.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-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
jsonrpcstringrequired
methodstringrequired
paramsArray<string>required

Parameters array containing the owner’s sui address.

idintegerrequired

Response

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.