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

Table Columns

Column NameData TypeDescription
token_typeVARCHAR(3)The token category for the balance record, such as SOL or SPL-TOKEN.
addressVARCHAR(16777216)The wallet or account address that owns the balance.
token_accountVARCHAR(16777216)The token account associated with the balance, when applicable.
decimalsNUMBER(1,0)The number of decimal places configured for the token mint.
mintVARCHAR(43)The token mint address.
program_idVARCHAR(16777216)The Solana program account invoked by the instruction or owning the token account.
raw_balance_strVARCHAR(16777216)The raw token balance before decimal adjustment, represented as a string.
raw_balanceFLOATThe raw token balance before decimal adjustment.
balance_strVARCHAR(16777216)The token balance after decimal adjustment, represented as a string.
balanceFLOATThe token balance after decimal adjustment.
usd_balanceVARCHAR(16777216)The USD value of the token balance at the transaction time.
usd_exchange_rateVARCHAR(16777216)The USD exchange rate used to value the token balance.
signerVARCHAR(16777216)The transaction signer, commonly the fee payer or initiating account.
successBOOLEANWhether the parent transaction executed successfully.
is_votingBOOLEANWhether the transaction or balance change is associated with voting activity.
block_slotNUMBER(38,0)The Solana slot containing the block for this record.
block_heightNUMBER(38,0)The block height for this record.
block_hashVARCHAR(16777216)The hash of the block containing this record.
block_timestampTIMESTAMP_NTZ(9)The timestamp of the block containing this record.
txn_idVARCHAR(16777216)The transaction signature, which uniquely identifies the transaction.
txn_indexNUMBER(38,0)The zero-based position of the transaction within the block.
unique_idVARCHAR(16777216)A deterministic unique identifier for this row.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.