v1
latestOpenAPI 3.0.02026-07-2471143147.5 KBAuthentication
Get nonce state
Returns the current nonce anchor and next free bitmap index for an account. Used by bots to resume nonce state after restart.
get/v1/nonce-state/{account}
Path parameters
accountstring required
Account address in hex format (0x...)
Response
A successful response.
Example response
{
"nonce_anchor": "0",
"bitmap": "0x7"
}