Skip to content

Change Log

2023-09-22

Before:

1."/api/v1/usdt/order", there are no "position_mode" and "separated_position_id" parameters in request;

2."/api/v1/usdt/position_list", there is no "separated_position_id" field in response;

After:

1."/api/v1/usdt/order", added two optional parameters in request, they are "position_mode" and "separated_position_id",if the "trader mode" is on, they will be useful;

2."/api/v1/usdt/position_list", added "separated_position_id" field in response;

2023-08-23

Before:

1."/api/v1/usdt/order_info", there is no margin_mode field in response; 2."/api/v1/usdt/open_order_list", there is no margin_mode field in response;

After:

  1. /api/v1/usdt/order_info, added "margin_mode" field into response.
  2. /api/v1/usdt/open_order_list , added "margin_mode" field into response.

2023-06-02

Before:

  1. "/api/v1/usdt/order", it didn't support request parameters: take_profit_price, stop_lose_price and trigger_way;
  2. "/api/v1/usdt/order_info", it's response body didn't include these fields: take_profit_price, take_profit_order_type, stop_loss_price and stop_loss_order_type;
  3. "/api/v1/usdt/open_order_list", it's response body didn't include these fields: take_profit_price, take_profit_order_type, stop_loss_price and stop_loss_order_type;

After:

  1. "/api/v1/usdt/order", it supports request parameters now: take_profit_price, stop_lose_price and trigger_way;
  2. "/api/v1/usdt/order_info", it's response body includes these fields now: take_profit_price, take_profit_order_type, stop_loss_price and stop_loss_order_type;
  3. "/api/v1/usdt/open_order_list", it's response body includes these fields now: take_profit_price, take_profit_order_type, stop_loss_price and stop_loss_order_type;

2023-05-24

Before:

2023-04-08

After:

Add 2 Restful API as follow: 1. Cancel TP & SL Order: /api/v1/usdt/cancel_plan_close_order 2. Query TP & SL Order List: /api/v1/usdt/plan_close_order_list

2023-04-08

Before:

None.

After:

Initial published version.