The gateway provides a read-only snapshot of the account's withdrawal nonce
state. This is not a reservation; multiple concurrent callers will see
the same nextWithdrawNonce. To reduce staleness risk, query immediately before
signing/submitting the withdrawal authorization. However, stale_nonce errors can
still occur under concurrent withdrawal attempts; if rejected, re-query and re-sign.
Use nextWithdrawNonce in the signed withdrawal authorization; lastWithdrawNonce
is provided for reference and diagnostics.
Response from
GET /v1/escrow/withdraw/nonce.The gateway provides a read-only snapshot of the account's withdrawal nonce state. This is not a reservation; multiple concurrent callers will see the same
nextWithdrawNonce. To reduce staleness risk, query immediately before signing/submitting the withdrawal authorization. However,stale_nonceerrors can still occur under concurrent withdrawal attempts; if rejected, re-query and re-sign.Use
nextWithdrawNoncein the signed withdrawal authorization;lastWithdrawNonceis provided for reference and diagnostics.