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_latest
Table StatusBeta 🌱
Unique Keytoken_address, address

Table Columns

Column NameData TypeDescription
stake_accountVARCHAR(16777216)The address of the stake account
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
last_activity_actionVARCHAR(16777216)The most recent staking action performed
last_activity_epochNUMBER(38,0)The epoch when the last activity occurred
last_activity_action_infoVARIANTAdditional info about the last activity (JSON/variant)
last_activity_block_slotNUMBER(38,0)Block slot of the last activity
last_activity_block_heightNUMBER(38,0)Block height of the last activity
last_activity_block_timestampTIMESTAMP_NTZ(9)Block timestamp of the last activity
last_activity_block_hashVARCHAR(44)Block hash of the last activity
last_activity_txn_idVARCHAR(88)Transaction ID of the last activity
last_activity_txn_indexNUMBER(38,0)Transaction index within the block for the last activity
last_activity_instruction_indexNUMBER(38,0)Instruction index within the transaction for the last activity
last_activity_inner_instruction_indexNUMBER(38,0)Inner instruction index within the instruction for the last activity
last_activity_pseudo_global_orderNUMBER(38,0)Global ordering number for the last activity
last_activity_pre_tx_amountVARCHAR(16777216)Stake account balance before the last activity (string)
last_activity_post_tx_amountVARCHAR(16777216)Stake account balance after the last activity (string)
last_activity_unique_idVARCHAR(16777216)Unique identifier for the last activity record