Search endpoint with multiple optional filters including block number, timestamp range, type, and pagination.
Start of the range filter, could be a block number or timestamp depending on context.
End of the range filter, could be a block number or timestamp depending on context.
Specific block number to filter results.
UNIX timestamp (seconds) marking the start of the time range.
UNIX timestamp (seconds) marking the end of the time range.
Maximum number of results to return.
Offset for pagination.
Sorting order of the results. Options may include TIMESTAMP_ASC
, TIMESTAMP_DESC
, NUMBER_ASC
, NUMBER_DESC
.
Type of entity to filter by, e.g., block
, transaction
, userOperation
.
Search results matching the query parameters.
The response is of type object
.