Chain index (0 for receive addresses, 1 for change addresses, etc.)
Allowed values: 011011202130314041
indexnumberrequired
Address index within the chain
addressstring
The address string
balanceobject
Balance information (not in DB but annotated in API)
balanceStringstringrequired
String representation of the balance. Guaranteed to not lose precision.
Example: 500000
confirmedBalanceStringstringrequired
The total balance of confirmed transactions for the address (in the chain's base unit). Guaranteed to not lose precision.
Example: 400000
spendableBalanceStringstringrequired
The total balance of the address (in the chain's base unit) which may be used as inputs for creating new transactions in string representation. Guaranteed to not lose precision.
Example: 40000
updatedOne of
The last time a transaction affected the balance of this address
balancenumber
Example: 50000
lockedBalanceStringstring
reservedBalanceStringstring
totalReceivednumber
The total amount received on this address (in the chain's base unit)
totalSentnumber
The total amount sent from this address (in the chain's base unit)