Account Properties
Consider Using Mirror Node REST API
For obtaining account information and historical data, consider using the Mirror Node REST API endpoint Get Account by Alias, ID, or EVM Address which offers several advantages:- Cost-effective and scalable: Mirror node providers offer paid plans with a large number of queries included. The Hedera-hosted mirror node offers free queries with specific throttles for testing. While some SDK queries are currently free, these are subject to change in the future.
- Performance: Mirror nodes don’t burden consensus nodes, allowing them to focus on processing transactions and providing efficient access to historical data without impacting network performance.
- Historical data: Mirror nodes store complete transaction history and balance snapshots - ideal for analytics, auditing, and monitoring past activity.
- Please see the transaction and query fees table for the base transaction fee
- Please use the Hedera fee estimator to estimate your query fee cost
- The client operator private key is required to sign the query request.
Methods
| Method | Type | Requirement |
|---|---|---|
setAccountId(<accountId>) | AccountId | Required |
<AccountInfo>.accountId | AccountId | Optional |
<AccountInfo>.contractAccountId | String | Optional |
<AccountInfo>.isDeleted | boolean | Optional |
<AccountInfo>.key | Key | Optional |
<AccountInfo>.balance | HBAR | Optional |
<AccountInfo>.isReceiverSignatureRequired | boolean | Optional |
<AccountInfo>.ownedNfts | long | Optional |
<AccountInfo>.maxAutomaticTokenAssociations | int | Optional |
<AccountInfo>.accountMemo | String | Optional |
<AccountInfo>.expirationTime | Instant | Optional |
<AccountInfo>.autoRenewPeriod | Duration | Optional |
<AccountInfo>.ledgerId | LedgerId | Optional |
<AccountInfo>.ethereumNonce | long | Optional |
<AccountInfo>.stakingInfo | StakingInfo | Optional |
<AccountInfo>.tokenRelationships | Map<TokenId, TokenRelationships> | Optional |