post https://apex-crypto/api/v2/orders//cancel
Use this endpoint to submit a request to cancel an order. Requests to cancel orders are subject to the status of the order and if the order has not already processed.
Responses
Use this endpoint to submit a request to cancel an order. Requests to cancel orders are subject to the status of the order and if the order has not already processed.
xxxxxxxxxx
curl --request POST \
--url https://apex-crypto/api/v2/orders/clientOrderId/cancel \
--header 'accept: application/json' \
--header 'content-type: application/json'