Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

Table Details

PropertyValue
Table Namesolana_devnet.staking.rewards
Table StatusBeta 🌱
Unique Keyblock_timestamp, unique_id

Table Columns

Column NameData TypeDescription
stake_accountVARCHAR(16777216)The address of the stake account receiving the reward
reward_typeVARCHAR(14)Type of reward: ‘native_staking’ or ‘jito_mev’
raw_amountNUMBER(38,0)Raw amount of reward in lamports (unnormalized)
amountFLOATAmount of reward in SOL (normalized)
usd_amountFLOATUSD value of the reward at the time of the reward
usd_exchange_rateFLOATUSD exchange rate for SOL at the time of the reward
block_slotNUMBER(38,0)Block slot when the reward was recorded
block_heightNUMBER(38,0)Block height when the reward was recorded
block_timestampTIMESTAMP_NTZ(9)Timestamp of the block
block_hashVARCHAR(16777216)Block hash of the reward
txn_idVARCHAR(16777216)Transaction ID associated with the reward
txn_indexNUMBER(38,0)Transaction index within the block
instruction_indexNUMBER(38,0)Instruction index within the transaction
inner_instruction_indexNUMBER(38,0)Inner instruction index within the instruction
unique_idVARCHAR(16777216)Unique identifier for the reward record
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.