Get Balance For Account

Get the current balance for a given account.

Parameters

Required ParamPurposeRequirements

account_id

The account on which to perform this action.

Account must exist in the wallet.

Example

{
  "method": "get_balance_for_account",
  "params": {
    "account_id": "a8c9c7acb96cf4ad9154eec9384c09f2c75a340b441924847fe5f60a41805bde"
  },
  "jsonrpc": "2.0",
  "id": 1
}

Last updated