curl --request POST \
--url https://nd-326-444-187.p2pify.com/9de47db917d4f69168e3fed02217d15b \
--header 'Content-Type: application/json' \
--data '{
"id": 1,
"jsonrpc": "2.0",
"method": "getInflationGovernor",
"params": []
}'
{
"jsonrpc": "<string>",
"id": 123,
"result": {
"foundation": 123,
"foundationTerm": 123,
"initial": 123,
"taper": 123,
"terminal": 123
}
}
curl --request POST \
--url https://nd-326-444-187.p2pify.com/9de47db917d4f69168e3fed02217d15b \
--header 'Content-Type: application/json' \
--data '{
"id": 1,
"jsonrpc": "2.0",
"method": "getInflationGovernor",
"params": []
}'
{
"jsonrpc": "<string>",
"id": 123,
"result": {
"foundation": 123,
"foundationTerm": 123,
"initial": 123,
"taper": 123,
"terminal": 123
}
}
getInflationGovernor
methodgetInflationGovernor
method returns the current inflation governor.
This method provides the current inflation governor, which controls the inflation rate in the network. It is useful for understanding the current inflation policy of the network.
value
— the current inflation governor:
initial
— the initial inflation rate.terminal
— the terminal inflation rate.taper
— the taper of the inflation rate.foundation
— the foundation portion of the inflation rate.foundationTerm
— the foundation term of the inflation rate.getInflationGovernor
is to understand the current inflation policy of the network. This can be useful for wallets or other applications that need to display or make use of this information.Inflation governor details
The response is of type object
.
Was this page helpful?