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": "<string>",
    "bounceable": "<string>",
    "non_bounceable": "<string>"
  },
  "error": "<string>",
  "code": 123
}

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