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": "0x57616b656669656c642042696f63686172000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0x7f56973e75f7389ea822918ad0d4a85f363d649ce31a595ce0fe09e0bc86abe8",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xadf47d1482d5ebe74a9ce7b84d347e6e0763ee73",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x2f960a7",
    "parentHash": "0xefc9573a2c608db0fcfc18f0b740825df298665eab5404eaf854ad6b096b5cce",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x8498b6e3943cec212449ed27d1b8da222791e2db0bc6542b40b204d1a288fda71a2840cc9dc806011ce3510333948d81031846a5e397863d4055421d3f18e07900",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0xd6dfdf4a848bb0c5a961c1004545cdc9fdb04fca90cf15a6ac9217effcca6ebd",
    "timestamp": "0x69dcc4cf",
    "totalDifficulty": "0x3056b5b9",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}