Request body sample: {"jsonrpc":"2.0","method":"eth_getTransactionByBlockNumberAndIndex","params":["0x29c", "0x0"],"id":1}
eth_getTransactionByBlockNumberAndIndex
OK
curl -L \ --request POST \ --url 'eth_getTransactionByBlockNumberAndIndex' \ --header 'Content-Type: application/json' \ --data '{"params":[]}'
{ "id": 1, "jsonrpc": "text", "result": "text" }