cURL
curl --request POST \ --url https://openapi.odyssey.trade/sapi/v1/cancel \ --header 'Content-Type: application/json' \ --data '{ "orderId": "<string>", "symbol": "<string>" }'
{ "orderId": "<string>", "symbol": "<string>", "status": "NEW" }
Cancel an order.
NEW
New Order
Partially Filled
Filled
Cancelled
PENDING_CANCEL
Partially Filled/Cancelled
REJECTED