Control trading dead man switch
POST/api/v1/trading/dms
Uses the delegated agent signature over the SentiCore Dead Man Switch v1 message, including the DMS signing suffix. The agent must authorize cancellation for this account. Arms, heartbeats, reads status or disarms an authenticated session. DMS must be enabled and recovered. An idempotent arm does not extend the deadline. Authentication is carried in the signed request body.
Request
Responses
- 200
- 400
- 401
- 403
- 409
- 429
- 503
- default
Heartbeat acknowledgement or session status.
Expired or invalid control request.
Missing or invalid agent authentication.
Credential or cancellation policy rejected.
Control operation rejected for the current session state.
Control capacity exhausted.
DMS disabled or recovery unavailable.
Error response. Prefer the nested ApiErrorResponse via X-SC-Error-Format: envelope-v1; existing unnegotiated handler responses can retain a documented legacy flat shape through the compatibility period.
Response Headers
Stable request correlation id generated or echoed by the server.