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": "0x11",
    "extraData": "0x50656e6e73796c76616e696120537461746520556e6976657273697479000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0x022fe98c27ce0070903021778425918d1c11f3e2a052f14592e27128ac8a120e",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x3ee97b03049c6c9dad71cf073dc2dd9bf8fcf329",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x1d49647",
    "parentHash": "0x09a573e66551f9a0442d0ed3cd902ccc3e999801e005f889368a3002795a2e94",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0xc655a7061060d8ba09a457f09ca9ca157771a40f6e644bc0efa305585423444a20c715ba216294fe38947e797c19da4e703f0a1516f7106abf2599267e57dada01",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x9b64fe0d33263b1bad11ec3ba464c6149e45be324b24f37ad033e11654a18840",
    "timestamp": "0x64241a0f",
    "totalDifficulty": "0x1f57f8c5",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}