Get account balance
Last updated
Was this helpful?
Last updated
Was this helpful?
A query that returns the account balance for the specified account. Requesting an account balance is currently free of charge. 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 from the consensus node was deprecated with HIP-367. This query returns token information by requesting the information from the Hedera Mirror Node APIs via . Token symbol is not returned in the response.
Query Fees
Please see the transaction and query table for the base transaction fee.
Please use the to estimate your query fee cost.
Query Signing Requirements
The client operator private key is required to sign the query request.
setAccountId(<accountId>)
AccountID
The account ID to return the current balance for.
setContractId(<contractId>)
ContractID
The contract ID to return the current balance for.