---
title: "GET /v2/address/{account_id}/parse"
method: GET
path: "/v2/address/{account_id}/parse"
tags: ["Utilities"]
---

# GET /v2/address/{account_id}/parse

`GET /v2/address/{account_id}/parse`

parse address and display in all formats

## Path parameters

- `account_id` string, address, required

## Response `200`

all forms and info

- object
  - `bounceable` object, required
    - `b64` string, required
    - `b64url` string, required
  - `given_type` string, required
  - `non_bounceable` object, required
    - `b64` string, required
    - `b64url` string, required
  - `raw_form` string, address, required
  - `test_only` boolean, required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer.md) · [All operations](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonapi/rest-api-to-ton-blockchain-explorer/revisions/fc4add7a71a0/schema)
