bor_getRootHash

Returns the root hash for a specified block range.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
fromBlockstringRequiredformat: "^0x([1-9a-f]+[0-9a-f]*|0)$"

The block number from which the range starts.

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

The block number where the range ends.

Response

The root hash of the specified block range.