BalanceDetail

type BalanceDetail

asset_controller.ListBalanceDetailsResponse.BalanceDetail

FieldTypeDescription
balanceWalletBalanceSum of a particular currency in the wallet
kindKind enum
FieldNumberDescription
KIND_AVAILABLE0Classification of the balanceIndicates a balance that is available to be transferred
KIND_RESERVED1Classification of the balanceIndicates a balance that has been earmarked to be transferred
{
  "balance": {
    "amount": {
      "asset_code": "USD",
      "value": "57.00"
    },
    "file_count": 57
  },
  "kind": 0
}