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": "0x7310ca97f44b4f4374a61c4cd1b2ec8b1ecfb3590b3e6383889eacd4323707e9",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0xadf47d1482d5ebe74a9ce7b84d347e6e0763ee73",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x3130a48",
    "parentHash": "0xfe3144939dca8a7e93c280274ab88ada180d27a60fadb9116a65b8398a48a33c",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x2edd051a0e5a3cbe2b170e44b35a2407fb882262d563ff69569266379d8e38a13899c4fad1829c47d7fe5daaafc751cc25b99a9003bd22ef641652633c0025b400",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x7eae4d2e9ad6f57d100baa94fe169de86b4dca43a01636aeb148ae5a46ff829f",
    "timestamp": "0x6a6109de",
    "totalDifficulty": "0x315704fc",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}