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..."
  }
}

Query Parameters

address
string
required

Identifier of target TON account in any form.

Response

Successful Response

ok
boolean
required
result
object

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

error
string
code
integer
I