eth_getUncleByBlockNumberAndIndex

Returns information about an uncle given a block's number and the index of the uncle.

Parameters

  • TAG - Integer block number or one of "earliest", "latest" or "pending"
  • QUANTITY - The uncle's index position

Returns

  • Object - An object of type Block (with zero transactions), or null when no uncle was found.
    See eth_getBlockByHash
Language
URL
Click Try It! to start a request and see the response here!