parse address and display in all formats
account ID
"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
all forms and info
"0:6e731f2e28b73539a7f85ac47ca104d5840b229351189977bb6151d36b5e3f5e"
const response = await fetch('https://ton-open-api.nownodes.io/v2/address/{account_id}/parse', { method: 'GET', headers: {}, }); const data = await response.json();
{ "raw_form": "0:6e731f2e28b73539a7f85ac47ca104d5840b229351189977bb6151d36b5e3f5e", "bounceable": { "b64": "text", "b64url": "text" }, "non_bounceable": { "b64": "text", "b64url": "text" }, "given_type": "text", "test_only": false }