This is an example call for eth_getBlockByNumber.
{
"jsonrpc": "2.0",
"id": "1",
"method": "eth_getBlockByNumber",
"params": [
"latest",
false
]
}
{
"jsonrpc": "2.0",
"id": "1",
"result": {
"difficulty": "0xa",
"extraData": "0x524d495420556e69766572736974790000000000000000000000000000000000",
"gasLimit": "0x822d320",
"gasUsed": "0x0",
"hash": "0x9715fab46181a579e5bbe49aed1639a96b772fb56211856b6999fd517dcf64d4",
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"miner": "0x1e2e7ad952f62f989a8709ad30e7313183068e64",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"nonce": "0x0000000000000000",
"number": "0x30d41f8",
"parentHash": "0x9b1da7c5dbacebbbf673bf9d27d992cbe7b6eeca258b032cb63b8341e4031080",
"receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
"signer": "0xe2cb793d7f813b78c3c0ff7816a39d8ac8f50c5ed1fe6503928d08d16780c20d2fd74e9254a5e6c20f76612fd62ec92ab531f63a8c0a4139d3ce594cf4ac684900",
"signers": [],
"size": "0x266",
"stateRoot": "0xbb569586685d6cdb982df4afbcf3bed981e9e2b9bb952ab1dc60a6863fce3185",
"timestamp": "0x6a437851",
"totalDifficulty": "0x311d6226",
"transactions": [],
"transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncles": [],
"voters": []
}
}