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": "0x476f436861696e20330000000000000000000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0x8285522a7b4d12f1dcbc964024e898a6c14a9fc947d8c5d128df39906de7ed5b",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x3729d2e93e8037f87a2c9afe34cb84b7069e4dea",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x300c551",
    "parentHash": "0x44212e92da3adf1b234c118666f8904dccb80377d3557a4efa7a94cef4fac291",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0xc392d3115a2cfd38f2f04c3dc57cae0ebc797ee49ee1a6d4b01c05238d4d64911cbc548e55416b5af1ab0b827ea06ea650387ca9fe8bfcd7739813aa83fc3f9401",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x01dc87a4a74225f967310e23533b8f0b8bc270affd56ef4eabeffd9851b42c90",
    "timestamp": "0x6a01bc24",
    "totalDifficulty": "0x30a09db5",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}