Admin
Resume the bridge
Resume bridge operations after a pause. Queued instructions will be processed. Requires admin authentication.
Resume bridge operations after a pause. Queued instructions will be processed. Requires admin authentication.
Header Parameters
X-Admin-Key*string
Admin API key
Response Body
application/json
application/json
curl -X POST "http://localhost:3000/api/v1/admin/bridge/resume" \ -H "X-Admin-Key: string"{
"status": "bridge_resume_submitted"
}{
"error": "Invalid request: missing required field"
}Pause the bridge POST
Pause bridge operations. New bridge instructions will be queued but not processed. The matching engine continues to operate normally. Requires admin authentication.
Resume trading on an instrument POST
Resume trading on a previously halted instrument. Requires admin authentication.