Run `getInflationReward`
Network Methods
getInflationReward
Runs the Solana RPC getInflationReward method.
POST
Run `getInflationReward`
Documentation Index
Fetch the complete documentation index at: https://docs.solanatracker.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
The JSON-RPC protocol version.
Available options:
2.0 Example:
"2.0"
A unique identifier for the request.
Example:
"1"
The name of the RPC method to invoke.
Available options:
getInflationReward Example:
"getInflationReward"
Parameters for the method.
List of Solana addresses (validators or delegators) to retrieve staking rewards for, as base-58 encoded strings.
Example:
[
"6dmNQ5jwLeLk5REvio1JcMshcbvkYMwy26sJ8pbkvStu",
"BGsqMegLpV6n6Ve146sSX2dTjUMj3M92HnU8BbNRMhF2"
]Response
200 - application/json
Successfully retrieved inflation reward information.
The JSON-RPC protocol version.
Available options:
2.0 Example:
"2.0"
Identifier matching the request.
Example:
"1"
Array of detailed staking reward information for each requested account, in the same order as requested.
Solana staking reward details for this account.