get_asset_balances

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

Retrieves all the balances of a certain account, paginated.

Parameters

account_id

the id of the account

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