@binance/margin-trading 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -19
- package/dist/index.d.mts +235 -422
- package/dist/index.d.ts +235 -422
- package/dist/index.js +66 -130
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +63 -127
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestApiResponse, ConfigurationRestAPI } from '@binance/common';
|
|
2
|
-
export { BadRequestError, ConnectorClientError, ForbiddenError, MARGIN_TRADING_REST_API_PROD_URL,
|
|
2
|
+
export { BadRequestError, ConnectorClientError, ForbiddenError, MARGIN_TRADING_REST_API_PROD_URL, NetworkError, NotFoundError, RateLimitBanError, RequiredError, ServerError, TooManyRequestsError, UnauthorizedError } from '@binance/common';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
|
-
* Binance
|
|
5
|
+
* Binance Margin Trading REST API
|
|
6
6
|
*
|
|
7
|
-
* OpenAPI Specification for the Binance
|
|
7
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
8
8
|
*
|
|
9
9
|
* The version of the OpenAPI document: 1.0.0
|
|
10
10
|
*
|
|
@@ -28,9 +28,9 @@ interface AdjustCrossMarginMaxLeverageResponse {
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
/**
|
|
31
|
-
* Binance
|
|
31
|
+
* Binance Margin Trading REST API
|
|
32
32
|
*
|
|
33
|
-
* OpenAPI Specification for the Binance
|
|
33
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
34
34
|
*
|
|
35
35
|
* The version of the OpenAPI document: 1.0.0
|
|
36
36
|
*
|
|
@@ -60,9 +60,9 @@ interface BadRequest {
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
/**
|
|
63
|
-
* Binance
|
|
63
|
+
* Binance Margin Trading REST API
|
|
64
64
|
*
|
|
65
|
-
* OpenAPI Specification for the Binance
|
|
65
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
66
66
|
*
|
|
67
67
|
* The version of the OpenAPI document: 1.0.0
|
|
68
68
|
*
|
|
@@ -98,9 +98,9 @@ interface CreateSpecialKeyResponse {
|
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
/**
|
|
101
|
-
* Binance
|
|
101
|
+
* Binance Margin Trading REST API
|
|
102
102
|
*
|
|
103
|
-
* OpenAPI Specification for the Binance
|
|
103
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
104
104
|
*
|
|
105
105
|
* The version of the OpenAPI document: 1.0.0
|
|
106
106
|
*
|
|
@@ -136,9 +136,9 @@ interface CrossMarginCollateralRatioResponseInnerCollateralsInner {
|
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
/**
|
|
139
|
-
* Binance
|
|
139
|
+
* Binance Margin Trading REST API
|
|
140
140
|
*
|
|
141
|
-
* OpenAPI Specification for the Binance
|
|
141
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
142
142
|
*
|
|
143
143
|
* The version of the OpenAPI document: 1.0.0
|
|
144
144
|
*
|
|
@@ -169,9 +169,9 @@ interface CrossMarginCollateralRatioResponseInner {
|
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
/**
|
|
172
|
-
* Binance
|
|
172
|
+
* Binance Margin Trading REST API
|
|
173
173
|
*
|
|
174
|
-
* OpenAPI Specification for the Binance
|
|
174
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
175
175
|
*
|
|
176
176
|
* The version of the OpenAPI document: 1.0.0
|
|
177
177
|
*
|
|
@@ -190,9 +190,9 @@ interface CrossMarginCollateralRatioResponse extends Array<CrossMarginCollateral
|
|
|
190
190
|
}
|
|
191
191
|
|
|
192
192
|
/**
|
|
193
|
-
* Binance
|
|
193
|
+
* Binance Margin Trading REST API
|
|
194
194
|
*
|
|
195
|
-
* OpenAPI Specification for the Binance
|
|
195
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
196
196
|
*
|
|
197
197
|
* The version of the OpenAPI document: 1.0.0
|
|
198
198
|
*
|
|
@@ -222,9 +222,9 @@ interface DisableIsolatedMarginAccountResponse {
|
|
|
222
222
|
}
|
|
223
223
|
|
|
224
224
|
/**
|
|
225
|
-
* Binance
|
|
225
|
+
* Binance Margin Trading REST API
|
|
226
226
|
*
|
|
227
|
-
* OpenAPI Specification for the Binance
|
|
227
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
228
228
|
*
|
|
229
229
|
* The version of the OpenAPI document: 1.0.0
|
|
230
230
|
*
|
|
@@ -254,9 +254,9 @@ interface EnableIsolatedMarginAccountResponse {
|
|
|
254
254
|
}
|
|
255
255
|
|
|
256
256
|
/**
|
|
257
|
-
* Binance
|
|
257
|
+
* Binance Margin Trading REST API
|
|
258
258
|
*
|
|
259
|
-
* OpenAPI Specification for the Binance
|
|
259
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
260
260
|
*
|
|
261
261
|
* The version of the OpenAPI document: 1.0.0
|
|
262
262
|
*
|
|
@@ -322,9 +322,9 @@ interface GetAllCrossMarginPairsResponseInner {
|
|
|
322
322
|
}
|
|
323
323
|
|
|
324
324
|
/**
|
|
325
|
-
* Binance
|
|
325
|
+
* Binance Margin Trading REST API
|
|
326
326
|
*
|
|
327
|
-
* OpenAPI Specification for the Binance
|
|
327
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
328
328
|
*
|
|
329
329
|
* The version of the OpenAPI document: 1.0.0
|
|
330
330
|
*
|
|
@@ -343,9 +343,9 @@ interface GetAllCrossMarginPairsResponse extends Array<GetAllCrossMarginPairsRes
|
|
|
343
343
|
}
|
|
344
344
|
|
|
345
345
|
/**
|
|
346
|
-
* Binance
|
|
346
|
+
* Binance Margin Trading REST API
|
|
347
347
|
*
|
|
348
|
-
* OpenAPI Specification for the Binance
|
|
348
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
349
349
|
*
|
|
350
350
|
* The version of the OpenAPI document: 1.0.0
|
|
351
351
|
*
|
|
@@ -399,9 +399,9 @@ interface GetAllIsolatedMarginSymbolResponseInner {
|
|
|
399
399
|
}
|
|
400
400
|
|
|
401
401
|
/**
|
|
402
|
-
* Binance
|
|
402
|
+
* Binance Margin Trading REST API
|
|
403
403
|
*
|
|
404
|
-
* OpenAPI Specification for the Binance
|
|
404
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
405
405
|
*
|
|
406
406
|
* The version of the OpenAPI document: 1.0.0
|
|
407
407
|
*
|
|
@@ -420,9 +420,9 @@ interface GetAllIsolatedMarginSymbolResponse extends Array<GetAllIsolatedMarginS
|
|
|
420
420
|
}
|
|
421
421
|
|
|
422
422
|
/**
|
|
423
|
-
* Binance
|
|
423
|
+
* Binance Margin Trading REST API
|
|
424
424
|
*
|
|
425
|
-
* OpenAPI Specification for the Binance
|
|
425
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
426
426
|
*
|
|
427
427
|
* The version of the OpenAPI document: 1.0.0
|
|
428
428
|
*
|
|
@@ -482,9 +482,9 @@ interface GetAllMarginAssetsResponseInner {
|
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
/**
|
|
485
|
-
* Binance
|
|
485
|
+
* Binance Margin Trading REST API
|
|
486
486
|
*
|
|
487
|
-
* OpenAPI Specification for the Binance
|
|
487
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
488
488
|
*
|
|
489
489
|
* The version of the OpenAPI document: 1.0.0
|
|
490
490
|
*
|
|
@@ -503,9 +503,9 @@ interface GetAllMarginAssetsResponse extends Array<GetAllMarginAssetsResponseInn
|
|
|
503
503
|
}
|
|
504
504
|
|
|
505
505
|
/**
|
|
506
|
-
* Binance
|
|
506
|
+
* Binance Margin Trading REST API
|
|
507
507
|
*
|
|
508
|
-
* OpenAPI Specification for the Binance
|
|
508
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
509
509
|
*
|
|
510
510
|
* The version of the OpenAPI document: 1.0.0
|
|
511
511
|
*
|
|
@@ -535,9 +535,9 @@ interface GetBnbBurnStatusResponse {
|
|
|
535
535
|
}
|
|
536
536
|
|
|
537
537
|
/**
|
|
538
|
-
* Binance
|
|
538
|
+
* Binance Margin Trading REST API
|
|
539
539
|
*
|
|
540
|
-
* OpenAPI Specification for the Binance
|
|
540
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
541
541
|
*
|
|
542
542
|
* The version of the OpenAPI document: 1.0.0
|
|
543
543
|
*
|
|
@@ -615,9 +615,9 @@ interface GetCrossMarginTransferHistoryResponseRowsInner {
|
|
|
615
615
|
}
|
|
616
616
|
|
|
617
617
|
/**
|
|
618
|
-
* Binance
|
|
618
|
+
* Binance Margin Trading REST API
|
|
619
619
|
*
|
|
620
|
-
* OpenAPI Specification for the Binance
|
|
620
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
621
621
|
*
|
|
622
622
|
* The version of the OpenAPI document: 1.0.0
|
|
623
623
|
*
|
|
@@ -648,9 +648,9 @@ interface GetCrossMarginTransferHistoryResponse {
|
|
|
648
648
|
}
|
|
649
649
|
|
|
650
650
|
/**
|
|
651
|
-
* Binance
|
|
651
|
+
* Binance Margin Trading REST API
|
|
652
652
|
*
|
|
653
|
-
* OpenAPI Specification for the Binance
|
|
653
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
654
654
|
*
|
|
655
655
|
* The version of the OpenAPI document: 1.0.0
|
|
656
656
|
*
|
|
@@ -686,9 +686,9 @@ interface GetDelistScheduleResponseInner {
|
|
|
686
686
|
}
|
|
687
687
|
|
|
688
688
|
/**
|
|
689
|
-
* Binance
|
|
689
|
+
* Binance Margin Trading REST API
|
|
690
690
|
*
|
|
691
|
-
* OpenAPI Specification for the Binance
|
|
691
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
692
692
|
*
|
|
693
693
|
* The version of the OpenAPI document: 1.0.0
|
|
694
694
|
*
|
|
@@ -707,9 +707,9 @@ interface GetDelistScheduleResponse extends Array<GetDelistScheduleResponseInner
|
|
|
707
707
|
}
|
|
708
708
|
|
|
709
709
|
/**
|
|
710
|
-
* Binance
|
|
710
|
+
* Binance Margin Trading REST API
|
|
711
711
|
*
|
|
712
|
-
* OpenAPI Specification for the Binance
|
|
712
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
713
713
|
*
|
|
714
714
|
* The version of the OpenAPI document: 1.0.0
|
|
715
715
|
*
|
|
@@ -787,9 +787,9 @@ interface GetForceLiquidationRecordResponseRowsInner {
|
|
|
787
787
|
}
|
|
788
788
|
|
|
789
789
|
/**
|
|
790
|
-
* Binance
|
|
790
|
+
* Binance Margin Trading REST API
|
|
791
791
|
*
|
|
792
|
-
* OpenAPI Specification for the Binance
|
|
792
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
793
793
|
*
|
|
794
794
|
* The version of the OpenAPI document: 1.0.0
|
|
795
795
|
*
|
|
@@ -820,9 +820,9 @@ interface GetForceLiquidationRecordResponse {
|
|
|
820
820
|
}
|
|
821
821
|
|
|
822
822
|
/**
|
|
823
|
-
* Binance
|
|
823
|
+
* Binance Margin Trading REST API
|
|
824
824
|
*
|
|
825
|
-
* OpenAPI Specification for the Binance
|
|
825
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
826
826
|
*
|
|
827
827
|
* The version of the OpenAPI document: 1.0.0
|
|
828
828
|
*
|
|
@@ -852,9 +852,9 @@ interface GetFutureHourlyInterestRateResponseInner {
|
|
|
852
852
|
}
|
|
853
853
|
|
|
854
854
|
/**
|
|
855
|
-
* Binance
|
|
855
|
+
* Binance Margin Trading REST API
|
|
856
856
|
*
|
|
857
|
-
* OpenAPI Specification for the Binance
|
|
857
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
858
858
|
*
|
|
859
859
|
* The version of the OpenAPI document: 1.0.0
|
|
860
860
|
*
|
|
@@ -873,9 +873,9 @@ interface GetFutureHourlyInterestRateResponse extends Array<GetFutureHourlyInter
|
|
|
873
873
|
}
|
|
874
874
|
|
|
875
875
|
/**
|
|
876
|
-
* Binance
|
|
876
|
+
* Binance Margin Trading REST API
|
|
877
877
|
*
|
|
878
|
-
* OpenAPI Specification for the Binance
|
|
878
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
879
879
|
*
|
|
880
880
|
* The version of the OpenAPI document: 1.0.0
|
|
881
881
|
*
|
|
@@ -947,9 +947,9 @@ interface GetInterestHistoryResponseRowsInner {
|
|
|
947
947
|
}
|
|
948
948
|
|
|
949
949
|
/**
|
|
950
|
-
* Binance
|
|
950
|
+
* Binance Margin Trading REST API
|
|
951
951
|
*
|
|
952
|
-
* OpenAPI Specification for the Binance
|
|
952
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
953
953
|
*
|
|
954
954
|
* The version of the OpenAPI document: 1.0.0
|
|
955
955
|
*
|
|
@@ -980,9 +980,9 @@ interface GetInterestHistoryResponse {
|
|
|
980
980
|
}
|
|
981
981
|
|
|
982
982
|
/**
|
|
983
|
-
* Binance
|
|
983
|
+
* Binance Margin Trading REST API
|
|
984
984
|
*
|
|
985
|
-
* OpenAPI Specification for the Binance
|
|
985
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
986
986
|
*
|
|
987
987
|
* The version of the OpenAPI document: 1.0.0
|
|
988
988
|
*
|
|
@@ -1030,9 +1030,9 @@ interface GetSmallLiabilityExchangeCoinListResponseInner {
|
|
|
1030
1030
|
}
|
|
1031
1031
|
|
|
1032
1032
|
/**
|
|
1033
|
-
* Binance
|
|
1033
|
+
* Binance Margin Trading REST API
|
|
1034
1034
|
*
|
|
1035
|
-
* OpenAPI Specification for the Binance
|
|
1035
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1036
1036
|
*
|
|
1037
1037
|
* The version of the OpenAPI document: 1.0.0
|
|
1038
1038
|
*
|
|
@@ -1051,9 +1051,9 @@ interface GetSmallLiabilityExchangeCoinListResponse extends Array<GetSmallLiabil
|
|
|
1051
1051
|
}
|
|
1052
1052
|
|
|
1053
1053
|
/**
|
|
1054
|
-
* Binance
|
|
1054
|
+
* Binance Margin Trading REST API
|
|
1055
1055
|
*
|
|
1056
|
-
* OpenAPI Specification for the Binance
|
|
1056
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1057
1057
|
*
|
|
1058
1058
|
* The version of the OpenAPI document: 1.0.0
|
|
1059
1059
|
*
|
|
@@ -1107,9 +1107,9 @@ interface GetSmallLiabilityExchangeHistoryResponseRowsInner {
|
|
|
1107
1107
|
}
|
|
1108
1108
|
|
|
1109
1109
|
/**
|
|
1110
|
-
* Binance
|
|
1110
|
+
* Binance Margin Trading REST API
|
|
1111
1111
|
*
|
|
1112
|
-
* OpenAPI Specification for the Binance
|
|
1112
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1113
1113
|
*
|
|
1114
1114
|
* The version of the OpenAPI document: 1.0.0
|
|
1115
1115
|
*
|
|
@@ -1140,9 +1140,9 @@ interface GetSmallLiabilityExchangeHistoryResponse {
|
|
|
1140
1140
|
}
|
|
1141
1141
|
|
|
1142
1142
|
/**
|
|
1143
|
-
* Binance
|
|
1143
|
+
* Binance Margin Trading REST API
|
|
1144
1144
|
*
|
|
1145
|
-
* OpenAPI Specification for the Binance
|
|
1145
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1146
1146
|
*
|
|
1147
1147
|
* The version of the OpenAPI document: 1.0.0
|
|
1148
1148
|
*
|
|
@@ -1178,9 +1178,9 @@ interface GetSummaryOfMarginAccountResponse {
|
|
|
1178
1178
|
}
|
|
1179
1179
|
|
|
1180
1180
|
/**
|
|
1181
|
-
* Binance
|
|
1181
|
+
* Binance Margin Trading REST API
|
|
1182
1182
|
*
|
|
1183
|
-
* OpenAPI Specification for the Binance
|
|
1183
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1184
1184
|
*
|
|
1185
1185
|
* The version of the OpenAPI document: 1.0.0
|
|
1186
1186
|
*
|
|
@@ -1204,9 +1204,9 @@ interface MarginAccountBorrowRepayResponse {
|
|
|
1204
1204
|
}
|
|
1205
1205
|
|
|
1206
1206
|
/**
|
|
1207
|
-
* Binance
|
|
1207
|
+
* Binance Margin Trading REST API
|
|
1208
1208
|
*
|
|
1209
|
-
* OpenAPI Specification for the Binance
|
|
1209
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1210
1210
|
*
|
|
1211
1211
|
* The version of the OpenAPI document: 1.0.0
|
|
1212
1212
|
*
|
|
@@ -1314,9 +1314,9 @@ interface MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrderReportsInne
|
|
|
1314
1314
|
}
|
|
1315
1315
|
|
|
1316
1316
|
/**
|
|
1317
|
-
* Binance
|
|
1317
|
+
* Binance Margin Trading REST API
|
|
1318
1318
|
*
|
|
1319
|
-
* OpenAPI Specification for the Binance
|
|
1319
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1320
1320
|
*
|
|
1321
1321
|
* The version of the OpenAPI document: 1.0.0
|
|
1322
1322
|
*
|
|
@@ -1352,9 +1352,9 @@ interface MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrdersInner {
|
|
|
1352
1352
|
}
|
|
1353
1353
|
|
|
1354
1354
|
/**
|
|
1355
|
-
* Binance
|
|
1355
|
+
* Binance Margin Trading REST API
|
|
1356
1356
|
*
|
|
1357
|
-
* OpenAPI Specification for the Binance
|
|
1357
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1358
1358
|
*
|
|
1359
1359
|
* The version of the OpenAPI document: 1.0.0
|
|
1360
1360
|
*
|
|
@@ -1505,9 +1505,9 @@ interface MarginAccountCancelAllOpenOrdersOnASymbolResponseInner {
|
|
|
1505
1505
|
}
|
|
1506
1506
|
|
|
1507
1507
|
/**
|
|
1508
|
-
* Binance
|
|
1508
|
+
* Binance Margin Trading REST API
|
|
1509
1509
|
*
|
|
1510
|
-
* OpenAPI Specification for the Binance
|
|
1510
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1511
1511
|
*
|
|
1512
1512
|
* The version of the OpenAPI document: 1.0.0
|
|
1513
1513
|
*
|
|
@@ -1526,9 +1526,9 @@ interface MarginAccountCancelAllOpenOrdersOnASymbolResponse extends Array<Margin
|
|
|
1526
1526
|
}
|
|
1527
1527
|
|
|
1528
1528
|
/**
|
|
1529
|
-
* Binance
|
|
1529
|
+
* Binance Margin Trading REST API
|
|
1530
1530
|
*
|
|
1531
|
-
* OpenAPI Specification for the Binance
|
|
1531
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1532
1532
|
*
|
|
1533
1533
|
* The version of the OpenAPI document: 1.0.0
|
|
1534
1534
|
*
|
|
@@ -1636,9 +1636,9 @@ interface MarginAccountCancelOcoResponseOrderReportsInner {
|
|
|
1636
1636
|
}
|
|
1637
1637
|
|
|
1638
1638
|
/**
|
|
1639
|
-
* Binance
|
|
1639
|
+
* Binance Margin Trading REST API
|
|
1640
1640
|
*
|
|
1641
|
-
* OpenAPI Specification for the Binance
|
|
1641
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1642
1642
|
*
|
|
1643
1643
|
* The version of the OpenAPI document: 1.0.0
|
|
1644
1644
|
*
|
|
@@ -1674,9 +1674,9 @@ interface MarginAccountCancelOcoResponseOrdersInner {
|
|
|
1674
1674
|
}
|
|
1675
1675
|
|
|
1676
1676
|
/**
|
|
1677
|
-
* Binance
|
|
1677
|
+
* Binance Margin Trading REST API
|
|
1678
1678
|
*
|
|
1679
|
-
* OpenAPI Specification for the Binance
|
|
1679
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1680
1680
|
*
|
|
1681
1681
|
* The version of the OpenAPI document: 1.0.0
|
|
1682
1682
|
*
|
|
@@ -1755,9 +1755,9 @@ interface MarginAccountCancelOcoResponse {
|
|
|
1755
1755
|
}
|
|
1756
1756
|
|
|
1757
1757
|
/**
|
|
1758
|
-
* Binance
|
|
1758
|
+
* Binance Margin Trading REST API
|
|
1759
1759
|
*
|
|
1760
|
-
* OpenAPI Specification for the Binance
|
|
1760
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1761
1761
|
*
|
|
1762
1762
|
* The version of the OpenAPI document: 1.0.0
|
|
1763
1763
|
*
|
|
@@ -1853,9 +1853,9 @@ interface MarginAccountCancelOrderResponse {
|
|
|
1853
1853
|
}
|
|
1854
1854
|
|
|
1855
1855
|
/**
|
|
1856
|
-
* Binance
|
|
1856
|
+
* Binance Margin Trading REST API
|
|
1857
1857
|
*
|
|
1858
|
-
* OpenAPI Specification for the Binance
|
|
1858
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1859
1859
|
*
|
|
1860
1860
|
* The version of the OpenAPI document: 1.0.0
|
|
1861
1861
|
*
|
|
@@ -1963,9 +1963,9 @@ interface MarginAccountNewOcoResponseOrderReportsInner {
|
|
|
1963
1963
|
}
|
|
1964
1964
|
|
|
1965
1965
|
/**
|
|
1966
|
-
* Binance
|
|
1966
|
+
* Binance Margin Trading REST API
|
|
1967
1967
|
*
|
|
1968
|
-
* OpenAPI Specification for the Binance
|
|
1968
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1969
1969
|
*
|
|
1970
1970
|
* The version of the OpenAPI document: 1.0.0
|
|
1971
1971
|
*
|
|
@@ -2001,9 +2001,9 @@ interface MarginAccountNewOcoResponseOrdersInner {
|
|
|
2001
2001
|
}
|
|
2002
2002
|
|
|
2003
2003
|
/**
|
|
2004
|
-
* Binance
|
|
2004
|
+
* Binance Margin Trading REST API
|
|
2005
2005
|
*
|
|
2006
|
-
* OpenAPI Specification for the Binance
|
|
2006
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2007
2007
|
*
|
|
2008
2008
|
* The version of the OpenAPI document: 1.0.0
|
|
2009
2009
|
*
|
|
@@ -2094,9 +2094,9 @@ interface MarginAccountNewOcoResponse {
|
|
|
2094
2094
|
}
|
|
2095
2095
|
|
|
2096
2096
|
/**
|
|
2097
|
-
* Binance
|
|
2097
|
+
* Binance Margin Trading REST API
|
|
2098
2098
|
*
|
|
2099
|
-
* OpenAPI Specification for the Binance
|
|
2099
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2100
2100
|
*
|
|
2101
2101
|
* The version of the OpenAPI document: 1.0.0
|
|
2102
2102
|
*
|
|
@@ -2144,9 +2144,9 @@ interface MarginAccountNewOrderResponse1 {
|
|
|
2144
2144
|
}
|
|
2145
2145
|
|
|
2146
2146
|
/**
|
|
2147
|
-
* Binance
|
|
2147
|
+
* Binance Margin Trading REST API
|
|
2148
2148
|
*
|
|
2149
|
-
* OpenAPI Specification for the Binance
|
|
2149
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2150
2150
|
*
|
|
2151
2151
|
* The version of the OpenAPI document: 1.0.0
|
|
2152
2152
|
*
|
|
@@ -2248,9 +2248,9 @@ interface MarginAccountNewOrderResponse2 {
|
|
|
2248
2248
|
}
|
|
2249
2249
|
|
|
2250
2250
|
/**
|
|
2251
|
-
* Binance
|
|
2251
|
+
* Binance Margin Trading REST API
|
|
2252
2252
|
*
|
|
2253
|
-
* OpenAPI Specification for the Binance
|
|
2253
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2254
2254
|
*
|
|
2255
2255
|
* The version of the OpenAPI document: 1.0.0
|
|
2256
2256
|
*
|
|
@@ -2298,9 +2298,9 @@ interface MarginAccountNewOrderResponse3FillsInner {
|
|
|
2298
2298
|
}
|
|
2299
2299
|
|
|
2300
2300
|
/**
|
|
2301
|
-
* Binance
|
|
2301
|
+
* Binance Margin Trading REST API
|
|
2302
2302
|
*
|
|
2303
|
-
* OpenAPI Specification for the Binance
|
|
2303
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2304
2304
|
*
|
|
2305
2305
|
* The version of the OpenAPI document: 1.0.0
|
|
2306
2306
|
*
|
|
@@ -2421,9 +2421,9 @@ interface MarginAccountNewOrderResponse3 {
|
|
|
2421
2421
|
}
|
|
2422
2422
|
|
|
2423
2423
|
/**
|
|
2424
|
-
* Binance
|
|
2424
|
+
* Binance Margin Trading REST API
|
|
2425
2425
|
*
|
|
2426
|
-
* OpenAPI Specification for the Binance
|
|
2426
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2427
2427
|
*
|
|
2428
2428
|
* The version of the OpenAPI document: 1.0.0
|
|
2429
2429
|
*
|
|
@@ -2440,9 +2440,9 @@ interface MarginAccountNewOrderResponse3 {
|
|
|
2440
2440
|
type MarginAccountNewOrderResponse = MarginAccountNewOrderResponse1 | MarginAccountNewOrderResponse2 | MarginAccountNewOrderResponse3;
|
|
2441
2441
|
|
|
2442
2442
|
/**
|
|
2443
|
-
* Binance
|
|
2443
|
+
* Binance Margin Trading REST API
|
|
2444
2444
|
*
|
|
2445
|
-
* OpenAPI Specification for the Binance
|
|
2445
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2446
2446
|
*
|
|
2447
2447
|
* The version of the OpenAPI document: 1.0.0
|
|
2448
2448
|
*
|
|
@@ -2544,9 +2544,9 @@ interface MarginAccountNewOtoResponseOrderReportsInner {
|
|
|
2544
2544
|
}
|
|
2545
2545
|
|
|
2546
2546
|
/**
|
|
2547
|
-
* Binance
|
|
2547
|
+
* Binance Margin Trading REST API
|
|
2548
2548
|
*
|
|
2549
|
-
* OpenAPI Specification for the Binance
|
|
2549
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2550
2550
|
*
|
|
2551
2551
|
* The version of the OpenAPI document: 1.0.0
|
|
2552
2552
|
*
|
|
@@ -2582,9 +2582,9 @@ interface MarginAccountNewOtoResponseOrdersInner {
|
|
|
2582
2582
|
}
|
|
2583
2583
|
|
|
2584
2584
|
/**
|
|
2585
|
-
* Binance
|
|
2585
|
+
* Binance Margin Trading REST API
|
|
2586
2586
|
*
|
|
2587
|
-
* OpenAPI Specification for the Binance
|
|
2587
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2588
2588
|
*
|
|
2589
2589
|
* The version of the OpenAPI document: 1.0.0
|
|
2590
2590
|
*
|
|
@@ -2663,9 +2663,9 @@ interface MarginAccountNewOtoResponse {
|
|
|
2663
2663
|
}
|
|
2664
2664
|
|
|
2665
2665
|
/**
|
|
2666
|
-
* Binance
|
|
2666
|
+
* Binance Margin Trading REST API
|
|
2667
2667
|
*
|
|
2668
|
-
* OpenAPI Specification for the Binance
|
|
2668
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2669
2669
|
*
|
|
2670
2670
|
* The version of the OpenAPI document: 1.0.0
|
|
2671
2671
|
*
|
|
@@ -2773,9 +2773,9 @@ interface MarginAccountNewOtocoResponseOrderReportsInner {
|
|
|
2773
2773
|
}
|
|
2774
2774
|
|
|
2775
2775
|
/**
|
|
2776
|
-
* Binance
|
|
2776
|
+
* Binance Margin Trading REST API
|
|
2777
2777
|
*
|
|
2778
|
-
* OpenAPI Specification for the Binance
|
|
2778
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2779
2779
|
*
|
|
2780
2780
|
* The version of the OpenAPI document: 1.0.0
|
|
2781
2781
|
*
|
|
@@ -2811,9 +2811,9 @@ interface MarginAccountNewOtocoResponseOrdersInner {
|
|
|
2811
2811
|
}
|
|
2812
2812
|
|
|
2813
2813
|
/**
|
|
2814
|
-
* Binance
|
|
2814
|
+
* Binance Margin Trading REST API
|
|
2815
2815
|
*
|
|
2816
|
-
* OpenAPI Specification for the Binance
|
|
2816
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2817
2817
|
*
|
|
2818
2818
|
* The version of the OpenAPI document: 1.0.0
|
|
2819
2819
|
*
|
|
@@ -2892,9 +2892,9 @@ interface MarginAccountNewOtocoResponse {
|
|
|
2892
2892
|
}
|
|
2893
2893
|
|
|
2894
2894
|
/**
|
|
2895
|
-
* Binance
|
|
2895
|
+
* Binance Margin Trading REST API
|
|
2896
2896
|
*
|
|
2897
|
-
* OpenAPI Specification for the Binance
|
|
2897
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2898
2898
|
*
|
|
2899
2899
|
* The version of the OpenAPI document: 1.0.0
|
|
2900
2900
|
*
|
|
@@ -2942,9 +2942,9 @@ interface MarginManualLiquidationResponse {
|
|
|
2942
2942
|
}
|
|
2943
2943
|
|
|
2944
2944
|
/**
|
|
2945
|
-
* Binance
|
|
2945
|
+
* Binance Margin Trading REST API
|
|
2946
2946
|
*
|
|
2947
|
-
* OpenAPI Specification for the Binance
|
|
2947
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2948
2948
|
*
|
|
2949
2949
|
* The version of the OpenAPI document: 1.0.0
|
|
2950
2950
|
*
|
|
@@ -3016,9 +3016,9 @@ interface QueryBorrowRepayRecordsInMarginAccountResponseRowsInner {
|
|
|
3016
3016
|
}
|
|
3017
3017
|
|
|
3018
3018
|
/**
|
|
3019
|
-
* Binance
|
|
3019
|
+
* Binance Margin Trading REST API
|
|
3020
3020
|
*
|
|
3021
|
-
* OpenAPI Specification for the Binance
|
|
3021
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3022
3022
|
*
|
|
3023
3023
|
* The version of the OpenAPI document: 1.0.0
|
|
3024
3024
|
*
|
|
@@ -3049,9 +3049,9 @@ interface QueryBorrowRepayRecordsInMarginAccountResponse {
|
|
|
3049
3049
|
}
|
|
3050
3050
|
|
|
3051
3051
|
/**
|
|
3052
|
-
* Binance
|
|
3052
|
+
* Binance Margin Trading REST API
|
|
3053
3053
|
*
|
|
3054
|
-
* OpenAPI Specification for the Binance
|
|
3054
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3055
3055
|
*
|
|
3056
3056
|
* The version of the OpenAPI document: 1.0.0
|
|
3057
3057
|
*
|
|
@@ -3111,9 +3111,9 @@ interface QueryCrossIsolatedMarginCapitalFlowResponseInner {
|
|
|
3111
3111
|
}
|
|
3112
3112
|
|
|
3113
3113
|
/**
|
|
3114
|
-
* Binance
|
|
3114
|
+
* Binance Margin Trading REST API
|
|
3115
3115
|
*
|
|
3116
|
-
* OpenAPI Specification for the Binance
|
|
3116
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3117
3117
|
*
|
|
3118
3118
|
* The version of the OpenAPI document: 1.0.0
|
|
3119
3119
|
*
|
|
@@ -3132,9 +3132,9 @@ interface QueryCrossIsolatedMarginCapitalFlowResponse extends Array<QueryCrossIs
|
|
|
3132
3132
|
}
|
|
3133
3133
|
|
|
3134
3134
|
/**
|
|
3135
|
-
* Binance
|
|
3135
|
+
* Binance Margin Trading REST API
|
|
3136
3136
|
*
|
|
3137
|
-
* OpenAPI Specification for the Binance
|
|
3137
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3138
3138
|
*
|
|
3139
3139
|
* The version of the OpenAPI document: 1.0.0
|
|
3140
3140
|
*
|
|
@@ -3188,9 +3188,9 @@ interface QueryCrossMarginAccountDetailsResponseUserAssetsInner {
|
|
|
3188
3188
|
}
|
|
3189
3189
|
|
|
3190
3190
|
/**
|
|
3191
|
-
* Binance
|
|
3191
|
+
* Binance Margin Trading REST API
|
|
3192
3192
|
*
|
|
3193
|
-
* OpenAPI Specification for the Binance
|
|
3193
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3194
3194
|
*
|
|
3195
3195
|
* The version of the OpenAPI document: 1.0.0
|
|
3196
3196
|
*
|
|
@@ -3293,9 +3293,9 @@ interface QueryCrossMarginAccountDetailsResponse {
|
|
|
3293
3293
|
}
|
|
3294
3294
|
|
|
3295
3295
|
/**
|
|
3296
|
-
* Binance
|
|
3296
|
+
* Binance Margin Trading REST API
|
|
3297
3297
|
*
|
|
3298
|
-
* OpenAPI Specification for the Binance
|
|
3298
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3299
3299
|
*
|
|
3300
3300
|
* The version of the OpenAPI document: 1.0.0
|
|
3301
3301
|
*
|
|
@@ -3361,9 +3361,9 @@ interface QueryCrossMarginFeeDataResponseInner {
|
|
|
3361
3361
|
}
|
|
3362
3362
|
|
|
3363
3363
|
/**
|
|
3364
|
-
* Binance
|
|
3364
|
+
* Binance Margin Trading REST API
|
|
3365
3365
|
*
|
|
3366
|
-
* OpenAPI Specification for the Binance
|
|
3366
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3367
3367
|
*
|
|
3368
3368
|
* The version of the OpenAPI document: 1.0.0
|
|
3369
3369
|
*
|
|
@@ -3382,9 +3382,9 @@ interface QueryCrossMarginFeeDataResponse extends Array<QueryCrossMarginFeeDataR
|
|
|
3382
3382
|
}
|
|
3383
3383
|
|
|
3384
3384
|
/**
|
|
3385
|
-
* Binance
|
|
3385
|
+
* Binance Margin Trading REST API
|
|
3386
3386
|
*
|
|
3387
|
-
* OpenAPI Specification for the Binance
|
|
3387
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3388
3388
|
*
|
|
3389
3389
|
* The version of the OpenAPI document: 1.0.0
|
|
3390
3390
|
*
|
|
@@ -3432,9 +3432,9 @@ interface QueryCurrentMarginOrderCountUsageResponseInner {
|
|
|
3432
3432
|
}
|
|
3433
3433
|
|
|
3434
3434
|
/**
|
|
3435
|
-
* Binance
|
|
3435
|
+
* Binance Margin Trading REST API
|
|
3436
3436
|
*
|
|
3437
|
-
* OpenAPI Specification for the Binance
|
|
3437
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3438
3438
|
*
|
|
3439
3439
|
* The version of the OpenAPI document: 1.0.0
|
|
3440
3440
|
*
|
|
@@ -3453,9 +3453,9 @@ interface QueryCurrentMarginOrderCountUsageResponse extends Array<QueryCurrentMa
|
|
|
3453
3453
|
}
|
|
3454
3454
|
|
|
3455
3455
|
/**
|
|
3456
|
-
* Binance
|
|
3456
|
+
* Binance Margin Trading REST API
|
|
3457
3457
|
*
|
|
3458
|
-
* OpenAPI Specification for the Binance
|
|
3458
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3459
3459
|
*
|
|
3460
3460
|
* The version of the OpenAPI document: 1.0.0
|
|
3461
3461
|
*
|
|
@@ -3485,9 +3485,9 @@ interface QueryEnabledIsolatedMarginAccountLimitResponse {
|
|
|
3485
3485
|
}
|
|
3486
3486
|
|
|
3487
3487
|
/**
|
|
3488
|
-
* Binance
|
|
3488
|
+
* Binance Margin Trading REST API
|
|
3489
3489
|
*
|
|
3490
|
-
* OpenAPI Specification for the Binance
|
|
3490
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3491
3491
|
*
|
|
3492
3492
|
* The version of the OpenAPI document: 1.0.0
|
|
3493
3493
|
*
|
|
@@ -3565,9 +3565,9 @@ interface QueryIsolatedMarginAccountInfoResponse1AssetsInnerBaseAsset {
|
|
|
3565
3565
|
}
|
|
3566
3566
|
|
|
3567
3567
|
/**
|
|
3568
|
-
* Binance
|
|
3568
|
+
* Binance Margin Trading REST API
|
|
3569
3569
|
*
|
|
3570
|
-
* OpenAPI Specification for the Binance
|
|
3570
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3571
3571
|
*
|
|
3572
3572
|
* The version of the OpenAPI document: 1.0.0
|
|
3573
3573
|
*
|
|
@@ -3645,9 +3645,9 @@ interface QueryIsolatedMarginAccountInfoResponse1AssetsInnerQuoteAsset {
|
|
|
3645
3645
|
}
|
|
3646
3646
|
|
|
3647
3647
|
/**
|
|
3648
|
-
* Binance
|
|
3648
|
+
* Binance Margin Trading REST API
|
|
3649
3649
|
*
|
|
3650
|
-
* OpenAPI Specification for the Binance
|
|
3650
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3651
3651
|
*
|
|
3652
3652
|
* The version of the OpenAPI document: 1.0.0
|
|
3653
3653
|
*
|
|
@@ -3738,9 +3738,9 @@ interface QueryIsolatedMarginAccountInfoResponse1AssetsInner {
|
|
|
3738
3738
|
}
|
|
3739
3739
|
|
|
3740
3740
|
/**
|
|
3741
|
-
* Binance
|
|
3741
|
+
* Binance Margin Trading REST API
|
|
3742
3742
|
*
|
|
3743
|
-
* OpenAPI Specification for the Binance
|
|
3743
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3744
3744
|
*
|
|
3745
3745
|
* The version of the OpenAPI document: 1.0.0
|
|
3746
3746
|
*
|
|
@@ -3783,9 +3783,9 @@ interface QueryIsolatedMarginAccountInfoResponse1 {
|
|
|
3783
3783
|
}
|
|
3784
3784
|
|
|
3785
3785
|
/**
|
|
3786
|
-
* Binance
|
|
3786
|
+
* Binance Margin Trading REST API
|
|
3787
3787
|
*
|
|
3788
|
-
* OpenAPI Specification for the Binance
|
|
3788
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3789
3789
|
*
|
|
3790
3790
|
* The version of the OpenAPI document: 1.0.0
|
|
3791
3791
|
*
|
|
@@ -3810,9 +3810,9 @@ interface QueryIsolatedMarginAccountInfoResponse2 {
|
|
|
3810
3810
|
}
|
|
3811
3811
|
|
|
3812
3812
|
/**
|
|
3813
|
-
* Binance
|
|
3813
|
+
* Binance Margin Trading REST API
|
|
3814
3814
|
*
|
|
3815
|
-
* OpenAPI Specification for the Binance
|
|
3815
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3816
3816
|
*
|
|
3817
3817
|
* The version of the OpenAPI document: 1.0.0
|
|
3818
3818
|
*
|
|
@@ -3829,9 +3829,9 @@ interface QueryIsolatedMarginAccountInfoResponse2 {
|
|
|
3829
3829
|
type QueryIsolatedMarginAccountInfoResponse = QueryIsolatedMarginAccountInfoResponse1 | QueryIsolatedMarginAccountInfoResponse2;
|
|
3830
3830
|
|
|
3831
3831
|
/**
|
|
3832
|
-
* Binance
|
|
3832
|
+
* Binance Margin Trading REST API
|
|
3833
3833
|
*
|
|
3834
|
-
* OpenAPI Specification for the Binance
|
|
3834
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3835
3835
|
*
|
|
3836
3836
|
* The version of the OpenAPI document: 1.0.0
|
|
3837
3837
|
*
|
|
@@ -3867,9 +3867,9 @@ interface QueryIsolatedMarginFeeDataResponseInnerDataInner {
|
|
|
3867
3867
|
}
|
|
3868
3868
|
|
|
3869
3869
|
/**
|
|
3870
|
-
* Binance
|
|
3870
|
+
* Binance Margin Trading REST API
|
|
3871
3871
|
*
|
|
3872
|
-
* OpenAPI Specification for the Binance
|
|
3872
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3873
3873
|
*
|
|
3874
3874
|
* The version of the OpenAPI document: 1.0.0
|
|
3875
3875
|
*
|
|
@@ -3912,9 +3912,9 @@ interface QueryIsolatedMarginFeeDataResponseInner {
|
|
|
3912
3912
|
}
|
|
3913
3913
|
|
|
3914
3914
|
/**
|
|
3915
|
-
* Binance
|
|
3915
|
+
* Binance Margin Trading REST API
|
|
3916
3916
|
*
|
|
3917
|
-
* OpenAPI Specification for the Binance
|
|
3917
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3918
3918
|
*
|
|
3919
3919
|
* The version of the OpenAPI document: 1.0.0
|
|
3920
3920
|
*
|
|
@@ -3933,9 +3933,9 @@ interface QueryIsolatedMarginFeeDataResponse extends Array<QueryIsolatedMarginFe
|
|
|
3933
3933
|
}
|
|
3934
3934
|
|
|
3935
3935
|
/**
|
|
3936
|
-
* Binance
|
|
3936
|
+
* Binance Margin Trading REST API
|
|
3937
3937
|
*
|
|
3938
|
-
* OpenAPI Specification for the Binance
|
|
3938
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3939
3939
|
*
|
|
3940
3940
|
* The version of the OpenAPI document: 1.0.0
|
|
3941
3941
|
*
|
|
@@ -3995,9 +3995,9 @@ interface QueryIsolatedMarginTierDataResponseInner {
|
|
|
3995
3995
|
}
|
|
3996
3996
|
|
|
3997
3997
|
/**
|
|
3998
|
-
* Binance
|
|
3998
|
+
* Binance Margin Trading REST API
|
|
3999
3999
|
*
|
|
4000
|
-
* OpenAPI Specification for the Binance
|
|
4000
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4001
4001
|
*
|
|
4002
4002
|
* The version of the OpenAPI document: 1.0.0
|
|
4003
4003
|
*
|
|
@@ -4016,9 +4016,9 @@ interface QueryIsolatedMarginTierDataResponse extends Array<QueryIsolatedMarginT
|
|
|
4016
4016
|
}
|
|
4017
4017
|
|
|
4018
4018
|
/**
|
|
4019
|
-
* Binance
|
|
4019
|
+
* Binance Margin Trading REST API
|
|
4020
4020
|
*
|
|
4021
|
-
* OpenAPI Specification for the Binance
|
|
4021
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4022
4022
|
*
|
|
4023
4023
|
* The version of the OpenAPI document: 1.0.0
|
|
4024
4024
|
*
|
|
@@ -4066,9 +4066,9 @@ interface QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInnerBrac
|
|
|
4066
4066
|
}
|
|
4067
4067
|
|
|
4068
4068
|
/**
|
|
4069
|
-
* Binance
|
|
4069
|
+
* Binance Margin Trading REST API
|
|
4070
4070
|
*
|
|
4071
|
-
* OpenAPI Specification for the Binance
|
|
4071
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4072
4072
|
*
|
|
4073
4073
|
* The version of the OpenAPI document: 1.0.0
|
|
4074
4074
|
*
|
|
@@ -4105,9 +4105,9 @@ interface QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInner {
|
|
|
4105
4105
|
}
|
|
4106
4106
|
|
|
4107
4107
|
/**
|
|
4108
|
-
* Binance
|
|
4108
|
+
* Binance Margin Trading REST API
|
|
4109
4109
|
*
|
|
4110
|
-
* OpenAPI Specification for the Binance
|
|
4110
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4111
4111
|
*
|
|
4112
4112
|
* The version of the OpenAPI document: 1.0.0
|
|
4113
4113
|
*
|
|
@@ -4126,9 +4126,9 @@ interface QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponse extends
|
|
|
4126
4126
|
}
|
|
4127
4127
|
|
|
4128
4128
|
/**
|
|
4129
|
-
* Binance
|
|
4129
|
+
* Binance Margin Trading REST API
|
|
4130
4130
|
*
|
|
4131
|
-
* OpenAPI Specification for the Binance
|
|
4131
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4132
4132
|
*
|
|
4133
4133
|
* The version of the OpenAPI document: 1.0.0
|
|
4134
4134
|
*
|
|
@@ -4164,9 +4164,9 @@ interface QueryMarginAccountsAllOcoResponseInnerOrdersInner {
|
|
|
4164
4164
|
}
|
|
4165
4165
|
|
|
4166
4166
|
/**
|
|
4167
|
-
* Binance
|
|
4167
|
+
* Binance Margin Trading REST API
|
|
4168
4168
|
*
|
|
4169
|
-
* OpenAPI Specification for the Binance
|
|
4169
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4170
4170
|
*
|
|
4171
4171
|
* The version of the OpenAPI document: 1.0.0
|
|
4172
4172
|
*
|
|
@@ -4239,9 +4239,9 @@ interface QueryMarginAccountsAllOcoResponseInner {
|
|
|
4239
4239
|
}
|
|
4240
4240
|
|
|
4241
4241
|
/**
|
|
4242
|
-
* Binance
|
|
4242
|
+
* Binance Margin Trading REST API
|
|
4243
4243
|
*
|
|
4244
|
-
* OpenAPI Specification for the Binance
|
|
4244
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4245
4245
|
*
|
|
4246
4246
|
* The version of the OpenAPI document: 1.0.0
|
|
4247
4247
|
*
|
|
@@ -4260,9 +4260,9 @@ interface QueryMarginAccountsAllOcoResponse extends Array<QueryMarginAccountsAll
|
|
|
4260
4260
|
}
|
|
4261
4261
|
|
|
4262
4262
|
/**
|
|
4263
|
-
* Binance
|
|
4263
|
+
* Binance Margin Trading REST API
|
|
4264
4264
|
*
|
|
4265
|
-
* OpenAPI Specification for the Binance
|
|
4265
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4266
4266
|
*
|
|
4267
4267
|
* The version of the OpenAPI document: 1.0.0
|
|
4268
4268
|
*
|
|
@@ -4388,9 +4388,9 @@ interface QueryMarginAccountsAllOrdersResponseInner {
|
|
|
4388
4388
|
}
|
|
4389
4389
|
|
|
4390
4390
|
/**
|
|
4391
|
-
* Binance
|
|
4391
|
+
* Binance Margin Trading REST API
|
|
4392
4392
|
*
|
|
4393
|
-
* OpenAPI Specification for the Binance
|
|
4393
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4394
4394
|
*
|
|
4395
4395
|
* The version of the OpenAPI document: 1.0.0
|
|
4396
4396
|
*
|
|
@@ -4409,9 +4409,9 @@ interface QueryMarginAccountsAllOrdersResponse extends Array<QueryMarginAccounts
|
|
|
4409
4409
|
}
|
|
4410
4410
|
|
|
4411
4411
|
/**
|
|
4412
|
-
* Binance
|
|
4412
|
+
* Binance Margin Trading REST API
|
|
4413
4413
|
*
|
|
4414
|
-
* OpenAPI Specification for the Binance
|
|
4414
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4415
4415
|
*
|
|
4416
4416
|
* The version of the OpenAPI document: 1.0.0
|
|
4417
4417
|
*
|
|
@@ -4447,9 +4447,9 @@ interface QueryMarginAccountsOcoResponseOrdersInner {
|
|
|
4447
4447
|
}
|
|
4448
4448
|
|
|
4449
4449
|
/**
|
|
4450
|
-
* Binance
|
|
4450
|
+
* Binance Margin Trading REST API
|
|
4451
4451
|
*
|
|
4452
|
-
* OpenAPI Specification for the Binance
|
|
4452
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4453
4453
|
*
|
|
4454
4454
|
* The version of the OpenAPI document: 1.0.0
|
|
4455
4455
|
*
|
|
@@ -4522,9 +4522,9 @@ interface QueryMarginAccountsOcoResponse {
|
|
|
4522
4522
|
}
|
|
4523
4523
|
|
|
4524
4524
|
/**
|
|
4525
|
-
* Binance
|
|
4525
|
+
* Binance Margin Trading REST API
|
|
4526
4526
|
*
|
|
4527
|
-
* OpenAPI Specification for the Binance
|
|
4527
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4528
4528
|
*
|
|
4529
4529
|
* The version of the OpenAPI document: 1.0.0
|
|
4530
4530
|
*
|
|
@@ -4560,9 +4560,9 @@ interface QueryMarginAccountsOpenOcoResponseInnerOrdersInner {
|
|
|
4560
4560
|
}
|
|
4561
4561
|
|
|
4562
4562
|
/**
|
|
4563
|
-
* Binance
|
|
4563
|
+
* Binance Margin Trading REST API
|
|
4564
4564
|
*
|
|
4565
|
-
* OpenAPI Specification for the Binance
|
|
4565
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4566
4566
|
*
|
|
4567
4567
|
* The version of the OpenAPI document: 1.0.0
|
|
4568
4568
|
*
|
|
@@ -4635,9 +4635,9 @@ interface QueryMarginAccountsOpenOcoResponseInner {
|
|
|
4635
4635
|
}
|
|
4636
4636
|
|
|
4637
4637
|
/**
|
|
4638
|
-
* Binance
|
|
4638
|
+
* Binance Margin Trading REST API
|
|
4639
4639
|
*
|
|
4640
|
-
* OpenAPI Specification for the Binance
|
|
4640
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4641
4641
|
*
|
|
4642
4642
|
* The version of the OpenAPI document: 1.0.0
|
|
4643
4643
|
*
|
|
@@ -4656,9 +4656,9 @@ interface QueryMarginAccountsOpenOcoResponse extends Array<QueryMarginAccountsOp
|
|
|
4656
4656
|
}
|
|
4657
4657
|
|
|
4658
4658
|
/**
|
|
4659
|
-
* Binance
|
|
4659
|
+
* Binance Margin Trading REST API
|
|
4660
4660
|
*
|
|
4661
|
-
* OpenAPI Specification for the Binance
|
|
4661
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4662
4662
|
*
|
|
4663
4663
|
* The version of the OpenAPI document: 1.0.0
|
|
4664
4664
|
*
|
|
@@ -4784,9 +4784,9 @@ interface QueryMarginAccountsOpenOrdersResponseInner {
|
|
|
4784
4784
|
}
|
|
4785
4785
|
|
|
4786
4786
|
/**
|
|
4787
|
-
* Binance
|
|
4787
|
+
* Binance Margin Trading REST API
|
|
4788
4788
|
*
|
|
4789
|
-
* OpenAPI Specification for the Binance
|
|
4789
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4790
4790
|
*
|
|
4791
4791
|
* The version of the OpenAPI document: 1.0.0
|
|
4792
4792
|
*
|
|
@@ -4805,9 +4805,9 @@ interface QueryMarginAccountsOpenOrdersResponse extends Array<QueryMarginAccount
|
|
|
4805
4805
|
}
|
|
4806
4806
|
|
|
4807
4807
|
/**
|
|
4808
|
-
* Binance
|
|
4808
|
+
* Binance Margin Trading REST API
|
|
4809
4809
|
*
|
|
4810
|
-
* OpenAPI Specification for the Binance
|
|
4810
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4811
4811
|
*
|
|
4812
4812
|
* The version of the OpenAPI document: 1.0.0
|
|
4813
4813
|
*
|
|
@@ -4933,9 +4933,9 @@ interface QueryMarginAccountsOrderResponse {
|
|
|
4933
4933
|
}
|
|
4934
4934
|
|
|
4935
4935
|
/**
|
|
4936
|
-
* Binance
|
|
4936
|
+
* Binance Margin Trading REST API
|
|
4937
4937
|
*
|
|
4938
|
-
* OpenAPI Specification for the Binance
|
|
4938
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4939
4939
|
*
|
|
4940
4940
|
* The version of the OpenAPI document: 1.0.0
|
|
4941
4941
|
*
|
|
@@ -5025,9 +5025,9 @@ interface QueryMarginAccountsTradeListResponseInner {
|
|
|
5025
5025
|
}
|
|
5026
5026
|
|
|
5027
5027
|
/**
|
|
5028
|
-
* Binance
|
|
5028
|
+
* Binance Margin Trading REST API
|
|
5029
5029
|
*
|
|
5030
|
-
* OpenAPI Specification for the Binance
|
|
5030
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5031
5031
|
*
|
|
5032
5032
|
* The version of the OpenAPI document: 1.0.0
|
|
5033
5033
|
*
|
|
@@ -5046,9 +5046,9 @@ interface QueryMarginAccountsTradeListResponse extends Array<QueryMarginAccounts
|
|
|
5046
5046
|
}
|
|
5047
5047
|
|
|
5048
5048
|
/**
|
|
5049
|
-
* Binance
|
|
5049
|
+
* Binance Margin Trading REST API
|
|
5050
5050
|
*
|
|
5051
|
-
* OpenAPI Specification for the Binance
|
|
5051
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5052
5052
|
*
|
|
5053
5053
|
* The version of the OpenAPI document: 1.0.0
|
|
5054
5054
|
*
|
|
@@ -5090,9 +5090,9 @@ interface QueryMarginAvailableInventoryResponseAssets {
|
|
|
5090
5090
|
}
|
|
5091
5091
|
|
|
5092
5092
|
/**
|
|
5093
|
-
* Binance
|
|
5093
|
+
* Binance Margin Trading REST API
|
|
5094
5094
|
*
|
|
5095
|
-
* OpenAPI Specification for the Binance
|
|
5095
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5096
5096
|
*
|
|
5097
5097
|
* The version of the OpenAPI document: 1.0.0
|
|
5098
5098
|
*
|
|
@@ -5123,9 +5123,9 @@ interface QueryMarginAvailableInventoryResponse {
|
|
|
5123
5123
|
}
|
|
5124
5124
|
|
|
5125
5125
|
/**
|
|
5126
|
-
* Binance
|
|
5126
|
+
* Binance Margin Trading REST API
|
|
5127
5127
|
*
|
|
5128
|
-
* OpenAPI Specification for the Binance
|
|
5128
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5129
5129
|
*
|
|
5130
5130
|
* The version of the OpenAPI document: 1.0.0
|
|
5131
5131
|
*
|
|
@@ -5167,9 +5167,9 @@ interface QueryMarginInterestRateHistoryResponseInner {
|
|
|
5167
5167
|
}
|
|
5168
5168
|
|
|
5169
5169
|
/**
|
|
5170
|
-
* Binance
|
|
5170
|
+
* Binance Margin Trading REST API
|
|
5171
5171
|
*
|
|
5172
|
-
* OpenAPI Specification for the Binance
|
|
5172
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5173
5173
|
*
|
|
5174
5174
|
* The version of the OpenAPI document: 1.0.0
|
|
5175
5175
|
*
|
|
@@ -5188,9 +5188,9 @@ interface QueryMarginInterestRateHistoryResponse extends Array<QueryMarginIntere
|
|
|
5188
5188
|
}
|
|
5189
5189
|
|
|
5190
5190
|
/**
|
|
5191
|
-
* Binance
|
|
5191
|
+
* Binance Margin Trading REST API
|
|
5192
5192
|
*
|
|
5193
|
-
* OpenAPI Specification for the Binance
|
|
5193
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5194
5194
|
*
|
|
5195
5195
|
* The version of the OpenAPI document: 1.0.0
|
|
5196
5196
|
*
|
|
@@ -5226,9 +5226,9 @@ interface QueryMarginPriceindexResponse {
|
|
|
5226
5226
|
}
|
|
5227
5227
|
|
|
5228
5228
|
/**
|
|
5229
|
-
* Binance
|
|
5229
|
+
* Binance Margin Trading REST API
|
|
5230
5230
|
*
|
|
5231
|
-
* OpenAPI Specification for the Binance
|
|
5231
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5232
5232
|
*
|
|
5233
5233
|
* The version of the OpenAPI document: 1.0.0
|
|
5234
5234
|
*
|
|
@@ -5258,9 +5258,9 @@ interface QueryMaxBorrowResponse {
|
|
|
5258
5258
|
}
|
|
5259
5259
|
|
|
5260
5260
|
/**
|
|
5261
|
-
* Binance
|
|
5261
|
+
* Binance Margin Trading REST API
|
|
5262
5262
|
*
|
|
5263
|
-
* OpenAPI Specification for the Binance
|
|
5263
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5264
5264
|
*
|
|
5265
5265
|
* The version of the OpenAPI document: 1.0.0
|
|
5266
5266
|
*
|
|
@@ -5284,9 +5284,9 @@ interface QueryMaxTransferOutAmountResponse {
|
|
|
5284
5284
|
}
|
|
5285
5285
|
|
|
5286
5286
|
/**
|
|
5287
|
-
* Binance
|
|
5287
|
+
* Binance Margin Trading REST API
|
|
5288
5288
|
*
|
|
5289
|
-
* OpenAPI Specification for the Binance
|
|
5289
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5290
5290
|
*
|
|
5291
5291
|
* The version of the OpenAPI document: 1.0.0
|
|
5292
5292
|
*
|
|
@@ -5334,9 +5334,9 @@ interface QuerySpecialKeyListResponseInner {
|
|
|
5334
5334
|
}
|
|
5335
5335
|
|
|
5336
5336
|
/**
|
|
5337
|
-
* Binance
|
|
5337
|
+
* Binance Margin Trading REST API
|
|
5338
5338
|
*
|
|
5339
|
-
* OpenAPI Specification for the Binance
|
|
5339
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5340
5340
|
*
|
|
5341
5341
|
* The version of the OpenAPI document: 1.0.0
|
|
5342
5342
|
*
|
|
@@ -5355,9 +5355,9 @@ interface QuerySpecialKeyListResponse extends Array<QuerySpecialKeyListResponseI
|
|
|
5355
5355
|
}
|
|
5356
5356
|
|
|
5357
5357
|
/**
|
|
5358
|
-
* Binance
|
|
5358
|
+
* Binance Margin Trading REST API
|
|
5359
5359
|
*
|
|
5360
|
-
* OpenAPI Specification for the Binance
|
|
5360
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5361
5361
|
*
|
|
5362
5362
|
* The version of the OpenAPI document: 1.0.0
|
|
5363
5363
|
*
|
|
@@ -5405,9 +5405,9 @@ interface QuerySpecialKeyResponse {
|
|
|
5405
5405
|
}
|
|
5406
5406
|
|
|
5407
5407
|
/**
|
|
5408
|
-
* Binance
|
|
5408
|
+
* Binance Margin Trading REST API
|
|
5409
5409
|
*
|
|
5410
|
-
* OpenAPI Specification for the Binance
|
|
5410
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5411
5411
|
*
|
|
5412
5412
|
* The version of the OpenAPI document: 1.0.0
|
|
5413
5413
|
*
|
|
@@ -5431,9 +5431,9 @@ interface StartIsolatedMarginUserDataStreamResponse {
|
|
|
5431
5431
|
}
|
|
5432
5432
|
|
|
5433
5433
|
/**
|
|
5434
|
-
* Binance
|
|
5434
|
+
* Binance Margin Trading REST API
|
|
5435
5435
|
*
|
|
5436
|
-
* OpenAPI Specification for the Binance
|
|
5436
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5437
5437
|
*
|
|
5438
5438
|
* The version of the OpenAPI document: 1.0.0
|
|
5439
5439
|
*
|
|
@@ -5457,9 +5457,9 @@ interface StartMarginUserDataStreamResponse {
|
|
|
5457
5457
|
}
|
|
5458
5458
|
|
|
5459
5459
|
/**
|
|
5460
|
-
* Binance
|
|
5460
|
+
* Binance Margin Trading REST API
|
|
5461
5461
|
*
|
|
5462
|
-
* OpenAPI Specification for the Binance
|
|
5462
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5463
5463
|
*
|
|
5464
5464
|
* The version of the OpenAPI document: 1.0.0
|
|
5465
5465
|
*
|
|
@@ -5483,9 +5483,9 @@ interface StartUserDataStreamResponse {
|
|
|
5483
5483
|
}
|
|
5484
5484
|
|
|
5485
5485
|
/**
|
|
5486
|
-
* Binance
|
|
5486
|
+
* Binance Margin Trading REST API
|
|
5487
5487
|
*
|
|
5488
|
-
* OpenAPI Specification for the Binance
|
|
5488
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5489
5489
|
*
|
|
5490
5490
|
* The version of the OpenAPI document: 1.0.0
|
|
5491
5491
|
*
|
|
@@ -6015,9 +6015,9 @@ declare class AccountApi implements AccountApiInterface {
|
|
|
6015
6015
|
}
|
|
6016
6016
|
|
|
6017
6017
|
/**
|
|
6018
|
-
* Binance
|
|
6018
|
+
* Binance Margin Trading REST API
|
|
6019
6019
|
*
|
|
6020
|
-
* OpenAPI Specification for the Binance
|
|
6020
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
6021
6021
|
*
|
|
6022
6022
|
* The version of the OpenAPI document: 1.0.0
|
|
6023
6023
|
*
|
|
@@ -6464,9 +6464,9 @@ declare class BorrowRepayApi implements BorrowRepayApiInterface {
|
|
|
6464
6464
|
}
|
|
6465
6465
|
|
|
6466
6466
|
/**
|
|
6467
|
-
* Binance
|
|
6467
|
+
* Binance Margin Trading REST API
|
|
6468
6468
|
*
|
|
6469
|
-
* OpenAPI Specification for the Binance
|
|
6469
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
6470
6470
|
*
|
|
6471
6471
|
* The version of the OpenAPI document: 1.0.0
|
|
6472
6472
|
*
|
|
@@ -6816,9 +6816,9 @@ declare class MarketDataApi implements MarketDataApiInterface {
|
|
|
6816
6816
|
}
|
|
6817
6817
|
|
|
6818
6818
|
/**
|
|
6819
|
-
* Binance
|
|
6819
|
+
* Binance Margin Trading REST API
|
|
6820
6820
|
*
|
|
6821
|
-
* OpenAPI Specification for the Binance
|
|
6821
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
6822
6822
|
*
|
|
6823
6823
|
* The version of the OpenAPI document: 1.0.0
|
|
6824
6824
|
*
|
|
@@ -6928,9 +6928,9 @@ declare class RiskDataStreamApi implements RiskDataStreamApiInterface {
|
|
|
6928
6928
|
}
|
|
6929
6929
|
|
|
6930
6930
|
/**
|
|
6931
|
-
* Binance
|
|
6931
|
+
* Binance Margin Trading REST API
|
|
6932
6932
|
*
|
|
6933
|
-
* OpenAPI Specification for the Binance
|
|
6933
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
6934
6934
|
*
|
|
6935
6935
|
* The version of the OpenAPI document: 1.0.0
|
|
6936
6936
|
*
|
|
@@ -8976,9 +8976,9 @@ declare const MarginAccountNewOtocoNewOrderRespTypeEnum: {
|
|
|
8976
8976
|
type MarginAccountNewOtocoNewOrderRespTypeEnum = (typeof MarginAccountNewOtocoNewOrderRespTypeEnum)[keyof typeof MarginAccountNewOtocoNewOrderRespTypeEnum];
|
|
8977
8977
|
|
|
8978
8978
|
/**
|
|
8979
|
-
* Binance
|
|
8979
|
+
* Binance Margin Trading REST API
|
|
8980
8980
|
*
|
|
8981
|
-
* OpenAPI Specification for the Binance
|
|
8981
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
8982
8982
|
*
|
|
8983
8983
|
* The version of the OpenAPI document: 1.0.0
|
|
8984
8984
|
*
|
|
@@ -9225,9 +9225,9 @@ declare class TradeDataStreamApi implements TradeDataStreamApiInterface {
|
|
|
9225
9225
|
}
|
|
9226
9226
|
|
|
9227
9227
|
/**
|
|
9228
|
-
* Binance
|
|
9228
|
+
* Binance Margin Trading REST API
|
|
9229
9229
|
*
|
|
9230
|
-
* OpenAPI Specification for the Binance
|
|
9230
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
9231
9231
|
*
|
|
9232
9232
|
* The version of the OpenAPI document: 1.0.0
|
|
9233
9233
|
*
|
|
@@ -9394,9 +9394,9 @@ declare class TransferApi implements TransferApiInterface {
|
|
|
9394
9394
|
}
|
|
9395
9395
|
|
|
9396
9396
|
/**
|
|
9397
|
-
* Binance
|
|
9397
|
+
* Binance Margin Trading REST API
|
|
9398
9398
|
*
|
|
9399
|
-
* OpenAPI Specification for the Binance
|
|
9399
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
9400
9400
|
*
|
|
9401
9401
|
* The version of the OpenAPI document: 1.0.0
|
|
9402
9402
|
*
|
|
@@ -10283,9 +10283,9 @@ declare class RestAPI {
|
|
|
10283
10283
|
}
|
|
10284
10284
|
|
|
10285
10285
|
/**
|
|
10286
|
-
* Binance
|
|
10286
|
+
* Binance Margin Trading REST API
|
|
10287
10287
|
*
|
|
10288
|
-
* OpenAPI Specification for the Binance
|
|
10288
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
10289
10289
|
*
|
|
10290
10290
|
* The version of the OpenAPI document: 1.0.0
|
|
10291
10291
|
*
|
|
@@ -10490,194 +10490,7 @@ type index_TransferApi = TransferApi;
|
|
|
10490
10490
|
declare const index_TransferApi: typeof TransferApi;
|
|
10491
10491
|
type index_TransferApiInterface = TransferApiInterface;
|
|
10492
10492
|
declare namespace index {
|
|
10493
|
-
export {
|
|
10494
|
-
index_AccountApi as AccountApi,
|
|
10495
|
-
index_AccountApiInterface as AccountApiInterface,
|
|
10496
|
-
index_AdjustCrossMarginMaxLeverageRequest as AdjustCrossMarginMaxLeverageRequest,
|
|
10497
|
-
index_AdjustCrossMarginMaxLeverageResponse as AdjustCrossMarginMaxLeverageResponse,
|
|
10498
|
-
index_BadRequest as BadRequest,
|
|
10499
|
-
index_BorrowRepayApi as BorrowRepayApi,
|
|
10500
|
-
index_BorrowRepayApiInterface as BorrowRepayApiInterface,
|
|
10501
|
-
index_CloseIsolatedMarginUserDataStreamRequest as CloseIsolatedMarginUserDataStreamRequest,
|
|
10502
|
-
index_CloseMarginUserDataStreamRequest as CloseMarginUserDataStreamRequest,
|
|
10503
|
-
index_CreateSpecialKeyRequest as CreateSpecialKeyRequest,
|
|
10504
|
-
index_CreateSpecialKeyResponse as CreateSpecialKeyResponse,
|
|
10505
|
-
index_CrossMarginCollateralRatioResponse as CrossMarginCollateralRatioResponse,
|
|
10506
|
-
index_CrossMarginCollateralRatioResponseInner as CrossMarginCollateralRatioResponseInner,
|
|
10507
|
-
index_CrossMarginCollateralRatioResponseInnerCollateralsInner as CrossMarginCollateralRatioResponseInnerCollateralsInner,
|
|
10508
|
-
index_DeleteSpecialKeyRequest as DeleteSpecialKeyRequest,
|
|
10509
|
-
index_DisableIsolatedMarginAccountRequest as DisableIsolatedMarginAccountRequest,
|
|
10510
|
-
index_DisableIsolatedMarginAccountResponse as DisableIsolatedMarginAccountResponse,
|
|
10511
|
-
index_EditIpForSpecialKeyRequest as EditIpForSpecialKeyRequest,
|
|
10512
|
-
index_EnableIsolatedMarginAccountRequest as EnableIsolatedMarginAccountRequest,
|
|
10513
|
-
index_EnableIsolatedMarginAccountResponse as EnableIsolatedMarginAccountResponse,
|
|
10514
|
-
index_GetAllCrossMarginPairsRequest as GetAllCrossMarginPairsRequest,
|
|
10515
|
-
index_GetAllCrossMarginPairsResponse as GetAllCrossMarginPairsResponse,
|
|
10516
|
-
index_GetAllCrossMarginPairsResponseInner as GetAllCrossMarginPairsResponseInner,
|
|
10517
|
-
index_GetAllIsolatedMarginSymbolRequest as GetAllIsolatedMarginSymbolRequest,
|
|
10518
|
-
index_GetAllIsolatedMarginSymbolResponse as GetAllIsolatedMarginSymbolResponse,
|
|
10519
|
-
index_GetAllIsolatedMarginSymbolResponseInner as GetAllIsolatedMarginSymbolResponseInner,
|
|
10520
|
-
index_GetAllMarginAssetsRequest as GetAllMarginAssetsRequest,
|
|
10521
|
-
index_GetAllMarginAssetsResponse as GetAllMarginAssetsResponse,
|
|
10522
|
-
index_GetAllMarginAssetsResponseInner as GetAllMarginAssetsResponseInner,
|
|
10523
|
-
index_GetBnbBurnStatusRequest as GetBnbBurnStatusRequest,
|
|
10524
|
-
index_GetBnbBurnStatusResponse as GetBnbBurnStatusResponse,
|
|
10525
|
-
index_GetCrossMarginTransferHistoryRequest as GetCrossMarginTransferHistoryRequest,
|
|
10526
|
-
index_GetCrossMarginTransferHistoryResponse as GetCrossMarginTransferHistoryResponse,
|
|
10527
|
-
index_GetCrossMarginTransferHistoryResponseRowsInner as GetCrossMarginTransferHistoryResponseRowsInner,
|
|
10528
|
-
index_GetDelistScheduleRequest as GetDelistScheduleRequest,
|
|
10529
|
-
index_GetDelistScheduleResponse as GetDelistScheduleResponse,
|
|
10530
|
-
index_GetDelistScheduleResponseInner as GetDelistScheduleResponseInner,
|
|
10531
|
-
index_GetForceLiquidationRecordRequest as GetForceLiquidationRecordRequest,
|
|
10532
|
-
index_GetForceLiquidationRecordResponse as GetForceLiquidationRecordResponse,
|
|
10533
|
-
index_GetForceLiquidationRecordResponseRowsInner as GetForceLiquidationRecordResponseRowsInner,
|
|
10534
|
-
index_GetFutureHourlyInterestRateRequest as GetFutureHourlyInterestRateRequest,
|
|
10535
|
-
index_GetFutureHourlyInterestRateResponse as GetFutureHourlyInterestRateResponse,
|
|
10536
|
-
index_GetFutureHourlyInterestRateResponseInner as GetFutureHourlyInterestRateResponseInner,
|
|
10537
|
-
index_GetInterestHistoryRequest as GetInterestHistoryRequest,
|
|
10538
|
-
index_GetInterestHistoryResponse as GetInterestHistoryResponse,
|
|
10539
|
-
index_GetInterestHistoryResponseRowsInner as GetInterestHistoryResponseRowsInner,
|
|
10540
|
-
index_GetSmallLiabilityExchangeCoinListRequest as GetSmallLiabilityExchangeCoinListRequest,
|
|
10541
|
-
index_GetSmallLiabilityExchangeCoinListResponse as GetSmallLiabilityExchangeCoinListResponse,
|
|
10542
|
-
index_GetSmallLiabilityExchangeCoinListResponseInner as GetSmallLiabilityExchangeCoinListResponseInner,
|
|
10543
|
-
index_GetSmallLiabilityExchangeHistoryRequest as GetSmallLiabilityExchangeHistoryRequest,
|
|
10544
|
-
index_GetSmallLiabilityExchangeHistoryResponse as GetSmallLiabilityExchangeHistoryResponse,
|
|
10545
|
-
index_GetSmallLiabilityExchangeHistoryResponseRowsInner as GetSmallLiabilityExchangeHistoryResponseRowsInner,
|
|
10546
|
-
index_GetSummaryOfMarginAccountRequest as GetSummaryOfMarginAccountRequest,
|
|
10547
|
-
index_GetSummaryOfMarginAccountResponse as GetSummaryOfMarginAccountResponse,
|
|
10548
|
-
index_KeepaliveIsolatedMarginUserDataStreamRequest as KeepaliveIsolatedMarginUserDataStreamRequest,
|
|
10549
|
-
index_KeepaliveMarginUserDataStreamRequest as KeepaliveMarginUserDataStreamRequest,
|
|
10550
|
-
index_KeepaliveUserDataStreamRequest as KeepaliveUserDataStreamRequest,
|
|
10551
|
-
index_MarginAccountBorrowRepayRequest as MarginAccountBorrowRepayRequest,
|
|
10552
|
-
index_MarginAccountBorrowRepayResponse as MarginAccountBorrowRepayResponse,
|
|
10553
|
-
index_MarginAccountCancelAllOpenOrdersOnASymbolRequest as MarginAccountCancelAllOpenOrdersOnASymbolRequest,
|
|
10554
|
-
index_MarginAccountCancelAllOpenOrdersOnASymbolResponse as MarginAccountCancelAllOpenOrdersOnASymbolResponse,
|
|
10555
|
-
index_MarginAccountCancelAllOpenOrdersOnASymbolResponseInner as MarginAccountCancelAllOpenOrdersOnASymbolResponseInner,
|
|
10556
|
-
index_MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrderReportsInner as MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrderReportsInner,
|
|
10557
|
-
index_MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrdersInner as MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrdersInner,
|
|
10558
|
-
index_MarginAccountCancelOcoRequest as MarginAccountCancelOcoRequest,
|
|
10559
|
-
index_MarginAccountCancelOcoResponse as MarginAccountCancelOcoResponse,
|
|
10560
|
-
index_MarginAccountCancelOcoResponseOrderReportsInner as MarginAccountCancelOcoResponseOrderReportsInner,
|
|
10561
|
-
index_MarginAccountCancelOcoResponseOrdersInner as MarginAccountCancelOcoResponseOrdersInner,
|
|
10562
|
-
index_MarginAccountCancelOrderRequest as MarginAccountCancelOrderRequest,
|
|
10563
|
-
index_MarginAccountCancelOrderResponse as MarginAccountCancelOrderResponse,
|
|
10564
|
-
index_MarginAccountNewOcoNewOrderRespTypeEnum as MarginAccountNewOcoNewOrderRespTypeEnum,
|
|
10565
|
-
index_MarginAccountNewOcoRequest as MarginAccountNewOcoRequest,
|
|
10566
|
-
index_MarginAccountNewOcoResponse as MarginAccountNewOcoResponse,
|
|
10567
|
-
index_MarginAccountNewOcoResponseOrderReportsInner as MarginAccountNewOcoResponseOrderReportsInner,
|
|
10568
|
-
index_MarginAccountNewOcoResponseOrdersInner as MarginAccountNewOcoResponseOrdersInner,
|
|
10569
|
-
index_MarginAccountNewOcoSideEnum as MarginAccountNewOcoSideEnum,
|
|
10570
|
-
index_MarginAccountNewOrderNewOrderRespTypeEnum as MarginAccountNewOrderNewOrderRespTypeEnum,
|
|
10571
|
-
index_MarginAccountNewOrderRequest as MarginAccountNewOrderRequest,
|
|
10572
|
-
index_MarginAccountNewOrderResponse as MarginAccountNewOrderResponse,
|
|
10573
|
-
index_MarginAccountNewOrderResponse1 as MarginAccountNewOrderResponse1,
|
|
10574
|
-
index_MarginAccountNewOrderResponse2 as MarginAccountNewOrderResponse2,
|
|
10575
|
-
index_MarginAccountNewOrderResponse3 as MarginAccountNewOrderResponse3,
|
|
10576
|
-
index_MarginAccountNewOrderResponse3FillsInner as MarginAccountNewOrderResponse3FillsInner,
|
|
10577
|
-
index_MarginAccountNewOrderSideEnum as MarginAccountNewOrderSideEnum,
|
|
10578
|
-
index_MarginAccountNewOrderTimeInForceEnum as MarginAccountNewOrderTimeInForceEnum,
|
|
10579
|
-
index_MarginAccountNewOtoNewOrderRespTypeEnum as MarginAccountNewOtoNewOrderRespTypeEnum,
|
|
10580
|
-
index_MarginAccountNewOtoRequest as MarginAccountNewOtoRequest,
|
|
10581
|
-
index_MarginAccountNewOtoResponse as MarginAccountNewOtoResponse,
|
|
10582
|
-
index_MarginAccountNewOtoResponseOrderReportsInner as MarginAccountNewOtoResponseOrderReportsInner,
|
|
10583
|
-
index_MarginAccountNewOtoResponseOrdersInner as MarginAccountNewOtoResponseOrdersInner,
|
|
10584
|
-
index_MarginAccountNewOtocoNewOrderRespTypeEnum as MarginAccountNewOtocoNewOrderRespTypeEnum,
|
|
10585
|
-
index_MarginAccountNewOtocoRequest as MarginAccountNewOtocoRequest,
|
|
10586
|
-
index_MarginAccountNewOtocoResponse as MarginAccountNewOtocoResponse,
|
|
10587
|
-
index_MarginAccountNewOtocoResponseOrderReportsInner as MarginAccountNewOtocoResponseOrderReportsInner,
|
|
10588
|
-
index_MarginAccountNewOtocoResponseOrdersInner as MarginAccountNewOtocoResponseOrdersInner,
|
|
10589
|
-
index_MarginManualLiquidationRequest as MarginManualLiquidationRequest,
|
|
10590
|
-
index_MarginManualLiquidationResponse as MarginManualLiquidationResponse,
|
|
10591
|
-
index_MarketDataApi as MarketDataApi,
|
|
10592
|
-
index_MarketDataApiInterface as MarketDataApiInterface,
|
|
10593
|
-
index_QueryBorrowRepayRecordsInMarginAccountRequest as QueryBorrowRepayRecordsInMarginAccountRequest,
|
|
10594
|
-
index_QueryBorrowRepayRecordsInMarginAccountResponse as QueryBorrowRepayRecordsInMarginAccountResponse,
|
|
10595
|
-
index_QueryBorrowRepayRecordsInMarginAccountResponseRowsInner as QueryBorrowRepayRecordsInMarginAccountResponseRowsInner,
|
|
10596
|
-
index_QueryCrossIsolatedMarginCapitalFlowRequest as QueryCrossIsolatedMarginCapitalFlowRequest,
|
|
10597
|
-
index_QueryCrossIsolatedMarginCapitalFlowResponse as QueryCrossIsolatedMarginCapitalFlowResponse,
|
|
10598
|
-
index_QueryCrossIsolatedMarginCapitalFlowResponseInner as QueryCrossIsolatedMarginCapitalFlowResponseInner,
|
|
10599
|
-
index_QueryCrossMarginAccountDetailsRequest as QueryCrossMarginAccountDetailsRequest,
|
|
10600
|
-
index_QueryCrossMarginAccountDetailsResponse as QueryCrossMarginAccountDetailsResponse,
|
|
10601
|
-
index_QueryCrossMarginAccountDetailsResponseUserAssetsInner as QueryCrossMarginAccountDetailsResponseUserAssetsInner,
|
|
10602
|
-
index_QueryCrossMarginFeeDataRequest as QueryCrossMarginFeeDataRequest,
|
|
10603
|
-
index_QueryCrossMarginFeeDataResponse as QueryCrossMarginFeeDataResponse,
|
|
10604
|
-
index_QueryCrossMarginFeeDataResponseInner as QueryCrossMarginFeeDataResponseInner,
|
|
10605
|
-
index_QueryCurrentMarginOrderCountUsageRequest as QueryCurrentMarginOrderCountUsageRequest,
|
|
10606
|
-
index_QueryCurrentMarginOrderCountUsageResponse as QueryCurrentMarginOrderCountUsageResponse,
|
|
10607
|
-
index_QueryCurrentMarginOrderCountUsageResponseInner as QueryCurrentMarginOrderCountUsageResponseInner,
|
|
10608
|
-
index_QueryEnabledIsolatedMarginAccountLimitRequest as QueryEnabledIsolatedMarginAccountLimitRequest,
|
|
10609
|
-
index_QueryEnabledIsolatedMarginAccountLimitResponse as QueryEnabledIsolatedMarginAccountLimitResponse,
|
|
10610
|
-
index_QueryIsolatedMarginAccountInfoRequest as QueryIsolatedMarginAccountInfoRequest,
|
|
10611
|
-
index_QueryIsolatedMarginAccountInfoResponse as QueryIsolatedMarginAccountInfoResponse,
|
|
10612
|
-
index_QueryIsolatedMarginAccountInfoResponse1 as QueryIsolatedMarginAccountInfoResponse1,
|
|
10613
|
-
index_QueryIsolatedMarginAccountInfoResponse1AssetsInner as QueryIsolatedMarginAccountInfoResponse1AssetsInner,
|
|
10614
|
-
index_QueryIsolatedMarginAccountInfoResponse1AssetsInnerBaseAsset as QueryIsolatedMarginAccountInfoResponse1AssetsInnerBaseAsset,
|
|
10615
|
-
index_QueryIsolatedMarginAccountInfoResponse1AssetsInnerQuoteAsset as QueryIsolatedMarginAccountInfoResponse1AssetsInnerQuoteAsset,
|
|
10616
|
-
index_QueryIsolatedMarginAccountInfoResponse2 as QueryIsolatedMarginAccountInfoResponse2,
|
|
10617
|
-
index_QueryIsolatedMarginFeeDataRequest as QueryIsolatedMarginFeeDataRequest,
|
|
10618
|
-
index_QueryIsolatedMarginFeeDataResponse as QueryIsolatedMarginFeeDataResponse,
|
|
10619
|
-
index_QueryIsolatedMarginFeeDataResponseInner as QueryIsolatedMarginFeeDataResponseInner,
|
|
10620
|
-
index_QueryIsolatedMarginFeeDataResponseInnerDataInner as QueryIsolatedMarginFeeDataResponseInnerDataInner,
|
|
10621
|
-
index_QueryIsolatedMarginTierDataRequest as QueryIsolatedMarginTierDataRequest,
|
|
10622
|
-
index_QueryIsolatedMarginTierDataResponse as QueryIsolatedMarginTierDataResponse,
|
|
10623
|
-
index_QueryIsolatedMarginTierDataResponseInner as QueryIsolatedMarginTierDataResponseInner,
|
|
10624
|
-
index_QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponse as QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponse,
|
|
10625
|
-
index_QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInner as QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInner,
|
|
10626
|
-
index_QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInnerBracketsInner as QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInnerBracketsInner,
|
|
10627
|
-
index_QueryMarginAccountsAllOcoRequest as QueryMarginAccountsAllOcoRequest,
|
|
10628
|
-
index_QueryMarginAccountsAllOcoResponse as QueryMarginAccountsAllOcoResponse,
|
|
10629
|
-
index_QueryMarginAccountsAllOcoResponseInner as QueryMarginAccountsAllOcoResponseInner,
|
|
10630
|
-
index_QueryMarginAccountsAllOcoResponseInnerOrdersInner as QueryMarginAccountsAllOcoResponseInnerOrdersInner,
|
|
10631
|
-
index_QueryMarginAccountsAllOrdersRequest as QueryMarginAccountsAllOrdersRequest,
|
|
10632
|
-
index_QueryMarginAccountsAllOrdersResponse as QueryMarginAccountsAllOrdersResponse,
|
|
10633
|
-
index_QueryMarginAccountsAllOrdersResponseInner as QueryMarginAccountsAllOrdersResponseInner,
|
|
10634
|
-
index_QueryMarginAccountsOcoRequest as QueryMarginAccountsOcoRequest,
|
|
10635
|
-
index_QueryMarginAccountsOcoResponse as QueryMarginAccountsOcoResponse,
|
|
10636
|
-
index_QueryMarginAccountsOcoResponseOrdersInner as QueryMarginAccountsOcoResponseOrdersInner,
|
|
10637
|
-
index_QueryMarginAccountsOpenOcoRequest as QueryMarginAccountsOpenOcoRequest,
|
|
10638
|
-
index_QueryMarginAccountsOpenOcoResponse as QueryMarginAccountsOpenOcoResponse,
|
|
10639
|
-
index_QueryMarginAccountsOpenOcoResponseInner as QueryMarginAccountsOpenOcoResponseInner,
|
|
10640
|
-
index_QueryMarginAccountsOpenOcoResponseInnerOrdersInner as QueryMarginAccountsOpenOcoResponseInnerOrdersInner,
|
|
10641
|
-
index_QueryMarginAccountsOpenOrdersRequest as QueryMarginAccountsOpenOrdersRequest,
|
|
10642
|
-
index_QueryMarginAccountsOpenOrdersResponse as QueryMarginAccountsOpenOrdersResponse,
|
|
10643
|
-
index_QueryMarginAccountsOpenOrdersResponseInner as QueryMarginAccountsOpenOrdersResponseInner,
|
|
10644
|
-
index_QueryMarginAccountsOrderRequest as QueryMarginAccountsOrderRequest,
|
|
10645
|
-
index_QueryMarginAccountsOrderResponse as QueryMarginAccountsOrderResponse,
|
|
10646
|
-
index_QueryMarginAccountsTradeListRequest as QueryMarginAccountsTradeListRequest,
|
|
10647
|
-
index_QueryMarginAccountsTradeListResponse as QueryMarginAccountsTradeListResponse,
|
|
10648
|
-
index_QueryMarginAccountsTradeListResponseInner as QueryMarginAccountsTradeListResponseInner,
|
|
10649
|
-
index_QueryMarginAvailableInventoryRequest as QueryMarginAvailableInventoryRequest,
|
|
10650
|
-
index_QueryMarginAvailableInventoryResponse as QueryMarginAvailableInventoryResponse,
|
|
10651
|
-
index_QueryMarginAvailableInventoryResponseAssets as QueryMarginAvailableInventoryResponseAssets,
|
|
10652
|
-
index_QueryMarginInterestRateHistoryRequest as QueryMarginInterestRateHistoryRequest,
|
|
10653
|
-
index_QueryMarginInterestRateHistoryResponse as QueryMarginInterestRateHistoryResponse,
|
|
10654
|
-
index_QueryMarginInterestRateHistoryResponseInner as QueryMarginInterestRateHistoryResponseInner,
|
|
10655
|
-
index_QueryMarginPriceindexRequest as QueryMarginPriceindexRequest,
|
|
10656
|
-
index_QueryMarginPriceindexResponse as QueryMarginPriceindexResponse,
|
|
10657
|
-
index_QueryMaxBorrowRequest as QueryMaxBorrowRequest,
|
|
10658
|
-
index_QueryMaxBorrowResponse as QueryMaxBorrowResponse,
|
|
10659
|
-
index_QueryMaxTransferOutAmountRequest as QueryMaxTransferOutAmountRequest,
|
|
10660
|
-
index_QueryMaxTransferOutAmountResponse as QueryMaxTransferOutAmountResponse,
|
|
10661
|
-
index_QuerySpecialKeyListRequest as QuerySpecialKeyListRequest,
|
|
10662
|
-
index_QuerySpecialKeyListResponse as QuerySpecialKeyListResponse,
|
|
10663
|
-
index_QuerySpecialKeyListResponseInner as QuerySpecialKeyListResponseInner,
|
|
10664
|
-
index_QuerySpecialKeyRequest as QuerySpecialKeyRequest,
|
|
10665
|
-
index_QuerySpecialKeyResponse as QuerySpecialKeyResponse,
|
|
10666
|
-
index_RestAPI as RestAPI,
|
|
10667
|
-
index_RiskDataStreamApi as RiskDataStreamApi,
|
|
10668
|
-
index_RiskDataStreamApiInterface as RiskDataStreamApiInterface,
|
|
10669
|
-
index_SmallLiabilityExchangeRequest as SmallLiabilityExchangeRequest,
|
|
10670
|
-
index_StartIsolatedMarginUserDataStreamRequest as StartIsolatedMarginUserDataStreamRequest,
|
|
10671
|
-
index_StartIsolatedMarginUserDataStreamResponse as StartIsolatedMarginUserDataStreamResponse,
|
|
10672
|
-
index_StartMarginUserDataStreamResponse as StartMarginUserDataStreamResponse,
|
|
10673
|
-
index_StartUserDataStreamResponse as StartUserDataStreamResponse,
|
|
10674
|
-
index_TradeApi as TradeApi,
|
|
10675
|
-
index_TradeApiInterface as TradeApiInterface,
|
|
10676
|
-
index_TradeDataStreamApi as TradeDataStreamApi,
|
|
10677
|
-
index_TradeDataStreamApiInterface as TradeDataStreamApiInterface,
|
|
10678
|
-
index_TransferApi as TransferApi,
|
|
10679
|
-
index_TransferApiInterface as TransferApiInterface,
|
|
10680
|
-
};
|
|
10493
|
+
export { index_AccountApi as AccountApi, type index_AccountApiInterface as AccountApiInterface, type index_AdjustCrossMarginMaxLeverageRequest as AdjustCrossMarginMaxLeverageRequest, type index_AdjustCrossMarginMaxLeverageResponse as AdjustCrossMarginMaxLeverageResponse, type index_BadRequest as BadRequest, index_BorrowRepayApi as BorrowRepayApi, type index_BorrowRepayApiInterface as BorrowRepayApiInterface, type index_CloseIsolatedMarginUserDataStreamRequest as CloseIsolatedMarginUserDataStreamRequest, type index_CloseMarginUserDataStreamRequest as CloseMarginUserDataStreamRequest, type index_CreateSpecialKeyRequest as CreateSpecialKeyRequest, type index_CreateSpecialKeyResponse as CreateSpecialKeyResponse, type index_CrossMarginCollateralRatioResponse as CrossMarginCollateralRatioResponse, type index_CrossMarginCollateralRatioResponseInner as CrossMarginCollateralRatioResponseInner, type index_CrossMarginCollateralRatioResponseInnerCollateralsInner as CrossMarginCollateralRatioResponseInnerCollateralsInner, type index_DeleteSpecialKeyRequest as DeleteSpecialKeyRequest, type index_DisableIsolatedMarginAccountRequest as DisableIsolatedMarginAccountRequest, type index_DisableIsolatedMarginAccountResponse as DisableIsolatedMarginAccountResponse, type index_EditIpForSpecialKeyRequest as EditIpForSpecialKeyRequest, type index_EnableIsolatedMarginAccountRequest as EnableIsolatedMarginAccountRequest, type index_EnableIsolatedMarginAccountResponse as EnableIsolatedMarginAccountResponse, type index_GetAllCrossMarginPairsRequest as GetAllCrossMarginPairsRequest, type index_GetAllCrossMarginPairsResponse as GetAllCrossMarginPairsResponse, type index_GetAllCrossMarginPairsResponseInner as GetAllCrossMarginPairsResponseInner, type index_GetAllIsolatedMarginSymbolRequest as GetAllIsolatedMarginSymbolRequest, type index_GetAllIsolatedMarginSymbolResponse as GetAllIsolatedMarginSymbolResponse, type index_GetAllIsolatedMarginSymbolResponseInner as GetAllIsolatedMarginSymbolResponseInner, type index_GetAllMarginAssetsRequest as GetAllMarginAssetsRequest, type index_GetAllMarginAssetsResponse as GetAllMarginAssetsResponse, type index_GetAllMarginAssetsResponseInner as GetAllMarginAssetsResponseInner, type index_GetBnbBurnStatusRequest as GetBnbBurnStatusRequest, type index_GetBnbBurnStatusResponse as GetBnbBurnStatusResponse, type index_GetCrossMarginTransferHistoryRequest as GetCrossMarginTransferHistoryRequest, type index_GetCrossMarginTransferHistoryResponse as GetCrossMarginTransferHistoryResponse, type index_GetCrossMarginTransferHistoryResponseRowsInner as GetCrossMarginTransferHistoryResponseRowsInner, type index_GetDelistScheduleRequest as GetDelistScheduleRequest, type index_GetDelistScheduleResponse as GetDelistScheduleResponse, type index_GetDelistScheduleResponseInner as GetDelistScheduleResponseInner, type index_GetForceLiquidationRecordRequest as GetForceLiquidationRecordRequest, type index_GetForceLiquidationRecordResponse as GetForceLiquidationRecordResponse, type index_GetForceLiquidationRecordResponseRowsInner as GetForceLiquidationRecordResponseRowsInner, type index_GetFutureHourlyInterestRateRequest as GetFutureHourlyInterestRateRequest, type index_GetFutureHourlyInterestRateResponse as GetFutureHourlyInterestRateResponse, type index_GetFutureHourlyInterestRateResponseInner as GetFutureHourlyInterestRateResponseInner, type index_GetInterestHistoryRequest as GetInterestHistoryRequest, type index_GetInterestHistoryResponse as GetInterestHistoryResponse, type index_GetInterestHistoryResponseRowsInner as GetInterestHistoryResponseRowsInner, type index_GetSmallLiabilityExchangeCoinListRequest as GetSmallLiabilityExchangeCoinListRequest, type index_GetSmallLiabilityExchangeCoinListResponse as GetSmallLiabilityExchangeCoinListResponse, type index_GetSmallLiabilityExchangeCoinListResponseInner as GetSmallLiabilityExchangeCoinListResponseInner, type index_GetSmallLiabilityExchangeHistoryRequest as GetSmallLiabilityExchangeHistoryRequest, type index_GetSmallLiabilityExchangeHistoryResponse as GetSmallLiabilityExchangeHistoryResponse, type index_GetSmallLiabilityExchangeHistoryResponseRowsInner as GetSmallLiabilityExchangeHistoryResponseRowsInner, type index_GetSummaryOfMarginAccountRequest as GetSummaryOfMarginAccountRequest, type index_GetSummaryOfMarginAccountResponse as GetSummaryOfMarginAccountResponse, type index_KeepaliveIsolatedMarginUserDataStreamRequest as KeepaliveIsolatedMarginUserDataStreamRequest, type index_KeepaliveMarginUserDataStreamRequest as KeepaliveMarginUserDataStreamRequest, type index_KeepaliveUserDataStreamRequest as KeepaliveUserDataStreamRequest, type index_MarginAccountBorrowRepayRequest as MarginAccountBorrowRepayRequest, type index_MarginAccountBorrowRepayResponse as MarginAccountBorrowRepayResponse, type index_MarginAccountCancelAllOpenOrdersOnASymbolRequest as MarginAccountCancelAllOpenOrdersOnASymbolRequest, type index_MarginAccountCancelAllOpenOrdersOnASymbolResponse as MarginAccountCancelAllOpenOrdersOnASymbolResponse, type index_MarginAccountCancelAllOpenOrdersOnASymbolResponseInner as MarginAccountCancelAllOpenOrdersOnASymbolResponseInner, type index_MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrderReportsInner as MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrderReportsInner, type index_MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrdersInner as MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrdersInner, type index_MarginAccountCancelOcoRequest as MarginAccountCancelOcoRequest, type index_MarginAccountCancelOcoResponse as MarginAccountCancelOcoResponse, type index_MarginAccountCancelOcoResponseOrderReportsInner as MarginAccountCancelOcoResponseOrderReportsInner, type index_MarginAccountCancelOcoResponseOrdersInner as MarginAccountCancelOcoResponseOrdersInner, type index_MarginAccountCancelOrderRequest as MarginAccountCancelOrderRequest, type index_MarginAccountCancelOrderResponse as MarginAccountCancelOrderResponse, type index_MarginAccountNewOcoNewOrderRespTypeEnum as MarginAccountNewOcoNewOrderRespTypeEnum, type index_MarginAccountNewOcoRequest as MarginAccountNewOcoRequest, type index_MarginAccountNewOcoResponse as MarginAccountNewOcoResponse, type index_MarginAccountNewOcoResponseOrderReportsInner as MarginAccountNewOcoResponseOrderReportsInner, type index_MarginAccountNewOcoResponseOrdersInner as MarginAccountNewOcoResponseOrdersInner, type index_MarginAccountNewOcoSideEnum as MarginAccountNewOcoSideEnum, type index_MarginAccountNewOrderNewOrderRespTypeEnum as MarginAccountNewOrderNewOrderRespTypeEnum, type index_MarginAccountNewOrderRequest as MarginAccountNewOrderRequest, type index_MarginAccountNewOrderResponse as MarginAccountNewOrderResponse, type index_MarginAccountNewOrderResponse1 as MarginAccountNewOrderResponse1, type index_MarginAccountNewOrderResponse2 as MarginAccountNewOrderResponse2, type index_MarginAccountNewOrderResponse3 as MarginAccountNewOrderResponse3, type index_MarginAccountNewOrderResponse3FillsInner as MarginAccountNewOrderResponse3FillsInner, type index_MarginAccountNewOrderSideEnum as MarginAccountNewOrderSideEnum, type index_MarginAccountNewOrderTimeInForceEnum as MarginAccountNewOrderTimeInForceEnum, type index_MarginAccountNewOtoNewOrderRespTypeEnum as MarginAccountNewOtoNewOrderRespTypeEnum, type index_MarginAccountNewOtoRequest as MarginAccountNewOtoRequest, type index_MarginAccountNewOtoResponse as MarginAccountNewOtoResponse, type index_MarginAccountNewOtoResponseOrderReportsInner as MarginAccountNewOtoResponseOrderReportsInner, type index_MarginAccountNewOtoResponseOrdersInner as MarginAccountNewOtoResponseOrdersInner, type index_MarginAccountNewOtocoNewOrderRespTypeEnum as MarginAccountNewOtocoNewOrderRespTypeEnum, type index_MarginAccountNewOtocoRequest as MarginAccountNewOtocoRequest, type index_MarginAccountNewOtocoResponse as MarginAccountNewOtocoResponse, type index_MarginAccountNewOtocoResponseOrderReportsInner as MarginAccountNewOtocoResponseOrderReportsInner, type index_MarginAccountNewOtocoResponseOrdersInner as MarginAccountNewOtocoResponseOrdersInner, type index_MarginManualLiquidationRequest as MarginManualLiquidationRequest, type index_MarginManualLiquidationResponse as MarginManualLiquidationResponse, index_MarketDataApi as MarketDataApi, type index_MarketDataApiInterface as MarketDataApiInterface, type index_QueryBorrowRepayRecordsInMarginAccountRequest as QueryBorrowRepayRecordsInMarginAccountRequest, type index_QueryBorrowRepayRecordsInMarginAccountResponse as QueryBorrowRepayRecordsInMarginAccountResponse, type index_QueryBorrowRepayRecordsInMarginAccountResponseRowsInner as QueryBorrowRepayRecordsInMarginAccountResponseRowsInner, type index_QueryCrossIsolatedMarginCapitalFlowRequest as QueryCrossIsolatedMarginCapitalFlowRequest, type index_QueryCrossIsolatedMarginCapitalFlowResponse as QueryCrossIsolatedMarginCapitalFlowResponse, type index_QueryCrossIsolatedMarginCapitalFlowResponseInner as QueryCrossIsolatedMarginCapitalFlowResponseInner, type index_QueryCrossMarginAccountDetailsRequest as QueryCrossMarginAccountDetailsRequest, type index_QueryCrossMarginAccountDetailsResponse as QueryCrossMarginAccountDetailsResponse, type index_QueryCrossMarginAccountDetailsResponseUserAssetsInner as QueryCrossMarginAccountDetailsResponseUserAssetsInner, type index_QueryCrossMarginFeeDataRequest as QueryCrossMarginFeeDataRequest, type index_QueryCrossMarginFeeDataResponse as QueryCrossMarginFeeDataResponse, type index_QueryCrossMarginFeeDataResponseInner as QueryCrossMarginFeeDataResponseInner, type index_QueryCurrentMarginOrderCountUsageRequest as QueryCurrentMarginOrderCountUsageRequest, type index_QueryCurrentMarginOrderCountUsageResponse as QueryCurrentMarginOrderCountUsageResponse, type index_QueryCurrentMarginOrderCountUsageResponseInner as QueryCurrentMarginOrderCountUsageResponseInner, type index_QueryEnabledIsolatedMarginAccountLimitRequest as QueryEnabledIsolatedMarginAccountLimitRequest, type index_QueryEnabledIsolatedMarginAccountLimitResponse as QueryEnabledIsolatedMarginAccountLimitResponse, type index_QueryIsolatedMarginAccountInfoRequest as QueryIsolatedMarginAccountInfoRequest, type index_QueryIsolatedMarginAccountInfoResponse as QueryIsolatedMarginAccountInfoResponse, type index_QueryIsolatedMarginAccountInfoResponse1 as QueryIsolatedMarginAccountInfoResponse1, type index_QueryIsolatedMarginAccountInfoResponse1AssetsInner as QueryIsolatedMarginAccountInfoResponse1AssetsInner, type index_QueryIsolatedMarginAccountInfoResponse1AssetsInnerBaseAsset as QueryIsolatedMarginAccountInfoResponse1AssetsInnerBaseAsset, type index_QueryIsolatedMarginAccountInfoResponse1AssetsInnerQuoteAsset as QueryIsolatedMarginAccountInfoResponse1AssetsInnerQuoteAsset, type index_QueryIsolatedMarginAccountInfoResponse2 as QueryIsolatedMarginAccountInfoResponse2, type index_QueryIsolatedMarginFeeDataRequest as QueryIsolatedMarginFeeDataRequest, type index_QueryIsolatedMarginFeeDataResponse as QueryIsolatedMarginFeeDataResponse, type index_QueryIsolatedMarginFeeDataResponseInner as QueryIsolatedMarginFeeDataResponseInner, type index_QueryIsolatedMarginFeeDataResponseInnerDataInner as QueryIsolatedMarginFeeDataResponseInnerDataInner, type index_QueryIsolatedMarginTierDataRequest as QueryIsolatedMarginTierDataRequest, type index_QueryIsolatedMarginTierDataResponse as QueryIsolatedMarginTierDataResponse, type index_QueryIsolatedMarginTierDataResponseInner as QueryIsolatedMarginTierDataResponseInner, type index_QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponse as QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponse, type index_QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInner as QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInner, type index_QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInnerBracketsInner as QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInnerBracketsInner, type index_QueryMarginAccountsAllOcoRequest as QueryMarginAccountsAllOcoRequest, type index_QueryMarginAccountsAllOcoResponse as QueryMarginAccountsAllOcoResponse, type index_QueryMarginAccountsAllOcoResponseInner as QueryMarginAccountsAllOcoResponseInner, type index_QueryMarginAccountsAllOcoResponseInnerOrdersInner as QueryMarginAccountsAllOcoResponseInnerOrdersInner, type index_QueryMarginAccountsAllOrdersRequest as QueryMarginAccountsAllOrdersRequest, type index_QueryMarginAccountsAllOrdersResponse as QueryMarginAccountsAllOrdersResponse, type index_QueryMarginAccountsAllOrdersResponseInner as QueryMarginAccountsAllOrdersResponseInner, type index_QueryMarginAccountsOcoRequest as QueryMarginAccountsOcoRequest, type index_QueryMarginAccountsOcoResponse as QueryMarginAccountsOcoResponse, type index_QueryMarginAccountsOcoResponseOrdersInner as QueryMarginAccountsOcoResponseOrdersInner, type index_QueryMarginAccountsOpenOcoRequest as QueryMarginAccountsOpenOcoRequest, type index_QueryMarginAccountsOpenOcoResponse as QueryMarginAccountsOpenOcoResponse, type index_QueryMarginAccountsOpenOcoResponseInner as QueryMarginAccountsOpenOcoResponseInner, type index_QueryMarginAccountsOpenOcoResponseInnerOrdersInner as QueryMarginAccountsOpenOcoResponseInnerOrdersInner, type index_QueryMarginAccountsOpenOrdersRequest as QueryMarginAccountsOpenOrdersRequest, type index_QueryMarginAccountsOpenOrdersResponse as QueryMarginAccountsOpenOrdersResponse, type index_QueryMarginAccountsOpenOrdersResponseInner as QueryMarginAccountsOpenOrdersResponseInner, type index_QueryMarginAccountsOrderRequest as QueryMarginAccountsOrderRequest, type index_QueryMarginAccountsOrderResponse as QueryMarginAccountsOrderResponse, type index_QueryMarginAccountsTradeListRequest as QueryMarginAccountsTradeListRequest, type index_QueryMarginAccountsTradeListResponse as QueryMarginAccountsTradeListResponse, type index_QueryMarginAccountsTradeListResponseInner as QueryMarginAccountsTradeListResponseInner, type index_QueryMarginAvailableInventoryRequest as QueryMarginAvailableInventoryRequest, type index_QueryMarginAvailableInventoryResponse as QueryMarginAvailableInventoryResponse, type index_QueryMarginAvailableInventoryResponseAssets as QueryMarginAvailableInventoryResponseAssets, type index_QueryMarginInterestRateHistoryRequest as QueryMarginInterestRateHistoryRequest, type index_QueryMarginInterestRateHistoryResponse as QueryMarginInterestRateHistoryResponse, type index_QueryMarginInterestRateHistoryResponseInner as QueryMarginInterestRateHistoryResponseInner, type index_QueryMarginPriceindexRequest as QueryMarginPriceindexRequest, type index_QueryMarginPriceindexResponse as QueryMarginPriceindexResponse, type index_QueryMaxBorrowRequest as QueryMaxBorrowRequest, type index_QueryMaxBorrowResponse as QueryMaxBorrowResponse, type index_QueryMaxTransferOutAmountRequest as QueryMaxTransferOutAmountRequest, type index_QueryMaxTransferOutAmountResponse as QueryMaxTransferOutAmountResponse, type index_QuerySpecialKeyListRequest as QuerySpecialKeyListRequest, type index_QuerySpecialKeyListResponse as QuerySpecialKeyListResponse, type index_QuerySpecialKeyListResponseInner as QuerySpecialKeyListResponseInner, type index_QuerySpecialKeyRequest as QuerySpecialKeyRequest, type index_QuerySpecialKeyResponse as QuerySpecialKeyResponse, index_RestAPI as RestAPI, index_RiskDataStreamApi as RiskDataStreamApi, type index_RiskDataStreamApiInterface as RiskDataStreamApiInterface, type index_SmallLiabilityExchangeRequest as SmallLiabilityExchangeRequest, type index_StartIsolatedMarginUserDataStreamRequest as StartIsolatedMarginUserDataStreamRequest, type index_StartIsolatedMarginUserDataStreamResponse as StartIsolatedMarginUserDataStreamResponse, type index_StartMarginUserDataStreamResponse as StartMarginUserDataStreamResponse, type index_StartUserDataStreamResponse as StartUserDataStreamResponse, index_TradeApi as TradeApi, type index_TradeApiInterface as TradeApiInterface, index_TradeDataStreamApi as TradeDataStreamApi, type index_TradeDataStreamApiInterface as TradeDataStreamApiInterface, index_TransferApi as TransferApi, type index_TransferApiInterface as TransferApiInterface };
|
|
10681
10494
|
}
|
|
10682
10495
|
|
|
10683
10496
|
interface ConfigurationMarginTrading {
|
|
@@ -10688,4 +10501,4 @@ declare class MarginTrading {
|
|
|
10688
10501
|
constructor(config: ConfigurationMarginTrading);
|
|
10689
10502
|
}
|
|
10690
10503
|
|
|
10691
|
-
export { ConfigurationMarginTrading, MarginTrading, index as MarginTradingRestAPI };
|
|
10504
|
+
export { type ConfigurationMarginTrading, MarginTrading, index as MarginTradingRestAPI };
|