Closed FitzLu closed 2 years ago
Try this way(I usually used):
curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "rpc_methods"}' https://127.0.0.1:9933 | jq
BTW, you can ask such questions here Substrate Stakexchange
Hello, I want to find all substrate rpc methods, is there any docs like Ethereum json rpc ?
thanks