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