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-cancelto arm or clear a dead man’s switch that cancels all open orders at a specified time. - Added
GET /v1/account/auto-cancelto 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
updateLeverageandautoCancelWebSocket post messages. portfolioandbalancesWebSocket 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, andmessage_rate_limited.