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": "0x5f184f38f51cb4f543cd6a6cca4e703c99a459286b83dc628798b0deb0103a25",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x1e2e7ad952f62f989a8709ad30e7313183068e64",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x2feedfa",
    "parentHash": "0xf98f2a917ccd608befffa8c3b6eb672dc556987cba8e6899014c0d1e71bc5d37",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0xbd53ce8a3365c6a62a28386b39ad75a11a0f4d5098c4bcb6b28d52131aaee4734663158908a4731b204edb2ba7205965faaa61f0de20ac011873fc834fc74e6400",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0xfeb0b24382ed5061b37646cf140fc3f0d3e436e37c6e0ac0266c75f628c0b21a",
    "timestamp": "0x69f88771",
    "totalDifficulty": "0x308e3458",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}