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": "0xa",
    "extraData": "0x476f436861696e20310000000000000000000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0xcf0b4a43204256a01f98c61d0ba0c408b7c31f95618b5e504626422c0357dcb0",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xed7f2e81b0264177e0df8f275f97fd74fa51a896",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x30e0f13",
    "parentHash": "0xc0274a642c468355b7c8b8c4ca19f0d8a0e66e8717363b74ce225a9089aeeb67",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0xccf1af40fbcdb410aab697d67cbc3fabfd11be90f8c27355fb3aadd1118c39e97625a7a4f8d93805681c592360fe615a559c8e7ba536c1fd37d06704ca9b18e900",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x11642785be3265af83dcd774dfc0feebd0c4d6b4d3e8940d8ab7b9b5bb3a3879",
    "timestamp": "0x6a4779d8",
    "totalDifficulty": "0x3125652f",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}