Skip to main content
The solana.staking.rewards table contains staking rewards from 2 sources
  1. reward_type='native_staking' - staking rewards issued by the solana network for staking SOL
  2. reward_type='jito_mev' - MEV tips collected when a validator is running the jito MEV client. More info here

Table columns

Column NameDescriptionTypeExample
stake_accountThe address of the stake account receiving the rewardvarchar7xLk17EQQ5KLDLDe44wCmupJKJjTGd8hs3eSVVhCx932
reward_typeType of reward: ‘native_staking’ or ‘jito_mev’varcharnative_staking
raw_amountRaw amount of reward in lamports (unnormalized)number1000000000
amountAmount of reward in SOL (normalized)float1.0
usd_amountUSD value of the reward at the time of the rewardfloat150.25
usd_exchange_rateUSD exchange rate for SOL at the time of the rewardfloat150.25
block_slotBlock slot when the reward was recordednumber150000000
block_heightBlock height when the reward was recordednumber175699063
block_timestampTimestamp of the blocktimestamp_ntz2024-03-20 10:00:00
block_hashBlock hash of the rewardvarcharxSiG9AgdNfgKRhXyrd92EgLuQ5N6NVURdHNFN5U3TPM
txn_idTransaction ID associated with the rewardvarchar2HtfMAqb1meoJHB1kmDvPzfZWpjDu3JYV5cmruftATE2
txn_indexTransaction index within the blocknumber747
instruction_indexInstruction index within the transactionnumber0
inner_instruction_indexInner instruction index within the instructionnumber4
unique_idUnique identifier for the reward recordvarchartxn_id-2HtfMAqb1meoJHB1kmDvPzfZWpjDu3JYV5cmruftATE2_i_index-0_ii_index-4