View Source BitpandaApi.Api.AssetWallet (Bitpanda API v0.1.0)
API request to collect user's asset wallets
Link to this section Summary
Link to this section Types
Link to this section Functions
@spec get(String.t()) :: {:ok, [BitpandaApi.Entity.AssetWallet.t()]} | {:error, BitpandaApi.Api.Error.t()}
Get user's asset wallets
@spec get!(String.t()) :: [BitpandaApi.Entity.AssetWallet.t()]
Get user's asset wallets; raise exception on error