The daily balances tables provide the daily end-of-day balance of Solana accounts for both SOL and SPL tokens. It is ‘forward filled’ and there will be an entry per day of holding a token.

Table Variants

TableDescription
solana.assets.balances_dailyAll balances, SOL and SPL tokens
solana.assets.sol_balances_dailyAll SOL balances, including voting txns, nonvoting txns, staking/validator rewards
solana.assets.nonvoting_sol_balances_dailyAll SOL balances, including nonvoting txns only
solana.assets.spl_token_balances_dailyAll SPL token balances

Table Columns

Column NameDescriptionTypeExample
dateDate of the daily balance snapshottimestamp_ntz2024-07-01 00:00:00.000
addressAddress of the token holdervarchar4CKFRwj6YzVygMptmFtZgBNNn7zyCsVibM8Aq5pG252v
token_accountToken account associated with the token holder, only applicable for SPL balancesvarchar8TfpcEJYwJrSx9XNHqLZCBhYuJkbcF3K1z5TySq52pjh
mintMint address of the tokenvarcharEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
token_nameName of the tokenvarcharUSD Coin
token_symbolSymbol of the tokenvarcharUSDC
decimalsNumber of decimal places the token can be divided intonumber6
raw_amount_strRaw amount of the token as a string for precisionvarchar62388106652
raw_amountRaw amount of the tokenfloat62388106652
amount_strAmount of the token in string format for precisionvarchar62388.10665
amountAmount of the tokenfloat62388.10665
usd_exchange_rateUSD exchange rate of the tokenfloat1.27E-05
usd_amountUSD value of the balancefloat0.8110453865
last_block_timestamp_activityTimestamp of the last activity involving the tokentimestamp_ntz2024-06-24 21:17:13
last_block_slot_activitySlot number of the last activity involving the tokennumber273800058
last_block_hash_activityHash of the block containing the last activity involving the tokenvarcharBgaWmyUz3Ns1LJpD9vxTMCg5S21jXSBLrQxbjpcVbziH
_created_atTimestamp of when the entry was createdtimestamp_ltz2024-06-26 08:43:39.613 +0000
_updated_atTimestamp of when the entry was last updatedtimestamp_ltz2024-06-26 08:43:39.613 +0000