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": "0x1", "extraData": "0x342e302e332f6c696e75782d616d6436342f676f312e31372e33000000000000", "gasLimit": "0x7d56dc40", "gasUsed": "0x0", "hash": "0x3f31ac4d99ed468c16aa60cae27f3f2809beb7319fe80d1d471dc758be953c1a", "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "miner": "0x5610458cf41eabb850b9c0ed434cc3879beb3e2e", "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", "nonce": "0x0000000000000000", "number": "0x7ff9e", "parentHash": "0x9d0d49ce4d23e50637cbbadb820b21a1a0981af2906121629f4bad1b435d0992", "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", "signer": "0x964876d1c293f14bee3dc83fe2efd35a2b32fcc289a8ef96e70e978a14e3c92873724c71c4a8203bbdc4fd896768ab0ad1a1bae2efc2135e1f671562399f5b3801", "signers": null, "size": "0x265", "stateRoot": "0xba268e95faf93c063f179894213cc252dc4f94277624ef724dda51138bf2edf6", "timestamp": "0x62f9eb2c", "totalDifficulty": "0x7ff9f", "transactions": [], "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncles": [], "voters": null } }