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": "0xf",
    "extraData": "0x476f506174680000000000000000000000000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x6cb6",
    "hash": "0x7a7156ef005b274048ea07cba0beb7bb90a4637ef5337c318847ede35f8aa7f3",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xf7678aa7f42bc017f3d6011ca27aed400647960d",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x2630517",
    "parentHash": "0x36a750a96ad810dac5d1084d191f48979cfb87d6371329dba5ce27247b8e51c4",
    "receiptsRoot": "0xad7ecd487248a174efa6b77c7b4d2d6f7ea08b959ff190b91e7a361585dcf0ef",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0xb241418a84a3216d534cea1ec201b41d97775ba39f6b26c362827ed38a401f637e1c5b0adbb423dd9bd1bbb69201d9ba94f49809a8dd5d2c84426f9622fa78ea01",
    "signers": [],
    "size": "0x358",
    "stateRoot": "0xb2dac982ce1dd0ffeb6e35a41260ee4df4b7b47b9bfa5377d87523ff3982374d",
    "timestamp": "0x66ec444a",
    "totalDifficulty": "0x286f2219",
    "transactions": [
      "0x8d43e61c24b90f237f80f45667cfc099ee53b033520dc7d9a44db5096b48b3ef"
    ],
    "transactionsRoot": "0xe7ff2a4715e1634f16272112a35724151c3aa7f09c196a77b65c65beec244428",
    "uncles": [],
    "voters": []
  }
}