get_balances_filtered
@mount("ft4.get_balances_filtered")
query get_balances_filtered(balance_filter: balance_filter?, page_size: integer?, page_cursor: text?): paged_result(source)
Returns paginated and filtered details of all assets based on the applied filter
Parameters
balance_filter
a struct containing the keys and indexes of the balance entity to enable filtering for the balances to fetch
page_size
the size of the pages to retrieve
page_cursor
a pointer to where the page should start