searchCustodyTransactions
abstract fun searchCustodyTransactions(page: Int, size: Int, sorting: List<SortOrder>, custodyAccountId: String, custodyTransactionSearchRequest: CustodyTransactionSearchRequestDto): CustodyTransactionSearchResponseDto
Searches for transactions based on given parameters.
Return
The response containing the list of transactions and the page details.
Parameters
page
The page number of the search results.
size
The number of transactions per page.
sorting
The sorting order for the search results.
custodyAccountId
ID of the custody account
custodyTransactionSearchRequest
The search parameters for the transactions.
Throws
if a field does not exist.
if access to a field is denied.