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": "0x55706272696e672e6f7267000000000000000000000000000000000000000000",
"gasLimit": "0x822d320",
"gasUsed": "0x0",
"hash": "0x51083aa119e0c3b403345f66b8cddf338599233811e0ce28249e461f3f36c6bb",
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"miner": "0x0c98c91ec8272196ea4c7d6bf74706b4275c75b0",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"nonce": "0x0000000000000000",
"number": "0x305d453",
"parentHash": "0x3ef09760d7e5e09f40b8a8cbdc995a9d2ed30ceb87cfff8e4da3bd7ab733cf26",
"receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
"signer": "0x7195e2896b496c3c2a908f33b6b64fa3303f08241731b697c5b68b057856d1bd7fb52c65ed85b7126a3c91bf461556a1c8687385632e2dad22e65184d9d2894700",
"signers": [],
"size": "0x266",
"stateRoot": "0xb93ce6b99fd7b9ba8bcfb1f18eacc9b9e615da5df163e2336ee5cda8c8e30233",
"timestamp": "0x6a1b0734",
"totalDifficulty": "0x30d32348",
"transactions": [],
"transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncles": [],
"voters": []
}
}