get_transfer_history

@mount("ft4.get_transfer_history") query get_transfer_history(account_id: byte_array, filter: filter, page_size: integer?, page_cursor: text?): paged_result?(source)

Fetches all transfers to and from an account, allowing filtering in multiple ways. Paginated.

Parameters

account_id

only return transfers from/to this account

filter

Whether to return only incoming, outgoing or all transfers

page_size

the size of the pages to retrieve

page_cursor

a pointer to where the page should start

See also

utils.paged_result

for information about pagination