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": "0x7",
    "blobGasUsed": "0x0",
    "difficulty": "0x0",
    "excessBlobGas": "0x0",
    "extraData": "0x",
    "gasLimit": "0x1c9c380",
    "gasUsed": "0x0",
    "hash": "0xc22a7562b31fe10f52c20cd6316b5c6cdde8cc632191dbf5c303a1e1559f23d6",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xf97e180c050e5ab072211ad2c213eb5aee4df134",
    "mixHash": "0x88a5ef0dc1f5bf5f6929df4572b166c368c21b24f6c55075bb030f3cd73e89ca",
    "nonce": "0x0000000000000000",
    "number": "0x1c2f",
    "parentBeaconBlockRoot": "0x61f48506c0a672569d0005c2ad02ea02b19debd23749066595c81bbae3fadbde",
    "parentHash": "0xc0cafd1ec8041c9daacac9d9261691fe9101bf442bc03f7d0d87b457232e42d5",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "size": "0x245",
    "stateRoot": "0xe3d001cbc3e7aee5253fff4bd60d73baf325f09879368a5752739c285e88ad16",
    "timestamp": "0x6724bb40",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "withdrawals": [],
    "withdrawalsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421"
  }
}