curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getInflationRate",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"epoch": 968,
"foundation": 0,
"total": 0.0385971617307845,
"validator": 0.0385971617307845
}
}Returns total / validator / foundation inflation rates for the current epoch.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getInflationRate",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"epoch": 968,
"foundation": 0,
"total": 0.0385971617307845,
"validator": 0.0385971617307845
}
}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.