cURL
curl --request POST \ --url https://openapi.odyssey.trade/sapi/v1/batchCancel \ --header 'Content-Type: application/json' \ --data '{ "orderIds": [ 123 ], "symbol": "<string>" }'
{ "success": [], "failed": [] }
Mass cancellation of orders, maximum 10 orders at a time.