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_testnet.raw.rewards
Table StatusBeta 🌱
Unique Keyblock_slot, reward_index, block_timestamp
Clustering Key(s)to_date("block_timestamp")

Table Columns

Column NameData TypeDescription
block_slotNUMBER(38,0)Slot of the block where this reward was applied.
block_heightNUMBER(38,0)Height of the block where this reward was applied.
block_timestampTIMESTAMP_NTZ(9)Estimated production time of the block, as Unix timestamp.
block_hashVARCHAR(16777216)Blockhash of the block where this reward was applied.
commissionNUMBER(38,0)Validator commission for staking rewards (basis points).
lamportsNUMBER(38,0)Reward amount in lamports (1 SOL = 1,000,000,000 lamports). Can be negative for fees.
post_balanceNUMBER(38,0)Account balance in lamports after the reward was applied.
pubkeyVARCHAR(16777216)Account public key that received the reward.
reward_typeVARCHAR(16777216)Type of reward — “fee”, “rent”, “voting”, or “staking”.
reward_indexNUMBER(38,0)Position of this reward within the block’s reward list.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.