get_account_transfers
Fetch Transfer
s involving a given Account
.
Event
The account filter.
See AccountFilter
for constraints.
Result
- Return a (possibly empty) array of
Transfer
s that match the filter. - If any constraint is violated, return nothing.
- By default,
Transfer
s are sorted chronologically bytimestamp
. You can use thereversed
to change this. - The result is always limited in size. If there are more results, you need to page through them
using the
AccountFilter
'stimestamp_min
and/ortimestamp_max
.
Client libraries
For language-specific docs see: