View Source BitpandaApi.Api.CryptoWallet.Transactions (Bitpanda API v0.1.0)
Api call to collect crypto wallets transactions
Link to this section Summary
Link to this section Types
@type transaction_data() :: %{ attributes: %{ amount: String.t(), recipient: String.t(), time: %{date_iso8601: String.t()}, confirmations: integer(), in_or_out: String.t(), type: String.t(), status: String.t(), amount_eur: String.t(), related_wallet_transaction_id: String.t(), related_wallet_id: String.t(), wallet_id: String.t(), confirmed: boolean(), cryptocoin_id: String.t(), fee: String.t(), current_fiat_id: String.t(), current_fiat_amount: String.t() }, id: String.t(), type: String.t() }
Link to this section Functions
@spec get( String.t(), BitpandaApi.Entity.CryptoWallet.Transaction.transaction_type() | nil, BitpandaApi.Entity.CryptoWallet.Transaction.status() | nil ) :: {:ok, [BitpandaApi.Entity.CryptoWallet.Transaction.t()]} | {:error, BitpandaApi.Api.Error.t()}
Collect transactions for user
@spec get!( String.t(), BitpandaApi.Entity.CryptoWallet.Transaction.type() | nil, BitpandaApi.Entity.CryptoWallet.Transaction.status() | nil ) :: [BitpandaApi.Entity.CryptoWallet.Transaction.t()]
Collect transactions for user. Raises exception on error