get Transactions
Get transactions history Returns a list of transactions that were created within the specified time frame.
Return
A Result containing a PaginatedResponse of TransactionResponse if the transactions were successfully retrieved, or an EmbeddedWalletException in case of failure.
Parameters
Unix timestamp in milliseconds. Returns only transactions created before the specified date.
Unix timestamp in milliseconds. Returns only transactions created after the specified date.
You can filter by one of the statuses.
OrderBy The field to order the results by Note: Ordering by a field that is not createdAt may result with transactions that receive updates as you request the next or previous pages of results, resulting with missing those transactions.
The direction to order the results by (optional)
Limits the number of results. If not provided, a limit of 200 will be used. The maximum allowed limit is 500 (default to 200)
Returns incoming transactions.
Returns outgoing transactions.
SourceType The source type of the transaction.
The source ID of the transaction.
DestType The destination type of the transaction.
The destination ID of the transaction.
A list of assets to filter by.
Returns only results with a specified txHash.
Returns only results where the source is a specific end user wallet.
Returns only results where the destination is a specific end user wallet.