Skip to main content
GET
/
detectAddress
Detect all address formats
curl --request GET \
  --url https://toncenter.com/api/v2/detectAddress
{
  "ok": true,
  "result": {
    "raw_form": "0:83DF...31A8",
    "bounceable": "EQCD39VS5jcptHL8v...",
    "non_bounceable": "UQCD39VS5jcptHL8v..."
  }
}

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
Result · object

All possible address forms derived from the input. Exact keys depend on pytonlib utils.

error
string
code
integer