curl --request GET \
--url https://tonapi.io/v2/address/{account_id}/parse{
"raw_form": "0:6e731f2e28b73539a7f85ac47ca104d5840b229351189977bb6151d36b5e3f5e",
"bounceable": {
"b64": "<string>",
"b64url": "<string>"
},
"non_bounceable": {
"b64": "<string>",
"b64url": "<string>"
},
"given_type": "<string>",
"test_only": true
}parse address and display in all formats
curl --request GET \
--url https://tonapi.io/v2/address/{account_id}/parse{
"raw_form": "0:6e731f2e28b73539a7f85ac47ca104d5840b229351189977bb6151d36b5e3f5e",
"bounceable": {
"b64": "<string>",
"b64url": "<string>"
},
"non_bounceable": {
"b64": "<string>",
"b64url": "<string>"
},
"given_type": "<string>",
"test_only": true
}account ID
"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
Was this page helpful?