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": {
    "baseFeePerGas": "0x0",
    "blobGasUsed": "0x0",
    "difficulty": "0x0",
    "excessBlobGas": "0x0",
    "extraData": "0x",
    "gasLimit": "0x1c9c380",
    "gasUsed": "0x321cd",
    "hash": "0xc0045db779a4d89c069517d59d2aa6144222ff1c66301a8b8d0d74e9a4df4480",
    "logsBloom": "0x000001000000000000000000000000000040100000000000020000000000000000080c0000000000000200010000000000100000000010000000020000000200000000000000000010000000000000020000000040000000004001000000000001000000082000000000000000080000000000000000000000000000000000000000000000100000000000000000000108000002000000004000000000000000000000000000000000400000000000002000004000000000000002000000008000000001000000000001020000002000000000000000000000000000000000000200000000000000200000000000000000000000020000000000000000000000",
    "miner": "0xc61109518a048b1adc094ba661a65f6898c360ff",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0xc0831c",
    "parentHash": "0xa4b07d2901a1942aa2784de2be67f1f8965bc767630ecd176e37ecfb9328343e",
    "receiptsRoot": "0xe82b031adc685bc03ea4c29daf4b4b2552f2a18c1f1a9cfc83b27e9378d1d424",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "size": "0x99a",
    "stateRoot": "0xaf1f41fd753a6da6bed1537517cdb6d55e34534ce30b5d13d168dde5b4a7816a",
    "timestamp": "0x6933a5c1",
    "totalDifficulty": "0x0",
    "transactions": [
      "0x5dd25565ac90bf58dbfd0ee79f8903389976495b25f53f643a60375b13cd0d96"
    ],
    "transactionsRoot": "0x7fd6759e696677193e6085828805686858aa8de74a37d0952022945d18b44309",
    "uncles": [],
    "withdrawalsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421"
  }
}