curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getBlockCommitment",
"params": [
200000000
]
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"commitment": null,
"totalStake": 426052264532588160
}
}Returns the array of stake locked-up at each confirmation level for a given block, plus total cluster stake.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getBlockCommitment",
"params": [
200000000
]
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"commitment": null,
"totalStake": 426052264532588160
}
}Documentation Index
Fetch the complete documentation index at: https://docs.raze.bot/llms.txt
Use this file to discover all available pages before exploring further.