---
title: "Get Auto-Cancel Status"
method: GET
path: "/v1/account/auto-cancel"
---

# Get Auto-Cancel Status

`GET /v1/account/auto-cancel`

Get the current auto-cancel status for the authenticated account: the
armed deadline, how many times the switch has fired today, and when the
daily counter resets.

## Response `200`

Auto-cancel status response.

- AutoCancelStatus
  - `deadline` integer, required — Deadline of the armed auto-cancel schedule, in Unix milliseconds. Zero means no schedule is armed. When the deadline passes, the exchange cancels every open order on the account and the schedule clears.
  - `triggered` integer, required — Number of times auto-cancel has fired for this account during the current UTC day. Resets to zero at 00:00 UTC.
  - `daily_limit` integer, required — Maximum number of auto-cancel triggers allowed per UTC day.
  - `next_reset` integer, required — Unix-ms timestamp of the next UTC midnight when the daily trigger count resets to zero.

## Other responses

- `401` — Unauthorized — missing or invalid `POLYMARKET-PROXY` / `POLYMARKET-SECRET` credentials. `error` is `unauthorized`.
- `429` — Too Many Requests. `error` distinguishes the limit that was hit: `ip_rate_limited` (per-IP token bucket), `action_rate_limited` (per-account action rate), or `open_orders_limit` (resting open-order cap).
- `500` — Internal server error. `error` is `internal_error`.

---

[API](https://skmtc.net/polymarket/apis/polymarket-perps-http-api.md) · [All operations](https://skmtc.net/polymarket/apis/polymarket-perps-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polymarket/polymarket-perps-http-api/versions/e17c4709273e/schema)
