Parse

get

parse address and display in all formats

Path parameters
account_idstringRequired

account ID

Example: 0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621
Responses
200
all forms and info
application/json
get
GET /v2/address/{account_id}/parse HTTP/1.1
Host: ton-open-api.nownodes.io
Accept: */*
{
  "raw_form": "0:6e731f2e28b73539a7f85ac47ca104d5840b229351189977bb6151d36b5e3f5e",
  "bounceable": {
    "b64": "text",
    "b64url": "text"
  },
  "non_bounceable": {
    "b64": "text",
    "b64url": "text"
  },
  "given_type": "text",
  "test_only": true
}