eth_getUncleByBlockNumberAndIndex
Returns information about an uncle of a block given the block number and the uncle index position. This method uses 150 credits from your daily balance.
Parameters
block parameter
: [Required] A hexadecimal block number, or one of the string tagslatest
,earliest
,pending
,safe
, orfinalized
. See the default block parameter.uncle index position
: [Required] A hexadecimal equivalent of the integer indicating the uncle's index position.