Skip to main content
GET
/
getAddressState
Get account lifecycle state
curl --request GET \
  --url https://toncenter.com/api/v2/getAddressState
{
  "ok": true,
  "result": "active"
}

Documentation Index

Fetch the complete documentation index at: https://companyname-a7d5b98e-jeshecdom-fift-variables.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

address
string
required

Identifier of target TON account in any form.

Response

Successful Response

ok
boolean
required
result
enum<string>
Available options:
uninitialized,
active,
frozen
error
string
code
integer