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": "0x6ca0c179fa41d9aaaa2ff4c06346b90d9eaf5db25cba16c3727f0d65d9b74340",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xe1200caf0d92018fe111943faf91a0c5f6db34d1",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x30edede",
    "parentHash": "0xd1dc15d1035ccce6a2f64eb363473cac5735c6090ded15f5a368d26a5ccad2ac",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x4c714c60794ee0fe94f4fef498b9f9a62c025a2c9993804b0e4a63c35b9a6fcc3600b4a8af0a21f1a38605953cccd0e4735b7dfef0feda146968d2bea9790dc801",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x1b9d56a4fd94f67a96434559a8a9fad561a8bdb12544265ff7c3d97069a19b42",
    "timestamp": "0x6a4b88cf",
    "totalDifficulty": "0x312d831c",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}