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": "0x476f436861696e20340000000000000000000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0xe01932e3df8fd11827c56dc521f5c6680b84984f1ae91cb3ba55123d9276b754",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xf6290b7f9f871d21317acc259f2ae23c0aa69c73",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x2be3ff2",
    "parentHash": "0x71b26af31c477b227ea972281b40b043ee955896ba6109956dca803ee9c0060c",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x1f22a2566fc83ebd73d38728de0747e76bd305f5626c20136786afc75345905d251514ba039b4cbf06c527c270ae25c1aec40bf6cd364d476f94ffa6db571df500",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x8b1ed70715b4410f6f9e0c88a1120bca8c22e43a002ec48744d19d82e4b1f302",
    "timestamp": "0x68b47095",
    "totalDifficulty": "0x2d89fdf7",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}