Skip to main content
GET
/
v2
/
address
/
{account_id}
/
parse
cURL
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
}

Path Parameters

account_id
string<address>
required

account ID

Example:

"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"

Response

all forms and info

raw_form
string<address>
required
Example:

"0:6e731f2e28b73539a7f85ac47ca104d5840b229351189977bb6151d36b5e3f5e"

bounceable
object
required
non_bounceable
object
required
given_type
string
required
test_only
boolean
required