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": "0x546865204465746f782050726f6a656374000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0x57d89bdaf06d42ad59c2361fc0120393ebf4c07c94b685a1f10b5836c1017d04",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x1b6844395f0292b40f0754374407e0734d39b573",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x2ee054f",
    "parentHash": "0x8657233a7005f965a09543a0327f3a02292955547fd6f43489d12a8358c75a71",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0xaaaa1c76edc5e2eeb989abca84867f904fc131565a829194c0965e370f18b36453c56ccbcec43a62685ae463242217e37b92a50fbdc00726744aed1cb17f0a8e01",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x7870729e632026a41c3abddb7f329a8c5b3e0ace31548e3c35a94b6df8203767",
    "timestamp": "0x69a3fc17",
    "totalDifficulty": "0x2fe533d2",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}