---
title: "Cancel All Orders"
method: POST
path: "/v1/orders/cancel-all"
tags: ["Orders"]
---

# Cancel All Orders

`POST /v1/orders/cancel-all`

Cancel all open orders for the authenticated account.

## Response `200`

- ApiResponseForCancelAllOrdersResponse — Represents a successful API response wrapper
  - `data` CancelAllOrdersResponse, required — Cancel all orders response
    - `cancelled_order_ids` string[], required
  - `error` boolean, required

---

[API](https://skmtc.net/roxom/apis/portico-api.md) · [All operations](https://skmtc.net/roxom/apis/portico-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roxom/portico-api/revisions/a7839cbefd8e/schema)
