get_accounts_by_signer

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

Retrieves all accounts of which the provided pubkey has at least one auth descriptor attached where it is part of the signers. Since there might potentially be many accounts that matches this criteria, the response of this query is paginated.

Parameters

id

the pubkey of the signer in question

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