post https://{optimism-network}.nodit.io/
블록 해시를 입력하여 해당 블록의 Uncle 블록 수를 조회합니다.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
블록 해시를 입력하여 해당 블록의 Uncle 블록 수를 조회합니다.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
15curl --request POST \
--url https://optimism-mainnet.nodit.io/ \
--header 'X-API-KEY: nodit-demo' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_getUncleCountByBlockHash",
"params": [
"0x61a8ad530a8a43e3583f8ec163f773ad370329b2375d66433eb82f005e1d6202"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: