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": "0x58664c34ea4d562e2beba640040d205ed7e46e47bc9f1133c772abefe0f479a8",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xe1200caf0d92018fe111943faf91a0c5f6db34d1",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x3076fde",
    "parentHash": "0xf7b0ac29af83c468d2db8ada95d522f9d4a2a30e067a1bbd1c9ae1a61b550fb4",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x05f496d773e2c11685a1e6cfc2872791de23f803da0b33196f995b33c0742072315f2fbed615b2fa67f00b1f43e4b88a1bf6d4316ab147866404b73e19a050a201",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0xd876c5a92b15006d195d34dbef1be914a79573c9ab11c05c21aaf322fee867bf",
    "timestamp": "0x6a2310eb",
    "totalDifficulty": "0x30e336b2",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}