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": "0x476f436861696e20310000000000000000000000000000000000000000000000",
"gasLimit": "0x822d320",
"gasUsed": "0x0",
"hash": "0x687667481c87b8ec17a6a9b7aa749e0c4e957313f4e6780e8363ae8f8444f079",
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"miner": "0xed7f2e81b0264177e0df8f275f97fd74fa51a896",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"nonce": "0x0000000000000000",
"number": "0x3152d1f",
"parentHash": "0x3167fa276166937d9a498504f5a9e39f69135fe0f7dae9620482790739ba4ccd",
"receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
"signer": "0xa50974432a99e53504603e5f2649da9ae1103f786145fd1287f08849d139ed0628fef9cbac9f8fb4d3b34ca1759b4278123a736f2ee2f585d34bdd4828f15d5e00",
"signers": [],
"size": "0x266",
"stateRoot": "0x2d9c11da180cb2edc270b3f5a571d635aedb873d42b9cfa658660ac4cba47435",
"timestamp": "0x6a6bb811",
"totalDifficulty": "0x316c5385",
"transactions": [],
"transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
"uncles": [],
"voters": []
}
}