EVM RPC API
eth_getUncleCountByBlockHash
Returns the number of uncles in the block, if any.
Parameters
DATA
, 32 Bytes - Hash of the block containing the uncle
Returns
QUANTITY
- The number of uncles in the block, if any
POST
https://{network}.s.chainbase.online/v1
/
{api-key}
Path Parameters
api-key
string
requiredBody
application/json
id
integer
default: 1requiredjsonrpc
string
default: 2.0requiredmethod
string
default: eth_getUncleCountByBlockHashrequiredparams
any[]
requiredResponse
200 - application/json
id
integer
requiredjsonrpc
string
requiredresult
string
required