> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
> Use this file to discover all available pages before exploring further.
# Changelog
> Recent changes to the Polymarket Perps API and platform
Notable changes to the Polymarket Perps API.
Cancel responses now include `oid` and `coid` fields.
Added a 20ms taker delay for orders that immediately match on entry.
Added the reduce-only field to order submission and order updates.
-
Added
PATCH /v1/trade/auto-cancel to arm or clear a dead
man's switch that cancels all open orders at a specified time.
-
Added
GET /v1/account/auto-cancel to check the current
auto-cancel status, trigger count, and daily reset time.
- Auto-cancel is limited to 10 triggers per UTC day per account.
-
Added
updateLeverage and autoCancel WebSocket
post messages.
-
portfolio and balances WebSocket channels no
longer push updates on every order or fill, only periodically.
-
Rate limit error messages now distinguish between{" "}
ip\_rate\_limited, action\_rate\_limited, and{" "}
message\_rate\_limited.