Retrieve a list of user operations with optional filters for timestamp, block number, sender, and more.
UNIX timestamp (seconds) marking the start of the time range to filter user operations.
UNIX timestamp (seconds) marking the end of the time range to filter user operations.
Start of the block number range.
End of the block number range.
Sender address to filter user operations.
Status of the user operation to filter by.
Offset for pagination.
Maximum number of user operations to return.
Sorting order for returned user operations. Options: TIMESTAMP_ASC
, TIMESTAMP_DESC
, NUMBER_ASC
, NUMBER_DESC
.
A list of user operation entries.
The response is of type object
.