Will my API keys change?
No. Your existing per-account API key and secret continue to work. You can rotate them proactively from the API Credentials panel if you want a fresh pair, but rotation is optional.
Will my open orders survive the cutover?
Yes. Open orders are persisted before the cutover window and restored once the new engine is live. Order IDs are preserved.
Will my open positions and balance survive?
Yes. Positions and balances live in the database, not the engine binary. The cutover swaps the engine; the data is untouched.
What about funding payments during the cutover window?
The cutover is scheduled to fall between funding settlements (which happen at 00:00, 08:00 and 16:00 UTC). The engine settles any pending funding before halting trading.
Will the URL change?
No. The trading platform stays at the same URL. The API endpoints stay at the same URL. The WebSocket endpoint stays at the same URL.
My bot uses REST polling — anything to change?
Rate limits move from "best effort" to a guaranteed envelope (100 req/s standard). If your bot is polling more aggressively than that, you need to throttle. Otherwise no change.
My bot uses the WebSocket — anything to change?
One thing: handle the Lagged event on reconnection. The new engine will close existing WebSocket connections during the cutover; on reconnect your client receives a Lagged event indicating it should re-fetch any state. Most well-written clients already do this; verify yours does.
Will the fees change at cutover?
No. The rate is flat and stays flat — 0.02% maker / 0.04% taker on perpetuals, $5 per side per lot on forex. Same rate from your first fill through cutover and beyond. No VIP ladder, no volume discounts, no "at the new tier" bait-and-switch.
How long is the cutover window?
Approximately 30 minutes for the engine swap, with a 1-hour total window to allow for any delayed verification. The exact window is announced 48 hours in advance via the maintenance banner.
What if something goes wrong with my account after cutover?
Open a support ticket via the help centre with a screenshot and a brief description. Account-affecting issues are triaged within 30 minutes during the cutover window and the following 24 hours.