get_ton_balance()¶
- async Client.get_ton_balance()¶
Get the current TON balance of the current account.
Usable by Users Bots- Returns:
float– On success, the current TON balance is returned, in whole Toncoins.
Example
# Get TON balance of current account await app.get_ton_balance()