Trading Resume

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

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

  • List of instrument
  • All instruments
  • NEW v1.30.0 Multiple filtered instruments, see here for more details
TypeDescription
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
NEW v1.31.0201You can send up to 750 instruments per request

Request Body

{"instrumentIds"=>["12131", "12141"]}

HEADERS

KeyDatatypeRequiredDescription
``null

RESPONSES

status: OK

{}