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": "0x546865204465746f782050726f6a656374000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0x07a7f12ad20f96c1cb633d9ad43ddd07e477b5c35a4a7392777ebb4e8631bfe8",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x1b6844395f0292b40f0754374407e0734d39b573",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x31390f9",
    "parentHash": "0x6a272db510e92fc2f39affb4c684fe1138dedaaf00a6fd5aed8f2abc75f5576e",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x8527d68e22cdf5c3c94146073964fe2519b7cc4f770475c126056f63571146646bf58783b0bfa611a094d92b9bbe3ff2adbccd019e23da6976f7e9722c1d5e4600",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x189abf0b5bb081fbc15baafa750456e33b6d19cc964dd9009ed86d440b334a99",
    "timestamp": "0x6a63ab53",
    "totalDifficulty": "0x315c47e6",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}