Skip to main content

Table Details

PropertyValue
Table Namehedera.raw.accounts
Table StatusProduction-Ready
Unique Keyaccount_id
Search Optimizationaccount_id, evm_address

Table Columns

Column NameData TypeDescription
account_idVARCHAR(16777216)Hedera account ID in the format {shard}.{realm}.{num} (e.g. 0.0.12345). Identifies a specific Hedera account.
evm_addressVARCHAR(16777216)EVM-compatible 20-byte address for this Hedera account.
aliasVARCHAR(16777216)EVM-compatible alias (public-key-derived) address for this Hedera account.
keyVARIANTSerialized key structure controlling this Hedera account (single key, key list, or threshold key).
created_timestampVARCHAR(16777216)Timestamp when this account was created.
expiry_timestampVARCHAR(16777216)Timestamp at which this Hedera account expires and must be renewed or it will be deleted.
auto_renew_periodNUMBER(38,0)Duration in seconds for which this account is automatically renewed before expiring.
deletedBOOLEANTrue if this Hedera account has been deleted from the network.
memoVARCHAR(16777216)Optional short memo string associated with this Hedera account.
ethereum_nonceNUMBER(38,0)Ethereum-compatible nonce for this Hedera account, used for EVM transactions.
decline_rewardBOOLEANTrue if this Hedera account has opted out of staking rewards.
pending_rewardNUMBER(38,0)Pending staking reward in tinybars not yet claimed by this account.
staked_account_idVARCHAR(16777216)Hedera account ID to which this account has delegated its stake.
staked_node_idNUMBER(38,0)Hedera node ID to which this account has staked its HBAR.
stake_period_startVARCHAR(16777216)Start of the current staking period for this account.
max_automatic_token_associationsNUMBER(38,0)Maximum number of token types this account can receive without explicit association.
receiver_sig_requiredBOOLEANTrue if this account requires the receiver’s signature to receive funds.
balanceVARIANTCurrent HBAR balance snapshot of this account, including per-token balances.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.