Returns the inflation / staking reward for a list of addresses for an epoch.
The JSON-RPC protocol version.
2.0 "2.0"
A unique identifier for the request.
"1"
The name of the RPC method to invoke.
getInflationReward "getInflationReward"
Parameters for the method.
List of Solana addresses (validators or delegators) to retrieve staking rewards for, as base-58 encoded strings.
[
"6dmNQ5jwLeLk5REvio1JcMshcbvkYMwy26sJ8pbkvStu",
"BGsqMegLpV6n6Ve146sSX2dTjUMj3M92HnU8BbNRMhF2"
]Successfully retrieved inflation reward information.
The JSON-RPC protocol version.
2.0 "2.0"
Identifier matching the request.
"1"
Array of detailed staking reward information for each requested account, in the same order as requested.
Solana staking reward details for this account.