eth_getUncleCountByBlockNumber RPC Method
Please note that for this RPC method the response will always be zero.
Parameters
blockNumber
string
REQUIRED
Loading...
Returns
uncles
string
Loading...
Request
1curl -X POST "https://docs-demo.arc-testnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "eth_getUncleCountByBlockNumber",6"params": [7"0x6aede5"8],9"id": 110}'
1curl -X POST "https://docs-demo.arc-testnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "eth_getUncleCountByBlockNumber",6"params": [7"0x6aede5"8],9"id": 110}'
Response
1{2"jsonrpc": "2.0",3"id": 1,4"result": "0x0"5}
1{2"jsonrpc": "2.0",3"id": 1,4"result": "0x0"5}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free