Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion aster-finance-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ There is no & between "GTC" and "quantity=1".
* IOC - Immediate or Cancel
* FOK - Fill or Kill
* GTX - Good Till Crossing (Post Only)
* HIDDEN - HIDDEN This type of order is not visible in the order book

**Working Type (workingType)**

Expand Down Expand Up @@ -798,7 +799,8 @@ NONE
"GTC",
"IOC",
"FOK",
"GTX"
"GTX",
"HIDDEN"
],
"liquidationFee": "0.010000", // liquidation fee rate
"marketTakeBound": "0.30", // the max price difference rate( from mark price) a market order can make
Expand Down Expand Up @@ -3885,6 +3887,7 @@ event type is `ORDER_TRADE_UPDATE`.
* IOC
* FOK
* GTX
* HIDDEN

**Working Type**

Expand Down
3 changes: 3 additions & 0 deletions aster-finance-api_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ timestamp | 1591702613943
* IOC - Immediate or Cancel 无法立即成交(吃单)的部分就撤销
* FOK - Fill or Kill 无法全部立即成交就撤销
* GTX - Good Till Crossing 无法成为挂单方就撤销
* HIDDEN - HIDDEN 该类型订单在订单薄里不可见

**条件价格触发类型 (workingType)**

Expand Down Expand Up @@ -754,6 +755,7 @@ NONE
"IOC", // 无法立即成交(吃单)的部分就撤销
"FOK", // 无法全部立即成交就撤销
"GTX" // 无法成为挂单方就撤销
"HIDDEN" // 该类型订单在订单薄里不可见
],
"liquidationFee": "0.010000", // 强平费率
"marketTakeBound": "0.30", // 市价吃单(相对于标记价格)允许可造成的最大价格偏离比例
Expand Down Expand Up @@ -3767,6 +3769,7 @@ None
* IOC
* FOK
* GTX
* HIDDEN


## 杠杆倍数等账户配置 更新推送
Expand Down