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": "0x55706272696e672e6f7267000000000000000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0x607f638c10aa4fa507e134928b39f49a1ae7cb558652b98cb032d124f3af01a5",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x0c98c91ec8272196ea4c7d6bf74706b4275c75b0",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x306a382",
    "parentHash": "0xf800687d7189e5a2a5c866211b0019880276c268e7ebad3f4fdc837fc504a245",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x2f840059f1d451663381fc35926be0bfff0e9e56ff56454320546e7aa08d99fd6df13cc7408c63d7c13495a724070d6b9c3b4045ec42c4c12ff49e5ef129eeb100",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0xbe3ad6278346030f4f67b76d63fd37350da9f376f5c0133d4e060683ace839e0",
    "timestamp": "0x6a1f131f",
    "totalDifficulty": "0x30db3b1a",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}