post https://api.zan.top/node/v1/arb/one/
Returns information about the 'Uncle' of a block by number and the Uncle index position.
Log in to see full request history
Response
Returns information about the 'Uncle' of a block by number and the Uncle index position.
xxxxxxxxxx
15curl --request POST \
--url https://api.zan.top/node/v1/arb/one/public \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"params": [
"0x29c",
"0x0"
],
"method": "eth_getUncleByBlockNumberAndIndex"
}
'
Try It!
to start a request and see the response here! Or choose an example: