Change Log
2024-12-13
Before:
None.
After:
Update our firewall rules. All clients should be added into whitelist so that they can visit the API.
2024-07-11
Before:
None.
After:
Added an endpoint in order to get the invitee's detail : /api/usdt/affiliate/invitee/detail.
2024-03-17
Update requests frequency restriction:
Endpoint | Before | After |
---|---|---|
/api/usdt/instruments/list | 10times/1s | 3times/1s |
/api/usdt/instruments/funding_rate | 10times/1s | 3times/1s |
/api/usdt/instruments/candles | 10times/1s | 3times/1s |
/api/usdt/instruments/trade_list | 10times/1s | 3times/1s |
/api/usdt/instruments/ticker_one | 10times/1s | 3times/1s |
/api/usdt/instruments/ticker_list | 10times/1s | 3times/1s |
/api/v1/usdt/account | 10times/1s | 3times/1s |
/api/v1/usdt/closed_order_list | 10times/1s | 3times/1s |
/api/v1/usdt/order_info | 10times/1s | 3times/1s |
/api/v1/usdt/open_order_list | 10times/1s | 3times/1s |
/api/v1/usdt/position_list | 10times/1s | 2times/1s |
/api/v1/usdt/plan_close_order | 5times/1s | 3times/1s |
/api/v1/usdt/plan_close_order_list | 10times/1s | 3times/1s |
/api/v1/usdt/fills | 10times/1s | 3times/1s |
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:
- /api/v1/usdt/order_info, added "margin_mode" field into response.
- /api/v1/usdt/open_order_list , added "margin_mode" field into response.
2023-06-02
Before:
- "/api/v1/usdt/order", it didn't support request parameters: take_profit_price, stop_lose_price and trigger_way;
- "/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;
- "/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:
- "/api/v1/usdt/order", it supports request parameters now: take_profit_price, stop_lose_price and trigger_way;
- "/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;
- "/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.