post https://{network}.g.alchemy.com/v2/
Returns the number of uncles in a block specified by block number. Response for this method is always 0 on Polygon zkEVM.
Response
Returns the number of uncles in a block specified by block number. Response for this method is always 0 on Polygon zkEVM.
xxxxxxxxxx
14curl --request POST \
--url https://polygonzkevm-cardona.g.alchemy.com/v2/docs-demo \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_getUncleCountByBlockNumber",
"params": [
"0x61A80"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: