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": "0x57616b656669656c642042696f63686172000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0xa64a3e83432c2ca20593b81658b7d2f6bdb6d0d0392eafa42902662d8be1091b",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xadf47d1482d5ebe74a9ce7b84d347e6e0763ee73",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x305063e",
    "parentHash": "0xe7cb8fb98c2e64cbee07802394cb5ff00c0476fbe6f2793e04321dd8275e00e2",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x4b4589cda7d2a82bddbc9cbf8d5006ee332deaf4d715f3dd23e1cabd6e2475b8517926f8d194a62487409c63c22b27905a0565471933f8083f4b245c1821979d01",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x83c78d395b901ccdb1c7420c17e608b897bf402bb80ea5551f41b532a8d5352c",
    "timestamp": "0x6a1700cb",
    "totalDifficulty": "0x30cb1676",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}