---
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.

## Changes

> 16 revisions in range; 5 could not be searched.

- **2026-06-05** `d080cab4deb6` — 1 info
  - added the new optional `query` request parameter `chainId` to all path's operations

[Change history](https://skmtc.dev/avaprotocol/apis/ava-protocol-avs-api/changes/wallets/:address:getNonce/get.md)

---

[API](https://skmtc.dev/avaprotocol/apis/ava-protocol-avs-api.md) · [All operations](https://skmtc.dev/avaprotocol/apis/ava-protocol-avs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/avaprotocol/ava-protocol-avs-api/revisions/841dc6a5d532/schema)
