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": "0x6790e99f0893c3a02646a545c67911b13dcc20299143ea442d2dd38306a5be44",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x3ad14430951aba12068a8167cebe3ddd57614432",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x31140d9",
    "parentHash": "0x388b0e4a2d07e0f93990d36ad9a228c7811b196706a1176fbf9b20e491daed94",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0xc6f6c2a15bc763fda1f1fcdb16ace22ac4b1beb4019b80b8fbb45d0fb2d2f1311c8445ff96cb99e75b6ce097f27b0e89f5380f00dd52f80ba56d4daf25d189f500",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x1c0a63da151df4f3d9656f822d40c6ee1ab00418ee3f077f17cfb64f67f3e1e8",
    "timestamp": "0x6a5772b6",
    "totalDifficulty": "0x31452c1b",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}