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": "0x524d495420556e69766572736974790000000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0xefa80251eee0bb4441c25a9e30242b728c130ab69f1b91c11c8ed2590a4e1634",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x1e2e7ad952f62f989a8709ad30e7313183068e64",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x2f0a5c1",
    "parentHash": "0x655678d452ba8f721b4c00e5dbca4ec92391adc62affd50eb4126eb46c9af079",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0xaf20b4c99cffc52e49ea37568df25d693d0dd85e2056d0364337b5307368d8ed7ef185fa8ad8560a1a515b7bba76ee93cb57df292fb3519eaacd7cc431b072b201",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x9505fdcc8f8d32aed476f04e49bbaef73c542698198a42cbab139eb114083e32",
    "timestamp": "0x69b11e51",
    "totalDifficulty": "0x2fff74f0",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}