📖 Change Log

25 Mar 18th

  1. Add subPortfolioId and sym fields in request for endpoint: GET /api/v1/broker/collectionRecord
  2. Add sym and feePrice fields in response for endpoint: GET /api/v1/broker/collectionRecord
  3. Add the feature for WebSocket order modification,please refer to
    https://apiconnex.readme.io/reference/ws-replace-order

25 Mar 11th

  1. Add exchange and businessType fields in request for endpoint: GET /api/v1/trading/executions
  2. Add exchange and businessType fields in request for endpoint: GET /api/v1/trading/executions/pageable
  3. Add exchange and businessType fields in request for endpoint: GET /api/v1/trading/archive/executions/pageable
  4. Add onlyTrade field in login request message body for the private websocket.

25 Feb 27th

  1. Add field filterExecuted in request for endpoint: GET /api/v1/trading/history/orders
  2. Add field filterExecuted in request for endpoint: GET /api/v1/trading/archive/history/orders
  3. Add Query Archived Transactions endpoint: GET /api/v1/trading/archive/executions/pageable

25 Jan 23th

  1. Add endpoint for replace algo order:
    1. PUT /api/v1/algo/order
  2. Add field "upnl" in Asset of User Data Stream.
  3. POST /api/v1/trading/order , add fields in request as following:
    1. tpTriggerPrice
    2. tpTriggerType
    3. tpPrice
    4. slTriggerPrice
    5. slTriggerType
    6. slPrice
  4. 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:
    1. tpTriggerPrice
    2. tpTriggerType
    3. tpPrice
    4. slTriggerPrice
    5. slTriggerType
    6. slPrice
  5. POST /api/v1/algo/order, remove fields in request as following:
    1. orderType
    2. timeInForce
    3. quoteOrderQty
  6. DELETE /api/v1/algo/order, remove fields in request as following:
    1. attachedOrderId
  7. GET /api/v1/algo/order, /api/v1/algo/openOrders, /api/v1/algo/history/orders ,
    remove fields in request as following:
    1. 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

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/feeRate to support query list of portfolios up to 20.
  • Add query sub trading fee rateapi/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/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.