paritytech / substrate

Substrate: The platform for blockchain innovators
Apache License 2.0
8.39k stars 2.65k forks source link

Is there any place to see the list of all rpc methods for substrate #10833

Closed FitzLu closed 2 years ago

FitzLu commented 2 years ago

Hello, I want to find all substrate rpc methods, is there any docs like Ethereum json rpc ?

thanks

boundless-forest commented 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