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 todayStart 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 forgetInflationGovernor
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
Response
200 - application/json
Inflation governor details
The response is of type object
.