Address Information
TheaddressInformation endpoint retrieves detailed information about a smart contract address, including its balance, code, and data cells.
Get you 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 pricing is the same for full, archive, v2, v3There’s no difference between a full node an archive node in data availability or pricing.
All data is always available and all node requests are consumed as 1 request unit.
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