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>"
},
"given_type": "raw_form",
"test_only": true
}
}Get all possible address forms
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>"
},
"given_type": "raw_form",
"test_only": true
}
}Documentation Index
Fetch the complete documentation index at: https://toncenter.ness.su/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?