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": "0xff04fe0a48e8abfe6833a14e8f2e312e22d7d304bde6296b0c4e8e360dd15979",
    "blockNumber": "0x2ca8177",
    "from": "xdc942a5885a8844ee5587c8ac5e371fc39ffe61896",
    "gas": "0x2625a00",
    "gasPrice": "0x0",
    "hash": "0x3c4dcebb23be41f0713275f259865e446e8e64da4d2b984577a195835fba9b6b",
    "input": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b42156e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
    "nonce": "0x324c5d",
    "to": "xdc0000000000000000000000000000000000000092",
    "transactionIndex": "0x0",
    "value": "0x0",
    "v": "0x89",
    "r": "0x6e401df10baaca46b1272b9f83a08d8f3c878462b0889038b80a20bf2535b65c",
    "s": "0x5c7dbfddb1bc2a68ac087d7805c182194b75b82b8056e2b77ea41e5e0db5e587"
  }
}