Eth_getUncleByBlockNumberAndIndex
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample:
2.0methodstringRequiredExample:
eth_getUncleByBlockNumberAndIndexparamsstring[] · min: 2 · max: 2RequiredExample:
blockNumber: The block number as hex string (e.g., "0x10fb78"), or "latest", "earliest", "pending"index: The uncle index as hex (e.g., "0x0" for the first uncle)
["0x5daf3b","0x0"]idintegerRequiredExample:
1Responses
200
Uncle block object or null
application/json
jsonrpcstringOptionalExample:
2.0idintegerOptionalExample:
1post
/200
Uncle block object or null
Last updated