You can find the current validator addresses on Solscan > Validators > Vote accounts.
Solana getInflationReward Method
getInflationReward MethodThe Solana getInflationReward method returns the inflation reward for a list of addresses for an epoch.
This method provides the inflation reward, which is the amount of new lamports minted and distributed to the addresses. It is useful for understanding the distribution of new lamports in 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
addresses— an array of addresses to retrieve the inflation reward for.epoch— the epoch to retrieve the inflation reward for.
Response
value— an array of inflation reward objects, each containing:epoch— the epoch the reward was for.effectiveSlot— the slot the reward was effective at.amount— the amount of the reward.postBalance— the balance of the address after the reward was applied.
Use case
A practical use case for getInflationReward is to understand the distribution of new lamports in the network. This can be useful for wallets or other applications that need to display or make use of this information.
Try the getInflationReward RPC method yourself
getInflationReward RPC method yourself