Optional
cursor?: string | nullAn optional paging cursor. If provided, the query will start from the next item after the specified cursor. Default to start from the first item if not specified.
Optional
limit?: number | nullMaximum item returned per page, default to QUERY_MAX_RESULT_LIMIT if not specified.
Optional
order?: "ascending" | "descending" | nullquery result ordering, default to false (ascending order), oldest record first.
Return list of transactions for a specified query criteria.