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