Skip to content
Alchemy Logo

eth_getSystemTxsByBlockHash

POST
/{apiKey}

Returns the system transactions for a block identified by hash. System transactions originate from HyperCore and are sent from the system address 0x2222222222222222222222222222222222222222. They represent operations such as HyperCore-to-HyperEVM transfers and have gasPrice of 0x0.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringrequired

The 32-byte hex-encoded hash of the block.

Responses

200

An array of system transaction objects for the specified block.

Was this page helpful?