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