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": "0x476f436861696e20320000000000000000000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0x65fd653ec27336888a49c1913da96840c106b13f4b395002ba50d8b51f0e014f",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x3ad14430951aba12068a8167cebe3ddd57614432",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x302a514",
    "parentHash": "0x65e22eef6fa55f6108e2c7f3e5bc729ef6273878b810a3e610f6b00b61ff94e0",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0xd6b993c0bb84cb77bf2c41bfb18689f659cf1e83d4c25c828e968463a5143f1e5eaabd9d3673045f6d6d7279a8c05153be4225dd40930b7f0d8955d25238f98c01",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0xb6ab9843424499a4ad292f76943887cc7928e56b7354163aeaff86074141eac2",
    "timestamp": "0x6a0b1af9",
    "totalDifficulty": "0x30b3572d",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}