getInflationReward

Returns the inflation or staking reward for a list of addresses for a specified epoch.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
AddressesobjectRequired
An array of addresses to query.

Response

Returns a JSON array with reward details for each address.
epochinteger or null
Epoch for which the reward occurred.
effectiveSlotinteger or null
Slot in which rewards are effective.
amountinteger or null
Reward amount in lamports.
postBalanceinteger or null
Post balance of the account in lamports.
commissioninteger or null
Vote account commission when reward was credited.