View Source BitpandaApi.Entity.AssetWallet (Bitpanda API v0.1.0)

A wallet for a single asset

Link to this section Summary

Types

t()

A wallet for any asset

Link to this section Types

@type t() :: %BitpandaApi.Entity.AssetWallet{
  asset_id: String.t(),
  asset_symbol: String.t(),
  balance: Decimal.t(),
  class: BitpandaApi.Entity.Asset.class(),
  deleted: boolean(),
  id: String.t(),
  is_default: boolean(),
  name: String.t()
}

A wallet for any asset