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": "0x10",
    "extraData": "0x57616b656669656c642042696f63686172000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0xe3ec7b16092c312c0a053060a8a664862565860d71370775ec453c4a61509a21",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x326e898eb2963418874cbc7abba34f79d5e66323",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x26bcbd5",
    "parentHash": "0x2820f537629923aadb524469085d958b2d042fc7fb6a585c36654ef7c12d0149",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0xe0f1e28f3061dffd466b1ef2737f1adfd5e1c1d0c82dfeba1cd7463c8a80d6ab1cfc6ce89724560fd2ac3718d7e46c0d2bb832c3d218772048a9335814c5861400",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0xf698496d66a1daac2b29a8b100c1adb331f1b2f970c988e3a4605fdb8fc02c1a",
    "timestamp": "0x671826f3",
    "totalDifficulty": "0x28fa903c",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}