Table description

This table tracks the native token (Lumens) balances held by accounts.

Accounts are the central data structure in Stellar- they hold balances, sign transactions, and issue assets. Accounts can only exist with a valid keypair and the required minimum balance of XLM.

Column Descriptions

ColumnDescriptionType
closed_at_dateThe date when the account’s ledger entry was closed.date
account_idThe unique identifier for the Stellar account.varchar
balanceThe current balance of lumens (XLM) in the account.double
buying_liabilitiesThe total liabilities for buying offers on the account.double
selling_liabilitiesThe total liabilities for selling offers on the account.double
sequence_numberThe current sequence number of the account, incremented with each transaction.bigint
num_subentriesThe number of subentries, such as trustlines or offers, associated with the account.bigint
inflation_destinationThe destination account for inflation pools (deprecated feature).varchar
flagsA set of flags representing various account properties like authorization.bigint
home_domainThe home domain associated with the account, used for federation or verifying asset issuers.varchar
master_weightThe weight of the account’s master key used for signing transactions.bigint
threshold_lowThe threshold level required for low-priority operations (e.g., payments).bigint
threshold_mediumThe threshold level required for medium-priority operations (e.g., trustlines).bigint
threshold_highThe threshold level required for high-priority operations (e.g., multisig transactions).bigint
last_modified_ledgerThe ledger sequence number where the account was last modified.bigint
ledger_entry_changeIndicates the type of change made to the ledger entry (insert, update, delete).bigint
deletedA boolean indicating whether the account has been deleted from the ledger.boolean
sponsorThe account that is sponsoring this account’s resources.varchar
num_sponsoredThe number of subentries sponsored by this account.bigint
num_sponsoringThe number of subentries this account is sponsoring.bigint
sequence_timeThe time when the sequence number was last updated.timestamp(3) with time zone
closed_atThe timestamp when the account was last closed.timestamp(3) with time zone
ledger_sequenceThe sequence number of the ledger in which the account is included.bigint
account_sequence_last_modified_ledgerThe last ledger sequence where the account’s sequence number was modified.bigint
updated_atThe time when the account record was last updated.timestamp(3) with time zone
ingested_atThe time when the account data was ingested into the system.timestamp(3) with time zone

Table Sample