Skip to main content

Changelog

2025-12-26

REST API Improvements

  • Account: Updated Account and Cash schemas with detailed field descriptions and examples for Get Cash and Position Detail (GET /accounts).
  • Order:
    • Refined Order schema: explicit status enum, nullable fields clarification, and detailed examples.
    • Standardized symbol format to BTCUSD across all examples.
    • Updated Get Order List, Place Order, Cancel Order parameters and response examples.
  • Trade:
    • Updated Trade schema to include the nested order object.
    • Updated Get Trade List (GET /trades) response structure.
    • Updated Count Trades (GET /trades/count) to include start-time, end-time parameters and detailed examples.
  • Position:
    • Refined Position schema with detailed examples.
    • Updated Adjust Leverage and Risk Limit endpoints.

WebSocket API Improvements

  • Market Depth: Updated Snapshot response example and added a distinct Real-time (differential) response example.
  • Market Trades: Updated Snapshot response example and added a distinct Real-time response example.
  • Candlestick: Enriched response example with nTrades, turnover, version, and nextTs fields.
  • Instruments: Added parameter details and updated response examples to include all instrument metadata (volume24hInUsd, openValue, etc.).
  • Private Stream: Updated the response data structure documentation to fully reflect the cash, positions, orders, and trades updates in exact camelCase format.