Skip to main content
GET
/
protocolParameters
View protocol parameters
curl --request GET \
  --url http://localhost:5935/protocolParameters
{
  "totalBondedToken": "<string>",
  "totalSupply": "<string>",
  "paused": true,
  "currentRound": "<string>"
}
This page is still cooking...
Expect big things soon!

Response

200 - application/json

Protocol parameters retrieved successfully

totalBondedToken
string
totalSupply
string
paused
boolean
currentRound
string
Last modified on January 13, 2026