post https://api.zan.top/node/v1/chainbase/testnet/
Returns the number of uncles in a block from a block matching the given block number.
Log in to see full request history
Response
Returns the number of uncles in a block from a block matching the given block number.
xxxxxxxxxx
14curl --request POST \
--url https://api.zan.top/node/v1/chainbase/testnet/public \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_getUncleCountByBlockNumber",
"params": [
"0x5bad55"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: