Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for eth_getBlockRange: [startBlockTag, endBlockTag, fullTxObjects]Positional parameters for
eth_getBlockRange:params[0]: Start block number (hex) or tag (latest, earliest, pending, safe, finalized).params[1]: End block number (hex) or tag (latest, earliest, pending, safe, finalized).params[2]: Set to true to return full transaction objects, false for only transaction hashes.
Returns
List of block objects in the specified range.