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": "0xd",
    "extraData": "0x476f436861696e20320000000000000000000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0xf733edcd71274e82dcb0ffb562d38fce113631937d439fa4e644ab9d6a2d3b75",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x3ad14430951aba12068a8167cebe3ddd57614432",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x2ce8413",
    "parentHash": "0xf78979bd308444b5a817a3ce4859b40fafb35ba38b479d4a720acfe90ac7fff7",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x824c8a16d81d599eb38cc2368f2acd4caf5052d64e2ff25fc6878949625eeb36482bc9d672db05463e4339f7fea1eecb149d9946e938d3d3e98e88fcbccf602900",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x208ee9372b7eaffdda6b8c1ae749aa5a01f8c3bf07d1463a80b5d58be6e628fa",
    "timestamp": "0x6905c558",
    "totalDifficulty": "0x2e5d6feb",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}