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": "0xe656c15118b2363a6915706634bcb6002268dacaa30cf38ea02300d2beb4ea64",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x1e2e7ad952f62f989a8709ad30e7313183068e64",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x3083a5d",
    "parentHash": "0x0db338e60f13f468619b6b34ef14236f47a94df470aa73d02ca8c88884977778",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0xbdc67826b7d7986e68d6da51079616870d4d2aff1fa7a0814e60dcda248f8f291d907211617f131af009816d7a2f64128afa3420f02d3d70cc36f892cde3aa3a00",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0xbaf310e09ad6a0a1bcc95aa32d61db0f360d97a57cc26fae2dd83139b50efee7",
    "timestamp": "0x6a270566",
    "totalDifficulty": "0x30eb1fa8",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}