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": "0x476f436861696e20340000000000000000000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0xecd4b77a6676e62e12240aa9bf8102ddda65001b4fac412d17a57d14a4202bc7",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xf6290b7f9f871d21317acc259f2ae23c0aa69c73",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x3107734",
    "parentHash": "0x2b4fddd16a8239bab1ac67252e309422bc3293b375a7ef43a2af3cac13ade2e0",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0xd101c426d8e8f4c6bdf2c57a2866e9d90a29c2ba2893536220c96520578efff9499def6e9c3525d41c13681201079fdd23a55476702864c91c538ccb9832ce9701",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0xef6d431e103ae8b7263d70767ebac4fdd43174cc4e2e495fa5421f86f5f6fb7f",
    "timestamp": "0x6a53827d",
    "totalDifficulty": "0x313d4ba9",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}