Cancel All Orders
DELETE
https://api.sfox.com/v1/orders/open
Cancel all open orders.
Responses
Example Requests
curl -X DELETE \
-H 'Authorization: Bearer <API_TOKEN>' \
'https://api.sfox.com/v1/orders/open'
Last updated