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": "0xe1ba301896b01619cba43008a0c23ecc3095609b0ee1061231cd0c880e553bc9",
    "blockNumber": "0x5ef7",
    "from": "0x3117e1547ff23336bae7e35df838e3ec8ad217da",
    "gas": "0x5208",
    "gasPrice": "0x165a0bc07",
    "maxFeePerGas": "0xdf8475800",
    "maxPriorityFeePerGas": "0x165a0bc00",
    "maxFeePerBlobGas": "0xdf8475800",
    "hash": "0xca8e1defe03df2257ce05e87d6d9439a66b023f1eea8b46aac8e9b11c9f36a4f",
    "input": "0x",
    "nonce": "0xc56",
    "to": "0x6a32fb694a129e92797f962e44b289546ad0f0b6",
    "transactionIndex": "0x0",
    "value": "0x0",
    "type": "0x3",
    "accessList": [],
    "chainId": "0x1a3ca344a",
    "blobVersionedHashes": [
      "0x016316f61a259aa607096440fc3eeb90356e079be01975d2fb18347bd50df33c"
    ],
    "v": "0x0",
    "r": "0x3db4990b9f36c1cf23e08f0981de3daf80a16fc3f4261394bf695b3ecf460cf6",
    "s": "0x101aeb608387e96f8b53576b75cbed3a5955cf0f65b5244f5925c172c48d36",
    "yParity": "0x0"
  }
}