TON DocsTON Docs
APIsTON CenterLegacy (v2)

Get Address Information

GET
/api/v3/addressInformation

Get smart contract information.

Query Parameters

address*string

Account address in any form.

use_v2?boolean

Use method from api/v2. Not recommended

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v3/addressInformation?address=string"
{
  "balance": "string",
  "code": "string",
  "data": "string",
  "frozen_hash": "string",
  "last_transaction_hash": "string",
  "last_transaction_lt": "string",
  "status": "string"
}
{
  "code": 0,
  "error": "string"
}