25 Dec 09th
- Added
/api/v1/adl/rank(GET) endpoint to query ADL (Auto-Deleveraging) rank signals for the userās derivative positions. - Request: introduced optional query parameter
sym.
Whensymis omitted, the API returns ADL ranks for all positions with non-zero position size under the current API key.
Whensymis provided, the API returns ADL ranks only for the specified trading pair. - Response: each ADL entry now includes positionId and positionSide so that multiple positions on the same
symcan be distinguished. - Error Handling: added error code
401011ā"The sym is not supported"ā returned when the requestedsymis invalid, not recognized, or not enabled for ADL monitoring.
25 Nov 25th
REST ā Execution History APIs
Refined request/response documentation:
- Clarified time windows: recent endpoints return data up to 7 days; historical endpoint covers 7ā90 days.
- Clarified pagination behaviour for the paginated endpoint (page, pageSize, limit defaults and maximums).
- Unified terminology and descriptions for fields such as rpnl, execType, and timestamp formats.
WebSocket ā Trades channel
- Updated field descriptions for all trade execution fields in the WS message to match the REST documentation
(including transactionId, portfolioId, sym, rpnl, execType, etc.).
25 Nov 24th
Regarding OKX's fee rate mechanism changes on Nov 25 , the Connex fee rate also make the corresponding changes on Nov 6pm GMT+8. Group information will contain the list of symbols belong to the fee group.
The main changes will be on below two API endpoints:
Get Fee Rate: adding symbol group information ; to avoid massive size of fee list information, the endpoint will only return main portfolio rate without given any desired symbolsGet Fee Rate of Subportfolio: adding symbol group information
For forward compatibilityļ¼ća default fee rate group of main coins have been selected to make sure the API usage will not impact the integration.
25 Oct 10th
- REST API changeļ¼
Cancel Orderaddaction,actionMsgfields in responseQuery Order Detailaddaction,actionMsg,amendType,cancelTypefields in responseOrder HistoryaddamendType,cancelTypefields in responseOrder History AchieveaddamendType,cancelTypefields in response
- Websocket changeļ¼
User Data.ordersaddaction,actionMsg,amendType,cancelTypefields in response
25 Sep 25th
- Order placement and modification return information through synchronous verification.
25 Aug 19th
- Add the feature for WebSocket batch order cancellationļ¼please refer to
https://apiconnex.readme.io/reference/cancel-multiple-orders
25 Aug 7th
- Add
beforeBorrow,afterBorrowanddeltaAmountfields in response for endpoint: GET /api/v1/trading/statement
25 Mar 18th
- Add
subPortfolioIdandsymfields in request for endpoint: GET /api/v1/broker/collectionRecord - Add
symandfeePricefields in response for endpoint: GET /api/v1/broker/collectionRecord - Add the feature for WebSocket order modificationļ¼please refer to
https://apiconnex.readme.io/reference/ws-replace-order
25 Mar 11th
- Add
exchangeandbusinessTypefields in request for endpoint: GET /api/v1/trading/executions - Add
exchangeandbusinessTypefields in request for endpoint: GET /api/v1/trading/executions/pageable - Add
exchangeandbusinessTypefields in request for endpoint: GET /api/v1/trading/archive/executions/pageable - Add
onlyTradefield in login request message body for the private websocket.
25 Feb 27th
- Add field
filterExecutedin request for endpoint: GET /api/v1/trading/history/orders - Add field
filterExecutedin request for endpoint: GET /api/v1/trading/archive/history/orders - Add Query Archived Transactions endpoint: GET /api/v1/trading/archive/executions/pageable
25 Jan 23th
- Add endpoint for replace algo order:
- PUT /api/v1/algo/order
- Add field "upnl" in Asset of User Data Stream.
- POST /api/v1/trading/order , add fields in request as following:
- tpTriggerPrice
- tpTriggerType
- tpPrice
- slTriggerPrice
- slTriggerType
- slPrice
- GET /api/v1/trading/order , /api/v1/trading/orders, /api/v1/trading/history/orders, /api/v1/trading/archive/history/orders,
add fields in response as following:- tpTriggerPrice
- tpTriggerType
- tpPrice
- slTriggerPrice
- slTriggerType
- slPrice
- POST /api/v1/algo/order, remove fields in request as following:
- orderType
- timeInForce
- quoteOrderQty
- DELETE /api/v1/algo/order, remove fields in request as following:
- attachedOrderId
- GET /api/v1/algo/order, /api/v1/algo/openOrders, /api/v1/algo/history/orders ,
remove fields in request as following:- attachedOrderId
25 Jan 16th
Add 'positionMode' field for /api/v1/trading/history/position
Add 'defaultLeverage' field for /api/v1/trading/sym/info
25 Jan 13th
Add 'withdrawAvailable' field for /api/v1/asset/getAccountCurrencyInfo
This field is the amount you are available to transfer out or withdraw from your account.
24 Dec 10th
Major update to support two-ways position (hedge, long/short) mode
- Add Change Account PositionMode
api/v1/trading/accountto change portfolio position mode. - Add response params "positionMode(NET/BOTH)" to Trading Account Query .
- Add request params "positionSide(NONE/LONG/SHORT)" to
- Place Order
api/v1/trading/order - WebSocket - Place Order
- Place Order
- Add response params "positionSide(NONE/LONG/SHORT)" to
- Query Portfolio Position
api/v1/trading/position - Query Order Detail
api/v1/trading/order - Current Open Orders
api/v1/trading/orders - Order History
api/v1/trading/history/orders
- Query Portfolio Position
- Add response params "positionHistorySide(NONE/LONG/SHORT)" to Query Portfolio History Position
24 Nov 28th
- Improve query position
api/v1/trading/positionto support filtering out position of 0 size. - Improve set markup
api/v1/broker/subFeeRateto support markup precision up to 0.01bps. - Improve query trading fee rate
api/v1/broker/feeRateto support query list of portfolios up to 20. - Add query sub trading fee rate
api/v1/broker/sub/feeRateof current sub portfolio.
24 Nov 22th
Add endpoint:
- Get
/api/v1/tradeAccount/list - Get
/api/v1/asset/getAccountCurrencyInfo
24 Oct 22th
Update API Rate limit to trading portfolio level:
- GET
/api/v1/trading/history/position30/10s - GET
/api/v1/trading/history/orders30/10s - GET
/api/v1/trading/statement100/60s
24 Oct 15th
Add endpoint to get available deposit/transfer/withdrawal currencies.
GET /api/v1/asset/currencies : retrieve the deposit, withdraw, and transfer currency info of Funding Account and trading portfolio. Users are able to retreive the estimated network fee for asset transfer and withdrawal.
24 Sep 24th
Add endpoint for ConneX API
- GET/ /api/v1/system/statusļ¼Get event status of system upgrade.
24 Sep 17th
Welcome to ConneX API Docs.
