Trading Resume

POST {{URL_ORIGIN}}/api/operations/resume

Trading Resume API allows you to resume the trading for a:

  • List of instrument
  • All instruments
FieldTypeDescription
instrumentIds[] Stringfied numbersOptional
List of instruments to resume
Note: not sending this parameter will resume the trading for all instruments

Trading Resume - Error Codes

CodeMessage
2001Wrong action
2001Wrong instrumentIds
2401Wrong instrumentId: [instrumentId]
403Permission denied

Request Body

{"instrumentIds"=>["12131", "12141"], "comment"=>"Resume Instrument"}

HEADERS

KeyDatatypeRequiredDescription
``null

RESPONSES

status: OK

{"id":"874","data":{"tradingStatus":"TRADE","calendarId":"10"},"requestType":"Resume","name":"","status":"Pending","makerUserId":"auth0|6310aa4ba8cae50015ee3678","makerUserType":"Admin","timestamp":"2024-08-08T05:20:07.526"}