solana.raw.rewards contains rewards distributed by the solana protocol. Types of rewards include:
- fee - paid on every block to the leader
- rent - paid at the beginning on each epoch, to validators. rent collection is disabled now.
- voting - paid at the beginning on each epoch, to validators
- staking - paid at the beginner on each epoch, to stakers that have delegated to a vote account
Table Columns
| Column Name | Description | Type | Example | Column Name | 
|---|---|---|---|---|
| block_slot | The slotof the block containing the parent tx. | number | 159292973 | |
| block_ height | The heightof the block containing the parent tx. | number | 123292963 | |
| block_timestamp | The timestampof the block containing the parent tx. | timestamp_ntz | ||
| block_hash | The hashof the block containing the parent tx. | varchar | 5X6zcnNw6HSAn4X8GaMnzBp8JnWPcNHoAThFwFN1oeph | |
| commission | vote account commission (in %) when the reward was credited, only present for voting and staking rewards. | number | 7 | |
| lamports | number of reward lamports credited | number | 1302030 | |
| post_balance | account balance in lamports after the reward was applied | number | 190000000 | |
| pubkey | The public key, as base-58 encoded string, of the account that received the reward | varchar | F5q2LhC4246qJwKN8anB9UPCKQAtvpoEpxZ8uiw4fsgz | |
| reward_type | Type of reward: Rent, Fee, Voting, Staking | varchar | Rent |