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": "0x11",
    "extraData": "0x636c6f756463617269622e636f6d000000000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0x88536a0b799550a27d740f401620e7ce6f8e1c699d732d75a557906ef7f77f38",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xe1200caf0d92018fe111943faf91a0c5f6db34d1",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x1e49615",
    "parentHash": "0xad76c01cabce7615f0962082606fadb534d23dcdc5fde328c53f9b671948178a",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0xf093064039851f88e2c17c0798ed3d97625aba0d091393141f06c598a369dc31209de20c0e67cccbb10a2c139b86aa5850078d2e2e1e96c3ae3303992327622601",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x9df280c853262e1acbdf36003da2cbb71a0c332aa29c0459e334f27bcfaa09a8",
    "timestamp": "0x64741920",
    "totalDifficulty": "0x2067ced6",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}