GoChain RPC Proxy

This is an example call for eth_getTransactionByBlockNumberAndIndex.

Request

{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "eth_getTransactionByBlockNumberAndIndex",
  "params": [
    "latest",
    "0x0"
  ]
}

Response

{
  "jsonrpc": "2.0",
  "id": "1",
  "result": {
    "blockHash": "0xcded767aff4938a0c7c66f45bdd3ad75484f36e0c16e61e9b4c8319354226962",
    "blockNumber": "0x26ce",
    "from": "0x687704db07e902e9a8b3754031d168d46e3d586e",
    "gas": "0x186a0",
    "gasPrice": "0x3b9aca07",
    "hash": "0xe4594d1a7da9461a0d31ba94ed48ad05e6f1913f940ae0d48112a94aa50af33b",
    "input": "0x0c7bac7fc7ff99216ded890110b178b44dcc5e1d49b13c4a0b01deacb145f14033bfbb076320665802527fe023f84f284f935e2f8df0db0281b561905635e06a99efef3765584c94d177456320665822527f623e76088768f7d638276e47a3322123f05e7df96f79e98cd769c902afc90819632066584252609e632066586253",
    "nonce": "0x2867c",
    "to": null,
    "transactionIndex": "0x0",
    "value": "0x0",
    "type": "0x0",
    "chainId": "0x10f2c",
    "v": "0x21e7c",
    "r": "0x40dd832cbdf1124591c502aa294e2a457e0a411ccfdc555e9b735a3b2b41543",
    "s": "0x442898dc92c126858d6e0c2f4cdbc330b82df6301880f79b77e694d11b6e8656"
  }
}