---
title: "returns data about an address"
method: GET
path: "/address/{address}"
tags: ["address"]
---

# returns data about an address

`GET /address/{address}`

## Path parameters

- `address` string, required

## Response `200`

successful operation

- Address[]
  - `data` AddressData[]
    - `address` string
    - `nonce` integer
    - `balance` string
    - `username` string
    - `code` string
    - `codeHash` integer[]
    - `rootHash` integer[]
  - `error` string
  - `code` string

## Changes

- **2023-02-08** `82d543636074` — 1 breaking, 3 warning
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `code` from the response with the `200` status
  - removed the optional property `data` from the response with the `200` status
  - removed the optional property `error` from the response with the `200` status

[Change history](https://skmtc.dev/multiversx/apis/multiversx-gateway-api/changes/address/:address/get.md)

---

[API](https://skmtc.dev/multiversx/apis/multiversx-gateway-api.md) · [All operations](https://skmtc.dev/multiversx/apis/multiversx-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multiversx/multiversx-gateway-api/revisions/6fa908b60462/schema)
