Reserve nonce range (deprecated)
POST/api/v1/trading/nonce-reservations/:account
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
DEPRECATED. Nonce reservations existed to escape the old strict-contiguous nonce rule. Under windowed replay protection any unused nonce in [nonceFloor, nonceFloor + nonceWindow) is accepted (gaps / out-of-order allowed), so reservations are no longer required. Retained for backward compatibility; new integrations should omit nonceReservationId and pick in-window nonces directly.
Request
Responses
- 200
- default
Nonce reservation
Structured API error
Response Headers
X-Request-Id
Stable request correlation id generated or echoed by the server.