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

Table Columns

Column NameData TypeDescription
stake_accountVARCHAR(16777216)The address of the stake account
actionVARCHAR(16777216)The staking action performed (e.g. delegate, deactivate, split, merge, etc)
delegated_stakeFLOATAmount of SOL delegated minus rent reserve
active_stakeFLOATAmount of SOL currently earning rewards
inactive_stakeFLOATDifference between delegated and active stake
total_rewardsFLOATCumulative rewards earned by the stake account
delegated_vote_accountVARCHAR(16777216)Validator vote account address that the stake is delegated to
last_activation_epochNUMBER(38,0)The most recent epoch when the stake was activated
last_deactivation_epochNUMBER(38,0)The most recent epoch when the stake was deactivated
activation_statusVARCHAR(16777216)Current status of the stake account
epochNUMBER(38,0)The epoch when this record was created
action_infoVARIANTAdditional info about the action (JSON/variant)
block_slotNUMBER(38,0)Block slot of the action
block_heightNUMBER(38,0)Block height of the action
block_timestampTIMESTAMP_NTZ(9)Block timestamp of the action
block_hashVARCHAR(44)Block hash of the action
txn_idVARCHAR(88)Transaction ID of the action
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
pseudo_global_orderNUMBER(38,0)Global ordering number for the record
pre_tx_amountVARCHAR(16777216)Stake account balance before the transaction (string)
post_tx_amountVARCHAR(16777216)Stake account balance after the transaction (string)
unique_idVARCHAR(16777216)Unique identifier for the record