The Address to check. This should be the issuing address.
Optionalapi_The API version to use. If omitted, use version 1.
The name of the API method.
OptionalhotwalletAn operational address to exclude from the balances issued, or an array of Such addresses.
OptionalidA unique value to identify this request. The response to this request uses the same id field. This way, even if responses arrive out of order, you know which request prompted which response.
Optionalledger_A 20-byte hex string for the ledger version to use.
Optionalledger_The ledger index of the ledger to use, or a shortcut string.
OptionalstrictIf true, only accept an address or public key for the account parameter. Defaults to false.
The gateway_balances command calculates the total balances issued by a given account, optionally excluding amounts held by operational addresses. Expects a response in the form of a GatewayBalancesResponse.
Example