title | type |
---|---|
Get Total Balance |
core |
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.
Parameter | Type | Required | Description |
---|---|---|---|
wallet | String | No | Base58 Primary Wallet address in case multiple wallets are being used. |
Error | Description |
---|---|
RPC_INTERNAL_ERROR | An unknown error occurred in the node. Please check the node log for details. |
- a JSON object containinly the number of total IxiCoins in local wallets
GET http://localhost:8081/gettotalbalance
{
"result": "100000000.00000000",
"error": null,
"id": null
}