get_assets_by_symbol
@mount("ft4.get_assets_by_symbol")
query get_assets_by_symbol(symbol: text, page_size: integer?, page_cursor: text?): paged_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