Skip to main content
GET
/
api
/
v2
/
detectAddress
Detect address
curl --request GET \
  --url https://toncenter.com/api/v2/detectAddress
{
  "ok": true,
  "result": {
    "@type": "ext.utils.detectedAddress",
    "raw_form": "<string>",
    "bounceable": {
      "@type": "ext.utils.detectedAddressVariant",
      "b64": "<string>",
      "b64url": "<string>"
    },
    "non_bounceable": {
      "@type": "ext.utils.detectedAddressVariant",
      "b64": "<string>",
      "b64url": "<string>"
    },
    "test_only": true
  }
}

Query Parameters

address
string
required

Identifier of target TON account in any form

Response

OK

ok
boolean
required
Example:

true

result
DetectAddress · object
required

Information about the address.