RPC API 레퍼런스ethBlock[Block] eth_getUncleByBlockNumberAndIndex[Block] eth_getUncleByBlockNumberAndIndex Returns information about a uncle of a block by number and the uncle's index position. As there are no uncles in Kaia, it always returns null. JSONRPC: eth_getUncleByBlockNumberAndIndex Request Responses200Return value null.