get_paginated_assets_by_symbol
function get_paginated_assets_by_symbol(symbol: text, page_size: integer?, page_cursor: text?): list<pagination_result>(source)
Retrieves all assets with the given symbol, paginated.
Parameters
symbol
the symbol of the assets to retrieve
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