Fetch a list of transactions
Wallets
Fetch a list of transactions
Fetch a list of transactions for the current user, filtered by the provided walletFilter param
GET
Fetch a list of transactions
Headers
Header with the accessToken for the current session
Path Parameters
wallet id
Query Parameters
Filter transactions created after this timestamp (inclusive)
Filter transactions created before this timestamp (inclusive)
Zero-based page index (0..N)
The size of the page to be returned
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.