Use the Accounts API with TON API tools.
The Accounts API offers structured access to account data within the TON network. Developers can retrieve information such as balances, transaction histories, and account states, ensuring applications have accurate and up-to-date account details.
- Get Account Balance: Get the TON token balance of the given address.
- Get Address Information: Get the basic account state of the given address, e.g., TON balance, account status, and last transaction timestamp.
- Get Address State: Get the state string of the given address.
- Get Extended Address Information: Get the additional information of the given address.
Explore the full TON APIs reference by TONX API here.