---
title: "returns the nonce of the provided address"
method: GET
path: "/address/{address}/nonce"
tags: ["address"]
---

# returns the nonce of the provided address

`GET /address/{address}/nonce`

## Path parameters

- `address` string, required

## Response `200`

successful operation

- AddressNonce
  - `data` AddressNonceData
    - `nonce` integer
    - `blockInfo` BlockInfo
      - `nonce` integer
      - `hash` integer[]
      - `rootHash` integer[]
  - `error` string
  - `code` string

---

[API](https://skmtc.net/multiversx/apis/multiversx-gateway-api.md) · [All operations](https://skmtc.net/multiversx/apis/multiversx-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/multiversx/multiversx-gateway-api/versions/44c49bc12621/schema)
