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 rewardlamports: <i64>
- number of reward lamports credited or debited by the account, as a i64postBalance: <u64>
- account balance in lamports after the reward was appliedrewardType: <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
block_slot
The slot
of the block containing the parent tx.
159292973
block_
height
The height
of the block containing the parent tx.
123292963
block_timestamp
The timestamp
of the block containing the parent tx.
block_hash
The hash
of the block containing the parent tx.
5X6zcnNw6HSAn4X8GaMnzBp8JnWPcNHoAThFwFN1oeph
commission
lamports
post_balance
pubkey
reward_type
Type of reward: "fee", "rent", "voting", "staking"
M2mx93ekt1fmXSVkTrUL9xVFHkmME8HTUi5Cyc5aF7K
Last updated