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": "0x636c6f756463617269622e636f6d000000000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0x6e80887211ccfd52ab2052d35e705d356e095e0a1261cf2f46d53d7d71e4e215",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xe1200caf0d92018fe111943faf91a0c5f6db34d1",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x30fa9eb",
    "parentHash": "0xfc9cf1f72146d8e65f5750381144353e9e702edc580136e3962376c97f634ab8",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x44181e26feb8a0f1e18120f6239a92cbf48d1f4b2ca19313950b81b5475204d75bce4fc5537d9c2f0342fd4de6b008e732dbe56fb82615944d8a74ab42a2e35401",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0xce11e82450683f84f90d80564ff57c82365e64522cdb97a266208c90bd1d9d48",
    "timestamp": "0x6a4f8010",
    "totalDifficulty": "0x313546cf",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}