Service node 📞 RPC calls
Introduction
get_quorum_state
curl -X POST http://127.0.0.1:38157/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"get_quorum_state", "params": {"height": 200}}' -H 'Content-Type: application/json' {
"id": "0",
"jsonrpc": "2.0",
"result": {
"nodes_to_test":
["578e5ee53150a3276dd3c411cb6313324a63b530cf3651f5c15e3d0ca58ceddd",
…
"c917034e9fcd0e9b0d423638664bbfc36eb8a2eeb68a1ff8bed8be5f699bc3c0"],
"quorum_nodes":
["fc86a737756b6ed9f81233d22da3baee32537f3087901c3e94384be85ca1a9ee",
…
"ee597c5c7bbf1452e689a785f1133fc1355889b4111955d54cb5ed826cd35a32"],
"status": "OK",
"untrusted": false
}
}get_staking_requirement
get_service_node_key
Last updated
Was this helpful?