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": "0x9d80a50ef69eb457ae9a50904750e4977a91cebea480db7d3701211536bb66d2",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x3729d2e93e8037f87a2c9afe34cb84b7069e4dea",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x30c7429",
    "parentHash": "0x49082d79be7ee5c8c8f136d58b9c9de314ec465fc938d0833ec14e8447e75d78",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0xc43e71baa9361836fd53d97b4d0947276fb9d6af463d2129fefc7911e0b77ef41d2ea73ca7a7669cad8f21cd0250fcc50817a69367a4f888fd8755804fd8457d00",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0xdbf1257c67a0f7be9fc0e1504d61f2cac10009419562a7e41f39fb800a74ad4b",
    "timestamp": "0x6a3f7346",
    "totalDifficulty": "0x31155810",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}