Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://toncenter.com/api/v2/detectAddress
200
Example
{ "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 } }
Get all possible address forms
Identifier of target TON account in any form
OK
true
Information about the address.
Show child attributes
Was this page helpful?