Eth getUncleByBlockHashAndIndex
Request body sample: {"jsonrpc":"2.0","method":"eth_getUncleByBlockHashAndIndex","params":["0xc6ef2fc5426d6ad6fd9e2a26abeab0aa2411b7ab17f30a99d3cb96aed1d1055b", "0x0"],"id":1}
Body
idintegerOptional
jsonrpcstringOptional
methodstringOptional
Responses
200
OK
application/json
post
POST / HTTP/1.1
Host: eth_getUncleByBlockHashAndIndex
Content-Type: application/json
Accept: */*
Content-Length: 53
{
"id": 1,
"jsonrpc": "text",
"method": "text",
"params": []
}
200
OK
{
"id": 1,
"jsonrpc": "text",
"result": "text"
}