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": "0x88d63aaf92f9d03a09ec3a7603fc5d030f54eac2227693e386929ff64617f7d4",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xadf47d1482d5ebe74a9ce7b84d347e6e0763ee73",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x2f5a0d5",
    "parentHash": "0xe17cacba1b0a3af201c6d353a5e1e4956f709244cf89889fa768222a71ddf22e",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x3904520ee87459ba6c910812c1a900fc019379dd77fd3113fec4ef13a828a92637b83d551fe671d49537d681321a30dcdc0b7d9ae2b354a95e1fb4ad0b12a61b01",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x095aa65f4d3cbaaae8eb7a5ba26f68df9d58b7266e5a7a4dc5e946f6853a0375",
    "timestamp": "0x69ca05b5",
    "totalDifficulty": "0x30313a37",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}