The response follows the [standard format][], with a successful result containing the following fields:
Field
Type
Description
account
String - [Address][]
The address of the account that issued the balances.
obligations
Object
(Omitted if empty) Total amounts issued to addresses not excluded, as a map of currencies to the total value issued.
balances
Object
(Omitted if empty) Amounts issued to the hotwallet addresses from the request. The keys are addresses and the values are arrays of currency amounts they hold.
assets
Object
(Omitted if empty) Total amounts held that are issued by others. In the recommended configuration, the issuing address should have none.
ledger_hash
String - [Hash][]
(May be omitted) The identifying hash of the ledger version that was used to generate this response.
ledger_index
Number - [Ledger Index][]
(May be omitted) The ledger index of the ledger version that was used to generate this response.
ledger_current_index
Number - [Ledger Index][]
(Omitted if ledger_current_index is provided) The [ledger index][] of the current in-progress ledger version, which was used to retrieve this information.
Possible Errors
Any of the [universal error types][].
invalidParams - One or more fields are specified incorrectly, or one or more required fields are missing.
invalidHotWallet - One or more of the addresses specified in the hotwallet field is not the [Address][] of an account holding currency issued by the account from the request.
actNotFound - The [Address][] specified in the account field of the request does not correspond to an account in the ledger.
lgrNotFound - The ledger specified by the ledger_hash or ledger_index does not exist, or it does exist but the server does not have it.