POST
/
9de47db917d4f69168e3fed02217d15b
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
  }
}

Solana getInflationGovernor method

The Solana getInflationGovernor 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.

Get you own node endpoint today

Start for free and get your app to production levels immediately. No credit card required.

You can sign up with your GitHub, X, Google, or Microsoft account.

Parameters

This method does not require any parameters.

Response

  • 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.

Use case

A practical use case for 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.

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:getInflationGovernor
params
any[]

Response

200 - application/json
Inflation governor details
jsonrpc
string
id
integer
result
object