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).