zks_getRawBlockTransactions

Lists transactions in a block without processing them.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
Block numberstringRequiredformat: "^0x[0-9a-fA-F]{1,8}$"
Number of the block.

Response

Array of raw transactions within the specified block.
common_dataobject
executeobject
received_timestamp_msinteger
Timestamp when the transaction was received, in milliseconds.
raw_bytesstringformat: "^0x[0-9a-f]*$"
Raw bytes of the transaction as a hexadecimal string.