GoChain RPC Proxy

This is an example call for eth_getBlockByNumber.

Request

{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "eth_getBlockByNumber",
  "params": [
    "latest",
    false
  ]
}

Response

{
  "jsonrpc": "2.0",
  "id": "1",
  "result": {
    "difficulty": "0xd",
    "extraData": "0x476f6c6462656c6c2046696e616e6369616c2053657276696365730000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x6cb6",
    "hash": "0x6f4fa3f51669ae4a71fee78e034b4797b45df9047861496e29683976fb88d330",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xfd20826027b265ea775509e5ca0330692fa41733",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x2d7d425",
    "parentHash": "0xb37a3c78b06f6a2e6c3b397a7b1af348fdcf6753992f480dc8a51cf533dac654",
    "receiptsRoot": "0x9a0c7405b24fabec2e83a78ee5f0893a832342f8b3db8667c424950767afd185",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x611bfced6f5731d7adfaac48fa062156fdb15d40cca5a5cc0f8ff2d3a1bb0fde1d2594d0a3c15821f930ff1c2f542c4ba963b644e2ef6696a9f30c7844fcf82c01",
    "signers": [],
    "size": "0x358",
    "stateRoot": "0x3444b725901a21e6f6a090c340535e4eeec88f58f9dae48bf662d7154d2ebf34",
    "timestamp": "0x693455cc",
    "totalDifficulty": "0x2ed67c11",
    "transactions": [
      "0x5fea4c40960ddbfb9b4abd9c8b7600121c1c64a0b9c2f8e7412c10c996e417cf"
    ],
    "transactionsRoot": "0xee8bdbc467830dd397fa3e3c9a67745c2e9697e08bcb9bd5590deb5f6ce64569",
    "uncles": [],
    "voters": []
  }
}