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": "0x7a868b088d2b5e89b789b1ac78a3774051eab03fae1538146a251198f6806b6b",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x1b6844395f0292b40f0754374407e0734d39b573",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x30ba76a",
    "parentHash": "0xc83a18e110f2583e920746b26c817a562046f65a03d3f63a7fb958202986c4bc",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0x3b44454cf6d54b92e5c96447a50aeb75fb9a29d21d2bad37384814386e0d57434b64c8dc118fe568319392abd28ac8c1fb5fb120074e48c1ee8042be75b9c32500",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0xcdcf4f8aa7ddc53bf091c04da2a7f3bb6850ee067539b0dba6602e204d1ed850",
    "timestamp": "0x6a3b738b",
    "totalDifficulty": "0x310d589b",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}