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": "0x476f436861696e20340000000000000000000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0xd3932c62c73127ea88b743d1c343c189727f5a5caf5b9eff41a65806eb36a59f",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xf6290b7f9f871d21317acc259f2ae23c0aa69c73",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x3036de6",
    "parentHash": "0xc3813f53f6ed3bfc854f38d1c616f1a3150b25b452feee56a208f74aaabad385",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x9d27414ad28ef51b88c51043906c7c0f881d74e30f7f19244298131d1962e56f75cca14507f9bcc16318addb5addcce20829cb24407f0782d56181188f12761500",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0xd1e7e14d6d22e6fa9e41fcca6618594d0b236eb9d1c8d6485607ad12fb3f40de",
    "timestamp": "0x6a0f0713",
    "totalDifficulty": "0x30bb2307",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}