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": "0x55706272696e672e6f7267000000000000000000000000000000000000000000",
    "gasLimit": "0x822d320",
    "gasUsed": "0x0",
    "hash": "0x89c4ab3cc972edaffbaf84ab2bc30188073661fc7dd1ba00f45af0680b9b5cf9",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "miner": "0x0c98c91ec8272196ea4c7d6bf74706b4275c75b0",
    "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "nonce": "0x0000000000000000",
    "number": "0x30ab0b9",
    "parentHash": "0x551c8ea3fc7ca50bc63643cab2aea0c48b786c99b3f327eabad0a56dd3330eed",
    "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
    "signer": "0xd25ee22bc74b38b2e49b2730138de9995ea79928fc1da7c1a574e31af45b70334e1fe1a3ca000d0de4fb5fc46f549a748008124b7122b8848dc0920c6d1ffab400",
    "signers": [],
    "size": "0x266",
    "stateRoot": "0xad54e8c400e83e9f66363046048ba1af7ea5358556c14f32f11c73274689d77a",
    "timestamp": "0x6a335532",
    "totalDifficulty": "0x3103bd0d",
    "transactions": [],
    "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "uncles": [],
    "voters": []
  }
}