Get Account Information
TON node API
account | TON v3
The account endpoint retrieves detailed information about a specific account on the TON blockchain. Use it on TON v3 via Chainstack.
GET
Get Account Information
Get Account Information
Theaccount endpoint retrieves detailed information about a specific account on the TON blockchain. This endpoint allows you to fetch the current state, balance, and other relevant details of an account.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
TON billing: full (1 RU)This method is always billed as full. See Request units — TON method scope.
Parameters
address(string, required) — The address of the account to retrieve information for.
Response
address(string) — The account address.balance(string) — The account balance in nanotons.last_activity(integer) — The timestamp of the last account activity.status(string) — The status of the account (e.g., active, frozen).code_hash(string) — The hash of the account’s code.data_hash(string) — The hash of the account’s data.
Use case
Theaccount endpoint is useful for various applications that need to retrieve or verify account information on the TON blockchain:
- Wallet applications can use this to display account balances and status to users.
- Decentralized applications (dApps) can verify account existence and status before interacting with them.
- Block explorers can use this to show detailed account information to users.
- Analytics platforms can track account balances and activities over time.
- Developers can use this endpoint to build account monitoring or notification systems.
- Compliance tools can use this data to verify account status and activity.
- Smart contract interfaces can use this to check if an account is active before allowing interactions.
Query Parameters
The address of the account to retrieve information for
Response
200 - application/json
Successful response
Last modified on June 4, 2026