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": "0xd", "extraData": "0x476c6f62616c20526f756e647461626c6520666f72205375737461696e61626c", "gasLimit": "0x822d320", "gasUsed": "0x0", "hash": "0x316aa59a9b2f609d91354ba3b7ac1b8c684a9ca30ef71777f79382bacd3a8c6c", "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "miner": "0xddc6e6e10876113351dae3df2b24c7b28f9cd015", "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", "nonce": "0x0000000000000000", "number": "0x2b1e76c", "parentHash": "0x4389fea8ba4638eb8c63398144e66f464c0fc43db2de91eada8ab9ec34eeb544", "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "signer": "0x94164bd57f56f0639bf2645eafada5b30d9b5d61e9bcdbc9cc1710abb458a64b11eb7d134d998abce0e3d99401e1aee787ec2b760b7af9b50461bae60fa3dbf400", "signers": [], "size": "0x266", "stateRoot": "0x134f2d3d4fad1bfe474495d79caaf0ec55b243a31547b46bfb9446d2369cb1b2", "timestamp": "0x6876b5ce", "totalDifficulty": "0x2ce981d0", "transactions": [], "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncles": [], "voters": [] } }