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": "0x46696e7320417474616368656400000000000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0xcd23841c585d9d8cd1a984b54839ca7297473b5d37dfe2091a4b5fa9fa9ac058",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x8846359af59b723ab4c540456251b9c3fe2f269d",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x254b3eb",
    "parentHash": "0x8fc15fc6373c9e61f137d001deea2cfbd7d2b5826b05c0f2151ff4191f476826",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x2576631f0a096da7a968eedf17d7bc441d5e8cf9949afa112c9db108010a3f4a60b49946fa2f9e427a15e168254d9725c006846b2278536276528d0a620019d700",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0xfd01f16dc8eb9cf26dc8258257823027d2c81eb04b44453e03e02c181891da99",
    "timestamp": "0x66a4ae62",
    "totalDifficulty": "0x278aa1e8",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}