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": "0x476f436861696e20320000000000000000000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0xc94e118aba275c9cf582a5f8ccd31b0c39c6c8b7384f76a01778db97c86cfb2a",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x3ad14430951aba12068a8167cebe3ddd57614432",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x3043a59",
    "parentHash": "0x5ee9ecf5c22fe3cb1ad4b122b969f8d19397f81efec046e28b11380f57a5ef9e",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x8975923aba6198ea1037780978fff94faa79e35704414bbf88bf5acc4bb0ad2404ce49c995a7d7f0388e3425aa6cfae074a44619cfe38aeb7eb0a072409c765700",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x58dd97e0959fc662707dbb0d95a7b3f722379f0db7e6d30d17cba54886e14368",
    "timestamp": "0x6a130552",
    "totalDifficulty": "0x30c31f85",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}