Request body sample: {"jsonrpc":"2.0","method":"eth_getTransactionByBlockNumberAndIndex","params":["0x29c", "0x0"],"id":1}
POST / HTTP/1.1 Host: eth_getTransactionByBlockNumberAndIndex Content-Type: application/json Accept: */* Content-Length: 53 { "id": 1, "jsonrpc": "text", "method": "text", "params": [] }
OK
{ "id": 1, "jsonrpc": "text", "result": "text" }