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": "0x7b1cbcbdcb551b178862a9000165808f2f76c5ae9e48ce9389ca7480ee913677",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xed7f2e81b0264177e0df8f275f97fd74fa51a896",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x2fb270e",
    "parentHash": "0xfd09bffc6b4b279429bb4221230d185f890e9dfd252d7dfc626f287572b60a20",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x074d9f32ed05ba13c436c67d6184f3d022297a5dfcf2d83ce7953714f5ded34965507c47f9b3538c5a44f093f6674482ce45511baaf18eec29621e5eae46884d01",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0xa8067ce28f102e51642bdec6912d113e9c3dcda458ee569e0e5a46e020dfafbd",
    "timestamp": "0x69e5a4d5",
    "totalDifficulty": "0x30686fd8",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}