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": "0x10",
    "extraData": "0x476f436861696e20310000000000000000000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0xeee3c610e1eaf3d3e9416085eb2c60054f5339c3039131bddfdc6afa6eeb00f3",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xed7f2e81b0264177e0df8f275f97fd74fa51a896",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x2040292",
    "parentHash": "0x32a9d96ee2f0545a3cd269162e210fb2d63e9947a33b8014e0e1088c5536c7e5",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x97e85469d95db5f515b6cb4aa1131f74c3fc50ea4eb1c7054fd95c6c2f2b43393bb47a738e4cd78db5dcd4051c53d5a7d67f99a4dca77e3b71fa899b09688fe601",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0xc820ef16386a9a33d5daaf1b861abc5ffa7de024793667b63507ead5035535a8",
    "timestamp": "0x65113798",
    "totalDifficulty": "0x225eff3c",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}