Get Total Balance

Get Total Balance

Gets the total balance of IXIcoins in all currently loaded wallets on this Ixian client. Essentially, this retrieves all your Ixian assets available to you on the chosen node or client.

Method: gettotalbalance

Input parameters:

ParameterTypeRequiredDescription
walletStringNoBase58 Primary Wallet address in case multiple wallets are being used.

Errors:

ErrorDescription
RPC_INTERNAL_ERRORAn unknown error occurred in the node. Please check the node log for details.

Output:

  • a JSON object containinly the number of total IxiCoins in local wallets

Example:

GET http://localhost:8081/gettotalbalance

{
	"result": "100000000.00000000",
	"error": null,
	"id": null
}