-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathHISTORY.txt
More file actions
20 lines (15 loc) · 808 Bytes
/
HISTORY.txt
File metadata and controls
20 lines (15 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
v1.0.5 - March 16, 2023
#### Breaking Changes:
- Margin balance response format changed
#### Highlights
- feature: Add postOnly flag to order responses
- feature: Add ioc flag to order responses
- feature: Add ioc and postOnly parameters to create margin/spot limit
- feature: Add endpoints for get user custom fee and user fee for some market
- doc: Added an example of using websocket
v1.1.0 - August 28, 2023
#### Highlights
- feature: The parameter "market" in the function "get_unexecuted_orders" has become optional.
- feature: Add the put_kill_switch endpoint to cancel orders after a specified time (sec) in the "timeout" parameter.
- feature: Add the get_kill_switch_status endpoint retrieves the status of kill-switch timer.
- feature: Add the bulk endpoint creates bulk limit trading orders.