Get Address Information
TON node API
addressInformation | TON v3
The addressInformation endpoint retrieves detailed information about a smart contract address, including its balance, code, and data cells.
GET
Get Address Information
Address Information
TheaddressInformation endpoint retrieves detailed information about a smart contract address, including its balance, code, and data cells.
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 account address to query.
Response
balance(string) — Account balance in nanotons.code(string) — Smart contract code in base64 format.data(string) — Smart contract data in base64 format.last_transaction_lt(string) — Logical time of last transaction.last_transaction_hash(string) — Hash of last transaction.status(string) — Account status (active, uninit, frozen).
Use case
TheaddressInformation endpoint is useful for applications that need complete contract details:
- Block explorers displaying full contract information.
- Smart contract analysis tools examining code and data.
- Wallet applications verifying contract state.
- Development tools debugging contract behavior.
- Security audits examining deployed contracts.
Query Parameters
Account address to query
Response
200 - application/json
Successful response
Last modified on June 4, 2026