From 26d233d87829154777d42b30823411d5ec2e0fd4 Mon Sep 17 00:00:00 2001 From: cventastic Date: Mon, 10 Jan 2022 12:00:16 +0100 Subject: [PATCH] add harmony example rpc request --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d3417651..4761530d 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,11 @@ STANDARD GETH QUERY (from whitelistet server) curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_syncing","params":[],"id":1}' https://$RPCNODE/goerli ``` +HARMONY QUERY +``` +curl --location --request POST 'https://$RPCNODE/' --header 'Content-Type: application/json' --data-raw '{"jsonrpc": "2.0", "method": "hmy_latestHeader", "params": [], "id": 1}' +``` + # SSL I you want to test SSL comment in: ```