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": "0x636c6f756463617269622e636f6d000000000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0xe20387b19dbdb1780742eee55eb492f2517dd9e9574f06ae0656ab68268a6e02",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xe1200caf0d92018fe111943faf91a0c5f6db34d1",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x309df17",
    "parentHash": "0xae361605c81c62f421d9596c254a15b9c9f495fc301647894b157ad786361ca4",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0xe8d4591d96a9b805113603c1d0afdaec679b1884a2561ec10c1bfab4baf757fd79cc66bc4b5981ef5885066686cd44eed06e701628a8fd4310501fc48045169500",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x88558a40667f8105d029a2d5a7d71610dd77d84978d74928b3650035fd7e075f",
    "timestamp": "0x6a2f3d08",
    "totalDifficulty": "0x30fb8eab",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}