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": "0xd135ae834226f56104daac0339490dfa3bf20a4027c5d76f2f3d254ef5b66f89",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xf6290b7f9f871d21317acc259f2ae23c0aa69c73",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x301d7b1",
    "parentHash": "0xefa5b3c20423111fac7a2673beed2598c47b229b0e650c548ea5063529f2c310",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0xb3ae3684a861e4bf09949038051163662dd63b7467b1143df2dbd4e8d194caa73c1ff986e5638729b275daf5bcfd37c24df3c99fd80eea35a7b7129063cdb33c00",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x5f41c0517ed8fe2a286180e1a30d19052841d55863b5385322cd22c2845813ce",
    "timestamp": "0x6a07180a",
    "totalDifficulty": "0x30ab514f",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}