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