Updated — GET /api/v1/private/account/tiered_fee_rate/v2 (Get Fee Details): added response fields minLeverage, maxLeverage, and isMaxLeverage (leverage range and maximum-leverage label for the current account UID on the specified contract); updated sample response.
Updated — GET /api/v1/private/position/open_positions (Get Open Positions): added response fields positionDrop, lowSaveTotalFee, feeRates (with min and max), and unRealizedPnl; updated sample response.
Updated — WebSocket deal channel (push.deal): added cts (matching engine timestamp) to the trade payload; updated sample data.
Updated — WebSocket order book depth channel (push.depth): added cts to the depth payload; updated sample response.
Documentation — Restructured Futures navigation: split former Account and Trading Endpoints into Account and Trade modules; added module index pages (including authentication notes).
Documentation — error-code: standalone error code page (sidebar Error Code); internationalization notes moved under Integration Guide.
Documentation — Removed the standalone Fee Details Under a Specific Contract documentation page; contract-level fee fields remain covered under Get Contract Information and other fee-related endpoints.
Documentation — Restructured Futures documentation by splitting the former consolidated account and trading reference into individual endpoint pages under the corresponding module paths.
Documentation — GET /api/v1/contract/detail/country: expanded the response field reference for the contract object under data, and refreshed the worked example (fee modes, risk tiers, flags such as apiAllowed / feeRateMode, and related metadata).
Documentation — POST /api/v1/private/order/create: clarified that on success, data is an object containing orderId (string) and ts (Unix millisecond server response time); on failure, success is false and data is null.
Documentation — GET /api/v1/contract/funding_rate/{symbol}: refreshed the request parameter reference (including the documented requirement for symbol) and added idxPrice and fairPrice to the response fields and sample payload.
Updated — Paths and response formats adjusted for: all history orders, ongoing orders, history positions, stop-limit order list, trigger order list, and all transaction details (legacy paths still supported; gradual deprecation planned).