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

Table Columns

Column NameData TypeDescription
token_typeVARCHAR(9)Type of token (SOL or SPL-TOKEN)
addressVARCHAR(16777216)Address of the token holder
token_accountVARCHAR(16777216)Token account associated with the token holder
decimalsNUMBER(38,0)Number of decimal places
mintVARCHAR(16777216)Mint address of the token
symbolVARCHAR(3)The token ticker symbol, when available.
program_idVARCHAR(16777216)Program id associated with the token
raw_balance_strVARCHAR(16777216)Raw balance of the token as a string for precision.
raw_balanceFLOATRaw balance of the token
balance_strVARCHAR(16777216)Balance of the token in string format for precision.
balanceFLOATBalance of the token.
usd_balanceVARCHAR(16777216)USD balance at the block timestamp.
usd_exchange_rateVARCHAR(16777216)USD value of the balance at the block timestamp.
signerVARCHAR(16777216)Transaction Signer.
successBOOLEANBoolean indicator whether this transaction suceeded.
is_votingBOOLEANBoolean indicator whether this is a voting transaction.
block_slotNUMBER(38,0)Block slot of the transaction that resulted in the balance change.
block_heightNUMBER(38,0)Block height of the transaction that resulted in the balance change.
block_hashVARCHAR(16777216)Block hash of the transaction that resulted in the balance change.
block_timestampTIMESTAMP_NTZ(9)Block timestamp of the transaction that resulted in the balance change.
txn_idVARCHAR(16777216)Transaction ID that resulted in the balance change.
txn_indexNUMBER(38,0)Transaction index of the transaction id.
unique_idVARCHAR(16777216)Unique id assigned to the balances entry.
_updated_atTIMESTAMP_NTZ(9)updated timestamp