EVM RPC API
eth_getUncleByBlockHashAndIndex
Returns information about an uncle given a block’s hash and the index of the uncle.
Parameters
DATA
, 32 Bytes - Hash of the block holding the uncleQUANTITY
- The uncle’s index position
Returns
Object
- An object of type Block (with zero transactions), or null when no uncle was found. Seeeth_getBlockByHash
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_getUncleByBlockHashAndIndexrequiredparams
any[]
requiredResponse
200 - application/json
id
integer
requiredjsonrpc
string
requiredresult
object
required