Cardanoex.Transaction.list

You're seeing just the function list, go back to Cardanoex.Transaction module for more information.
Link to this function

list(wallet_id, options \\ [])

Lists all incoming and outgoing wallet's transactions.

Options

  • start - An optional start time in ISO 8601 date-and-time format. Basic and extended formats are both accepted. Times can be local (with a timezone offset) or UTC. If both a start time and an end time are specified, then the start time must not be later than the end time. Example: 2008-08-08T08:08:08Z
  • stop - An optional end time in ISO 8601 date-and-time format. Basic and extended formats are both accepted. Times can be local (with a timezone offset) or UTC. If both a start time and an end time are specified, then the start time must not be later than the end time.
  • order - Can be set to :descending or :ascending. Defaults to :descending
  • min_withdrawal - Returns only transactions that have at least one withdrawal above the given amount. This is particularly useful when set to 1 in order to list the withdrawal history of a wallet.