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.balances_daily
Table StatusBeta 🌱
Unique Keyblock_timestamp, unique_id

Table Columns

Column NameData TypeDescription
dayTIMESTAMP_NTZ(9)The calendar day for the daily staking balance snapshot.
epochNUMBER(38,0)The Solana epoch for the staking balance snapshot.
stake_accountVARCHAR(16777216)The stake account address.
actionVARCHAR(16777216)The staking action represented by the row.
delegated_stakeFLOATThe stake amount delegated by the stake account.
active_stakeFLOATThe delegated stake amount currently active.
inactive_stakeFLOATThe delegated stake amount currently inactive.
total_rewardsFLOATThe cumulative staking rewards associated with the stake account.
delegated_vote_accountVARCHAR(16777216)The vote account to which the stake account is delegated.
last_activation_epochNUMBER(38,0)The most recent epoch when the stake account began activation.
last_deactivation_epochNUMBER(38,0)The most recent epoch when the stake account began deactivation.
activation_statusVARCHAR(16777216)The current activation state of the stake account.
action_infoVARIANTAdditional structured details about the staking action.
block_slotNUMBER(38,0)The Solana slot containing the block for this record.
block_heightNUMBER(38,0)The block height for this record.
block_timestampTIMESTAMP_NTZ(9)The timestamp of the block containing this record.
block_hashVARCHAR(44)The hash of the block containing this record.
txn_idVARCHAR(88)The transaction signature, which uniquely identifies the transaction.
txn_indexNUMBER(38,0)The zero-based position of the transaction within the block.
instruction_indexNUMBER(38,0)The zero-based position of the instruction within the transaction.
inner_instruction_indexNUMBER(38,0)The zero-based position of the inner instruction within its parent instruction.
pseudo_global_orderNUMBER(38,0)A deterministic ordering value used to sequence staking actions within a transaction.
pre_tx_amountVARCHAR(16777216)The stake account amount before the transaction.
post_tx_amountVARCHAR(16777216)The stake account amount after the transaction.
unique_idVARCHAR(16777216)A deterministic unique identifier for this row.