Rewards

Transaction-level rewards containing an array of JSON objects containing:

  • pubkey: <string> - The public key, as base-58 encoded string, of the account that received the reward

  • lamports: <i64>- number of reward lamports credited or debited by the account, as a i64

  • postBalance: <u64> - account balance in lamports after the reward was applied

  • rewardType: <string|undefined> - type of reward: "fee", "rent", "voting", "staking"

  • commission: <u8|undefined> - vote account commission when the reward was credited, only present for voting and staking rewards

Each row in the rewards table is 1 entry in this array.

Table Columns

Last updated