Get account info
Last updated
Last updated
A query that returns the current state of the account. This query does not include the list of records associated with the account. Anyone on the network can request account info for a given account. Queries do not change the state of the account or require network consensus. The information is returned from a single node processing the query.
In Services release 0.50, returning token balance information from the consensus node was deprecated with HIP-367. This query now returns token information by requesting the information from the Hedera Mirror Node APIs via /api/v1/accounts/{id}/tokens. Token symbol is not returned in the response. Account Properties
Query Fees
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
Query Signing Requirements
The client operator private key is required to sign the query request.
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