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": "0x821c830c7277734cf89726e4298026857920336c0fb038075c0e1b5fd6bc073a",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x1b6844395f0292b40f0754374407e0734d39b573",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x2f1b8b4",
    "parentHash": "0xa8d3c9cf4d9c3bedad50d3c41e0d224df37ebdf3d786ac3912a14be95abd1a9d",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x4c84a3f6f4d704af8a4813843318b7960a5c960f0a561f9ce6ba4496fdb189363132a374f7b48045363764605210c67d5de012905a1c25b4b5e5c9a76307cfd501",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0x07d016d2076a17660ada6e26de3727014ef91f5ae7332caaafdd12776cd0ce92",
    "timestamp": "0x69b67d10",
    "totalDifficulty": "0x300a326b",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}