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": "0x5bec9f75dac78e10071e2b0177bf72c7fd7317462b1dde6f9cb107e3b638fb60",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xf6290b7f9f871d21317acc259f2ae23c0aa69c73",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x3010a5f",
    "parentHash": "0x19bd283b53b985387875d9c9ddec42ec5b35054e70d40dd23c126946a682d78e",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x95b685a1db2e063ff61a8af07ac717fae62df6a26c87b390a5caff54291f70372d338124f1bd98b01811e0a74f48cd167e902d84c14638736cdff6a763e3ee0701",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x0e5760ef819b21772793c1a613ff633abf2217a71c314b09f2b6faf99cd09ebc",
    "timestamp": "0x6a03156a",
    "totalDifficulty": "0x30a35041",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}