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

API request to collect user's asset wallets

Link to this section Summary

Functions

Get user's asset wallets

Get user's asset wallets; raise exception on error

Link to this section Types

@type wallet_data() :: %{
  id: String.t(),
  type: String.t(),
  attributes: %{
    cryptocoin_id: String.t(),
    cryptocoin_symbol: String.t(),
    balance: String.t(),
    is_default: boolean(),
    name: String.t(),
    deleted: boolean()
  }
}

Link to this section Functions

@spec get(String.t()) ::
  {:ok, [BitpandaApi.Entity.AssetWallet.t()]}
  | {:error, BitpandaApi.Api.Error.t()}

Get user's asset wallets

Get user's asset wallets; raise exception on error