eth_getRootHash
POST
/{apiKey}
Returns the root hash for a specified block range.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
string
format: "^0x([1-9a-f]+[0-9a-f]*|0)$"requiredThe block number from which the range starts.
string
format: "^0x([1-9a-f]+[0-9a-f]*|0)$"requiredThe block number where the range ends.
Responses
200
The root hash of the specified block range.
Was this page helpful?