Retrieve a list of blockchain transactions. Supports filtering by sender, receiver, block, timestamp, and pagination.
UNIX timestamp (seconds) marking the start of the time range to filter transactions.
UNIX timestamp (seconds) marking the end of the time range to filter transactions.
Start of the block number range to filter transactions.
End of the block number range to filter transactions.
Offset for pagination.
Maximum number of transactions to return.
Sorting order for returned transactions. Options: TIMESTAMP_ASC
, TIMESTAMP_DESC
, NUMBER_ASC
, NUMBER_DESC
.
A list of transaction metadata entries.
The response is of type object
.