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