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": "0xf0f1fdec05306ee5e8835fe332b4553e04c6f3d4cf2b92085975357430535a30",
    "blockNumber": "0x282a646",
    "from": "0xd76caeb3cf036762d40456496ec039539a6b9bdc",
    "gas": "0xc350",
    "gasPrice": "0x1d1a94a2000",
    "hash": "0x14d1c5cefd82d6828ae880e6296f563a13dbe3af3a0510ce7ee22c61d65ab369",
    "input": "0x62884a880000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002e516d5070777256315a364c787352795144564b624a31316a6850444a385a5959767755467a7a3337325159513547000000000000000000000000000000000000",
    "nonce": "0x3c42ac",
    "to": "0xdbb56e3f2f433e8cfb9bcb0972197a3c1557aa6d",
    "transactionIndex": "0x0",
    "value": "0x0",
    "v": "0x1b",
    "r": "0xf44700450805d7cb2ace2dacf1a2fb2e8fa5530f6448b15a0645bd59e03afaf7",
    "s": "0x75d32a0bb95299d95b1beb57b364952fc5f09ca3e25bbc089d3634477bedd5ca"
  }
}