Skip to main content

get_account_transfers

Fetch Transfers involving a given Account.

Event

The query filter. See AccountFilter for constraints.

Result

  • Return a (possibly empty) array of Transfers that match the filter.
  • If any constraint is violated, return nothing.
  • By default, Transfers are sorted chronologically by timestamp. You can use the reversed to change this.
  • The result is always limited in size. If there are more results, you need to page through them using the AccountFilter's timestamp_min and/or timestamp_max.

Client libraries

For language-specific docs see: