EVM
eth_getUncleByBlockNumberAndIndex
Returns information about a uncle of a block by number and uncle index position.
POST
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for eth_getUncleByBlockNumberAndIndex: [defaultBlock, index].Positional parameters for
eth_getUncleByBlockNumberAndIndex:params[0]: Block identifier. Can be an integer block number or a string tag: “latest”, “earliest”, or “pending”.params[1]: Integer of the uncle’s index position.
Returns
Ethereum block object. Null when no block was found.