BlocksScan.io Managed Secure RPC/Web Socket

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": "0xc74355573e264fde9e655bdb8caabd63646dc4d9a9cbcf3079884f99c9c1bb8c",
    "blockNumber": "0x2d11fc0",
    "from": "xdc4f7900282f3d371d585ab1361205b0940ab1789c",
    "gas": "0x2625a00",
    "gasPrice": "0x0",
    "hash": "0xd5aa57f699517e924e7ae074fb0a54dd510976ca1aa2ce3174cc3031dbedaab0",
    "input": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b42156e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "nonce": "0x5112dc",
    "to": "xdc0000000000000000000000000000000000000092",
    "transactionIndex": "0x0",
    "value": "0x0",
    "v": "0x89",
    "r": "0x6b41cb9779f22385c52946e100f27f44a6a4d970bf487ac72681e717e1b3033",
    "s": "0xa4fd64ba8fc87fe8fc0ba2b28c0db4e7a1813dba21377c17dbfc86aa4eba31a"
  }
}