getInflationGovernor - Solana

getInflationGovernor. Provides detailed information about the current inflation governor settings

getInflationGovernor - solana [Value: 10CU]
Provides detailed information about the current inflation governor settings
Use cases

Use cases

  • Retrieve the current inflation governor settings
  • Monitor inflation rates for economic analysis
  • Adjust financial models based on inflation data
Constraints

Constraints

  • May not reflect historical inflation changes
  • Requires proper API authentication for access
  • Limited insights into future inflation trends
Get started
Unlock Access to 50+ chains
Boost your app's speed and reliability with dRPC - get your access API key

Language

Request
Examples
curl https://solana.drpc.org \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","id":1, "method":"getInflationGovernor"}'
Copy
Response
200
{
  "jsonrpc": "2.0",
  "result": {
    "foundation": 0.05,
    "foundationTerm": 7,
    "initial": 0.15,
    "taper": 0.15,
    "terminal": 0.015
  },
  "id": 1
}
Copy

Request params

idinteger
jsonrpcstring
methodstring
Parametersarray
array
configobject
Configuration object containing optional parameters:
array
commitmentstring
Sets the commitment level for the blocks queried. Valid options are: finalized, confirmed, processed

Response

200
Contains inflation allocation and schedule details.

Response params

object
idinteger
jsonrpcstring
resultstring
object
foundationnumber
The share of total inflation assigned to the foundation
foundationTermnumber
The duration, in years, over which the foundation's allocation will be distributed
initialnumber
The starting inflation rate from the beginning
tapernumber
The period, in years, over which the inflation rate decreases from the initial to the terminal rate
terminalnumber
The final, steady-state inflation rate