The solana.staking.balances_latest table contains the current, latest staking statistics of each stake_account. It is derived from getting the latest record per stake_account from the solana.staking.balances table.

Table columns

Column NameDescriptionTypeExample
stake_accountThe address of the stake accountvarchar7xLk17EQQ5KLDLDe44wCmupJKJjTGd8hs3eSVVhCx932
delegated_stakeAmount of SOL delegated minus rent reserve. Includes both active and deactivating stakesfloat100.5
active_stakeAmount of SOL currently earning rewardsfloat95.5
inactive_stakeDifference between delegated and active stake (represents deactivating/activating amounts)float5.0
total_rewardsCumulative rewards earned by the stake accountfloat2.45
delegated_vote_accountValidator vote account address that the stake is delegated tovarchar26pV97Ce83ZQ6Kz9XT4td8tdoUFPTng8Fb8gPyc53dJx
last_activation_epochThe most recent epoch when the stake was activatedbigint280
last_deactivation_epochThe most recent epoch when the stake was deactivated (null if currently active)bigint275
activation_statusCurrent status of the stake accountvarcharactive, deactivating, inactive
epochThe epoch when the last action occurredbigint282
block_slotSlot number where the last transaction occurredbigint150000000
block_timestampTimestamp of the last blocktimestamp2024-03-20 10:00:00
txn_idTransaction signature/hash of the last updatevarchar2Rinn7xHXweFbuxuJKyeKdYznatLatNRSq9gF8oteEYPBp6yHpUanBNBmKJoPHZV3EdqvDzeRedTt3NpsqmiLWDn
unique_idUnique identifier for the recordvarcharstake_account-8yKiYWWBVWMj5NzEnhAPbtKDZFEMwWzENT3v9oHbnRy4_block_slot-205156998_txn_id-2Rinn7xHXweFbuxuJKyeKdYznatLatNRSq9gF8oteEYPBp6yHpUanBNBmKJoPHZV3EdqvDzeRedTt3NpsqmiLWDn_i_index-0_ii_index-null