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": "0x57616b656669656c642042696f63686172000000000000000000000000000000",
"gasLimit": "0x822d320",
"gasUsed": "0x0",
"hash": "0xc4d19aa92d69c1f0d2c89afcc55e41c38847129971a3d39f6774fc3a169ed302",
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"miner": "0xadf47d1482d5ebe74a9ce7b84d347e6e0763ee73",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"nonce": "0x0000000000000000",
"number": "0x315f773",
"parentHash": "0xeff32317a9d0dea6b84b3d0ead3e4c634d5bbacb54b0089efe76250d39719aa0",
"receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
"signer": "0x77e47472e5bcf9d6e7592132228a8a61fe3bfc5027ea157f1563fef15444313664da07827607d04101b6c62ab0b7d83a35a61fd85df744878f33f721e0eff92200",
"signers": [],
"size": "0x266",
"stateRoot": "0x434f9c474b21f4d56822bd0094f06d5a1eea10ed55b9d9180cce50df819c0bbc",
"timestamp": "0x6a6fabb5",
"totalDifficulty": "0x31743acd",
"transactions": [],
"transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncles": [],
"voters": []
}
}