25 Mar 18th
- Add
subPortfolioId
andsym
fields in request for endpoint: GET /api/v1/broker/collectionRecord - Add
sym
andfeePrice
fields 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
exchange
andbusinessType
fields in request for endpoint: GET /api/v1/trading/executions - Add
exchange
andbusinessType
fields in request for endpoint: GET /api/v1/trading/executions/pageable - Add
exchange
andbusinessType
fields in request for endpoint: GET /api/v1/trading/archive/executions/pageable - Add
onlyTrade
field in login request message body for the private websocket.
25 Feb 27th
- Add field
filterExecuted
in request for endpoint: GET /api/v1/trading/history/orders - Add field
filterExecuted
in 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/account
to 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/position
to support filtering out position of 0 size. - Improve set markup
api/v1/broker/subFeeRate
to support markup precision up to 0.01bps. - Improve query trading fee rate
api/v1/broker/feeRate
to support query list of portfolios up to 20. - Add query sub trading fee rate
api/v1/broker/sub/feeRate
of 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/position
30/10s - GET
/api/v1/trading/history/orders
30/10s - GET
/api/v1/trading/statement
100/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.