Skip to content
Alchemy Logo

eth_getRootHash

POST
/{apiKey}

Returns the root hash for a specified block range.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringformat: "^0x([1-9a-f]+[0-9a-f]*|0)$"required

The block number from which the range starts.

stringformat: "^0x([1-9a-f]+[0-9a-f]*|0)$"required

The block number where the range ends.

Responses

200

The root hash of the specified block range.

Was this page helpful?