Eth_getUncleByBlockHashAndIndex

Get uncle block by block hash and index

post
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample: 2.0
methodstringRequiredExample: eth_getUncleByBlockHashAndIndex
paramsstring[] · min: 2 · max: 2Required
  • blockHash: 32-byte block hash
  • index: the uncle index as hex (e.g., "0x0" for the first uncle)
Example: ["0x9b559a28a108e15b95e4e30b8a4a1e301dcdb4f3f7f0f79fd859f568f9d9ff34","0x0"]
idintegerRequiredExample: 1
Responses
chevron-right
200

Uncle block object or null

application/json
jsonrpcstringOptional
idintegerOptional
post
/
200

Uncle block object or null

Last updated