---
title: "Get Extended Address Information"
method: GET
path: "/getExtendedAddressInformation"
tags: ["accounts"]
---

# Get Extended Address Information

`GET /getExtendedAddressInformation`

Similar to previous one but tries to parse additional information for known contract types. This method is based on tonlib's function *getAccountState*. For detecting wallets we recommend to use *getWalletInformation*.

## Query parameters

- `address` string, required — Identifier of target TON account in any form.
- `seqno` integer — Seqno of masterchain block at which moment the address information should be loaded

## Response `200`

Successful Response

- TonResponse
  - `ok` boolean, required
  - `result` union
    - string
    - unknown[]
      - unknown
    - object
  - `error` string
  - `code` integer

## Other responses

- `422` — Validation Error
- `504` — Lite Server Timeout

---

[API](https://skmtc.dev/rsquad/apis/ton-http-api.md) · [All operations](https://skmtc.dev/rsquad/apis/ton-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rsquad/ton-http-api/revisions/73848a110060/schema)
