Bor
bor_getRootHash
Returns the root hash for a specified range of blocks on the Polygon Bor chain. The maximum range must not exceed 32,767 blocks.
POST
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for bor_getRootHash: [fromBlock, toBlock]Positional parameters for
bor_getRootHash:params[0]: Starting block number (inclusive).params[1]: Ending block number (inclusive). Maximum difference: 32,767 blocks.
Returns
Root hash of the specified block range. Example:
“67518d9fc6bf9ff886ba1a4e932a0d0a8a1318b3f300518773aaf2210410cf73”.