eth_getUncleByBlockHashAndIndex

Returns information about a uncle of a block by hash and uncle index position.

📘

May sometimes return NULL

Description

Returns information about a uncle of a block by hash and uncle index position.

Parameters

  1. DATA, 32 Bytes - The hash of a block.
  2. QUANTITY - The uncle's index position.
params: [  
  "0xc6ef2fc5426d6ad6fd9e2a26abeab0aa2411b7ab17f30a99d3cb96aed1d1055b",  
  "0x0", // 0  
]

Returns

See eth_getBlockByHash

Language
Authorization
Header
Click Try It! to start a request and see the response here!