You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/BatchOrder.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Name | Type | Description | Notes
40
40
**rebated_fee_currency** | **str** | Rebated fee currency unit | [optional][readonly]
41
41
**stp_id** | **int** | Orders between users in the same `stp_id` group are not allowed to be self-traded 1. If the `stp_id` of two orders being matched is non-zero and equal, they will not be executed. Instead, the corresponding strategy will be executed based on the `stp_act` of the taker. 2. `stp_id` returns `0` by default for orders that have not been set for `STP group` | [optional][readonly]
42
42
**stp_act** | **str** | Self-Trading Prevention Action. Users can use this field to set self-trade prevetion strategies 1. After users join the `STP Group`, he can pass `stp_act` to limit the user's self-trade prevetion strategy. If `stp_act` is not passed, the default is `cn` strategy。 2. When the user does not join the `STP group`, an error will be returned when passing the `stp_act` parameter。 3. If the user did not use 'stp_act' when placing the order, 'stp_act' will return '-' - cn: Cancel newest, Cancel new orders and keep old ones - co: Cancel oldest, new ones - cb: Cancel both, Both old and new orders will be cancelled | [optional]
**slippage** | **str** | Maximum supported slippage ratio for Spot Market Order Placement, calculated based on the latest market price at the time of order placement as the benchmark (Example: 0.03 means 3%) | [optional]
45
45
46
46
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
@@ -71,7 +71,7 @@ Name | Type | Description | Notes
71
71
72
72
### Return type
73
73
74
-
[**InlineResponse2006**](InlineResponse2006.md)
74
+
[**InlineResponse2007**](InlineResponse2007.md)
75
75
76
76
### Authorization
77
77
@@ -90,7 +90,7 @@ Name | Type | Description | Notes
90
90
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/CrossExApi.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -713,7 +713,7 @@ Name | Type | Description | Notes
713
713
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -1336,7 +1336,7 @@ Name | Type | Description | Notes
1336
1336
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
1337
1337
1338
1338
# **get_crossex_fee**
1339
-
> CrossexFee get_crossex_fee()
1339
+
> list[InlineResponse2006] get_crossex_fee()
1340
1340
1341
1341
Query User Fee Rates
1342
1342
@@ -1382,7 +1382,7 @@ This endpoint does not need any parameter.
**text** | **str** | Order ID (cannot be customized) |
8
+
9
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/CrossexMarginInterestRecord.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
**liability_coin** | **str** | Debt Currency |
12
12
**interest** | **str** | Interest |
13
13
**interest_rate** | **str** | interest rate |
14
-
**interest_type** | **str** | Interest deduction type (`PERIODIC_POSITION`: periodic position interest; `PERIODIC_OPEN_ORDER`: periodic open-order interest;`IMMEDIATE_OPEN_ORDER`: interest charged on order opening) |
14
+
**interest_type** | **str** | Interest deduction type (`PERIODIC_POSITION` hourly interest on position, `PERIODIC_OPEN_ORDER` hourly interest on open orders,`IMMEDIATE_OPEN_ORDER` interest charged on order placement, `PERIODIC_ISOLATED` hourly interest on debt) |
@@ -56,7 +56,7 @@ This endpoint does not need any parameter.
56
56
57
57
### Return type
58
58
59
-
[**InlineResponse20011**](InlineResponse20011.md)
59
+
[**InlineResponse20012**](InlineResponse20012.md)
60
60
61
61
### Authorization
62
62
@@ -75,7 +75,7 @@ This endpoint does not need any parameter.
75
75
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -135,7 +135,7 @@ Name | Type | Description | Notes
135
135
136
136
### Return type
137
137
138
-
[**InlineResponse20012**](InlineResponse20012.md)
138
+
[**InlineResponse20013**](InlineResponse20013.md)
139
139
140
140
### Authorization
141
141
@@ -154,7 +154,7 @@ Name | Type | Description | Notes
154
154
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
155
155
156
156
# **list_activity_types**
157
-
> InlineResponse20013 list_activity_types()
157
+
> InlineResponse20014 list_activity_types()
158
158
159
159
Activity type list
160
160
@@ -191,7 +191,7 @@ This endpoint does not need any parameter.
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**list** | [**list[InlineResponse20010DataList]**](InlineResponse20010DataList.md) | Live stream/replay list | [optional]
7
+
8
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments