POST
/
sapi
/
v1
/
cancel
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"
}

Response

200
application/json
Successful Response

Response of the request: :class:odyssey_exchange_api.requests.SpotCancelOrderRequest.

Contains an order id, asset symbol and order status.