post https://bnb-mainnet.g.alchemy.com/v2/
Returns information about an uncle of a block by number and uncle index position.
Response
Returns information about an uncle of a block by number and uncle index position.
xxxxxxxxxx
15curl --request POST \
--url https://bnb-mainnet.g.alchemy.com/v2/docs-demo \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"params": [
"latest",
"0x0"
],
"method": "eth_getUncleByBlockNumberAndIndex"
}
'
Try It!
to start a request and see the response here! Or choose an example: