get_transfer_history_from_height

@mount("ft4.get_transfer_history_from_height") query get_transfer_history_from_height(height: integer, asset_id: byte_array?, page_size: integer?, page_cursor: text?): paged_result(source)

Fetches all transfers to and from an any account, which occurred after a specific height. Paginated.

Parameters

height

the height after which to fetch 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