User Operations
List of User Operations
Retrieve a list of user operations with optional filters for timestamp, block number, sender, and more.
GET
List User Operations
Documentation Index
Fetch the complete documentation index at: https://docs.incentiv.io/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
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.
Previous
User Operation by HashRetrieve detailed information about a specific user operation by its hash.
Next
List User Operations