cURL
curl --request GET \ --url http://localhost:5935/protocolParameters
{ "totalBondedToken": "<string>", "totalSupply": "<string>", "paused": true, "currentRound": "<string>" }
Show protocol state and parameters
Protocol parameters retrieved successfully
Was this page helpful?