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": "0x4656260ab30132db78644c174eec436025728de8c48db119a5fdd458dbe058a2",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x3ad14430951aba12068a8167cebe3ddd57614432",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x2fd149e",
    "parentHash": "0x59bc8a12115f2f0df2cabfe2895ee2dff7aff525ed7bcbcf1c07830e61b2ec27",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0xa77ff897fe944e4cf7b9ea2b9f78060cd47fa24e7fd3b2ea943856328e383e8418b26649285da5823cfb5a1caa9e780d4541a7b1c1f687127eefb217103bb62600",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0xa1c4a948580c92c4f9813d1ab219dfd389477fbd3c5cd4ca5d668bd3d14d7df0",
    "timestamp": "0x69ef48a5",
    "totalDifficulty": "0x307bb775",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}