---
title: "Get Account Nonce"
method: GET
path: "/{protocol}/{network}/account/{address}/nonce"
tags: ["Balances & UTXO"]
---

# Get Account Nonce

`GET /{protocol}/{network}/account/{address}/nonce`

Returns the nonce for a user-defined account address.

## Path parameters

- `protocol` string, required
- `network` string, required
- `address` string, required

## Query parameters

- `block_number` string

## Response `200`

Transaction outputs filtered by the given parameters

- Nonce
  - `nonce` string, required — Account Nonce.

## Other responses

- `400` — Bad request
- `401` — Invalid or expired token
- `404` — Resource not found
- `413` — Too Many Transactions
- `429` — Rate limit exceeded
- `500` — An internal server error happened
- `503` — The resource you are trying to access is currently unavailable

---

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