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": "0x476f436861696e20330000000000000000000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0xd35fe05621a605224a1d32e9a8eb50702319a759ef8aea07611ed2a7612c6e35",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x3729d2e93e8037f87a2c9afe34cb84b7069e4dea",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x30844ec",
    "parentHash": "0xd7db8f306e0d2f6bbe79d084c1ac059193724a79c00d0ce3b329c43824223801",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x21684ca78cb9860c919612a0109b8b276198eec7ecdd93cfe9c3997da18a55052ed472c95c1451a1c335c9a6bc577a0d36838b1b668b8d654eb801a194003de000",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x1cc0fb93d17186eb3dab58ddef996ba0a60e0d5ed1b6acadc2caa18bcf2e6b05",
    "timestamp": "0x6a273a31",
    "totalDifficulty": "0x30eb893e",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}