Skip to main content

eth_getUncleCountByBlockNumber | Blast Method

POST 

https://blast.callstaticrpc.com/:apiKey

Returns the number of uncles in a block matching the given block number.

Request

Responses

Returns integer of the number of uncles in this block.
curl -L 'https://blast.callstaticrpc.com/:apiKey' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_getUncleCountByBlockNumber",
"params": [
"0x61A80"
]
}'
Request Collapse all
Base URL
https://blast.callstaticrpc.com
Parameters
— path
Body
{
  "id": 1,
  "jsonrpc": "2.0",
  "method": "eth_getUncleCountByBlockNumber",
  "params": [
    "0x61A80"
  ]
}
ResponseClear

Click the Send API Request button above and see the response here!