Get an account's next nonce; This is computed according to whatever is the current account nonce and what transactions are currently present in the transaction pool
Path parameters
The public key of the account
Query parameters
What strategy to use in order to determine the next nonce: shall it check for continuity or return the largest nonce seen + 1. If you choose strategy max, then the greatest nonce seen in the account or currently in the transaction pool is incremented with 1 and returned. If you choose the strategy continuity, then transactions in the mempool are checked if there are gaps - missing nonces that prevent transactions with greater nonces to get included.
Response
Successful operation
Changes
Changed in 3 of the 101 revisions of this API.12
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲