Skip to content
Alchemy Logo

eth_getSystemTxsByBlockNumber

POST
/{apiKey}

Returns the system transactions for a block identified by number or tag. System transactions originate from HyperCore and are sent from the system address 0x2222222222222222222222222222222222222222.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringrequired

A hex-encoded block number, or a block tag such as "latest", "earliest", or "pending".

Responses

200

An array of system transaction objects for the specified block.

Was this page helpful?