eth_getSystemTxsByBlockHash

Similar to the "getTransaction" analogs but returns the system transactions that originate from HyperCore.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
Block hashstringRequiredformat: "^0x[0-9a-f]{64}$"
The hash of the block to get the system transactions for.

Response

The system transactions for the block.
Signed 4844 Transactionobject
OR
Signed 1559 Transactionobject
OR
Signed 2930 Transactionobject
OR
Signed Legacy Transactionobject