Orders
Cancel order
Queues a cancellation for a specific order identified by its order ID (assigned by Paradex).
Returns a 204 No Content status code with no response body which means the order has been queued for cancellation.
Confirmation of cancellation will be sent via websocket or can be retried from GET /orders/:id endpoint.
Orders that are already in a CLOSED state cannot be canceled.
delete/orders/{order_id}
Path parameters
order_idstring required
Order Id
Response
No Content
Changes
Changed in 1 of the 50 revisions of this API.1
- ○
added the media type
application/jsonfor the response with the status400response-media-type-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○