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.
number
159292973
block_
height
The height
of the block containing the parent tx.
number
123292963
block_timestamp
The timestamp
of the block containing the parent tx.
timestamp_ntz
block_hash
The hash
of the block containing the parent tx.
varchar
5X6zcnNw6HSAn4X8GaMnzBp8JnWPcNHoAThFwFN1oeph
commission
number
lamports
number
post_balance
number
pubkey
varchar
reward_type
Type of reward: "fee", "rent", "voting", "staking"
varchar
M2mx93ekt1fmXSVkTrUL9xVFHkmME8HTUi5Cyc5aF7K
Last updated
Was this helpful?