---
title: "Get the smart wallet's current nonce"
method: GET
path: "/wallets/{address}:getNonce"
tags: ["Wallets"]
---

# Get the smart wallet's current nonce

`GET /wallets/{address}:getNonce`

## Response `200`

Wallet nonce.

- NonceResponse
  - `nonce` string, required — Smart wallet nonce as a decimal string.

## Other responses

- `401` — Missing or invalid bearer token.
- `404` — Resource not found.

---

[API](https://skmtc.net/avaprotocol/apis/ava-protocol-avs-api.md) · [All operations](https://skmtc.net/avaprotocol/apis/ava-protocol-avs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avaprotocol/ava-protocol-avs-api/versions/231d563f2c9f/schema)
