Caducues EVM JSON-RPC
eth

getUncleByBlockHashAndIndex

1min
POST

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

Parameters

DATA, 32 Bytes - hash a block.

QUANTITY - the uncle's index position.

params: [
   '0xc6ef2fc5426d6ad6fd9e2a26abeab0aa2411b7ab17f30a99d3cb96aed1d1055b',
   '0x0' // 0
]

Returns

See eth_getBlockByHash

Authentication
Authorization
Header Parameters
Content-Type
Body Parameters
body
Responses
200