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": "0x476f436861696e20330000000000000000000000000000000000000000000000",
"gasLimit": "0x822d320",
"gasUsed": "0x0",
"hash": "0x23411f018f197ee9e632d46abe73f03c8a2a11662643d5f3e7451e03a816d21c",
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"miner": "0x3729d2e93e8037f87a2c9afe34cb84b7069e4dea",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"nonce": "0x0000000000000000",
"number": "0x31217bf",
"parentHash": "0xff47763782657c1f9c215eca2ed5a242e6e390b4a0f958b27344bd605d89888f",
"receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
"signer": "0xc818401bfab37438be3b9f80e41bd31caf582f47997ecfabc680b82a1181a80345e9ab849f6ae587b3bf157f715be6f2ff004b694ae053c993e668e4f329226c00",
"signers": [],
"size": "0x266",
"stateRoot": "0xabb489ec0429dd788473ddf5ab059dc317de73e4924cdeb33cbf3943b55170f0",
"timestamp": "0x6a5ba534",
"totalDifficulty": "0x314d9111",
"transactions": [],
"transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncles": [],
"voters": []
}
}