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>"
}

Documentation Index

Fetch the complete documentation index at: https://na-36-merge-docs-v2-dev-draft-into-docs-v2-clean-20260525.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Protocol parameters retrieved successfully

totalBondedToken
string
totalSupply
string
paused
boolean
currentRound
string
Last modified on May 26, 2026