Solana
getInflationReward25 credits
Returns the inflation / staking reward for a list of addresses for an epoch.
Parameters
| Name | Type | Description |
|---|---|---|
| addresses | string[] | Account addresses (base58). |
| config | Object | epoch / commitment. (optional) |
Returns
Type
(Object | null)[]
Reward info per address (amount, commission, epoch, …).
Code examples
curl https://solana-mainnet.rpcnode.dev/7c9e6679-7425-40de-944b-e07fc1f90ae7 \
-X POST \
-H 'content-type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "getInflationReward",
"params": [
[
"11111111111111111111111111111111"
]
]
}'