BalanceDetail

wallet_api.v1.BalanceDetail

type BalanceDetail

wallet_api.v1.BalanceDetail

FieldTypeDescription
balanceWalletBalanceSum of a particular currency in the wallet
kindKindClassification of the balance
{
  "balance": {
    "amount": {
      "currency_code": "USD",
      "amount": 5700,
      "decimals": 2
    },
    "file_count": 57
  },
  "kind": 1
}