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

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

Table Columns

Column NameDescriptionTypeExampleColumn Name
block_slotThe slot of the block containing the parent tx.number159292973

block_

height

The height of the block containing the parent tx.number123292963
block_timestampThe timestamp of the block containing the parent tx.timestamp_ntz
block_hashThe hash of the block containing the parent tx.varchar5X6zcnNw6HSAn4X8GaMnzBp8JnWPcNHoAThFwFN1oeph
commissionvote account commission (in %) when the reward was credited, only present for voting and staking rewards. number7
lamportsnumber of reward lamports creditednumber1302030
post_balanceaccount balance in lamports after the reward was appliednumber190000000
pubkeyThe public key, as base-58 encoded string, of the account that received the rewardvarcharF5q2LhC4246qJwKN8anB9UPCKQAtvpoEpxZ8uiw4fsgz
reward_typeType of reward: Rent, Fee, Voting, StakingvarcharRent