Skip to main content

getInflationRate RPC Method

Returns the specific inflation values for the current epoch.

Parameters

None

Code Sample

Response

Result Details

The result field will be a JSON object containing:
  • total: <f64>
    • Total inflation rate for the current epoch
    • Represents the overall percentage of new tokens created
  • validator: <f64>
    • Inflation allocated to validators
    • Percentage of total inflation distributed to network validators
  • foundation: <f64>
    • Inflation allocated to the foundation
    • Percentage of total inflation reserved for network development
  • epoch: <u64>
    • The specific epoch for which these inflation values are valid
    • Indicates the current epoch number