Run `getInflationReward`
网络方法
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.
授权
请求体
application/json
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"
]响应
200 - application/json
Successfully retrieved inflation reward information.