@binance/margin-trading 1.0.0 → 2.0.0
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 +233 -453
- package/dist/index.d.ts +233 -453
- 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 +9 -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,41 +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
|
|
34
|
-
*
|
|
35
|
-
* The version of the OpenAPI document: 1.0.0
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
39
|
-
* https://openapi-generator.tech
|
|
40
|
-
* Do not edit the class manually.
|
|
41
|
-
*/
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @export
|
|
45
|
-
* @interface BadRequest
|
|
46
|
-
*/
|
|
47
|
-
interface BadRequest {
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {number}
|
|
51
|
-
* @memberof BadRequest
|
|
52
|
-
*/
|
|
53
|
-
code: number;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof BadRequest
|
|
58
|
-
*/
|
|
59
|
-
message: string;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
/**
|
|
63
|
-
* Binance Public Margin Trading REST API
|
|
64
|
-
*
|
|
65
|
-
* OpenAPI Specification for the Binance Public Margin Trading REST API
|
|
33
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
66
34
|
*
|
|
67
35
|
* The version of the OpenAPI document: 1.0.0
|
|
68
36
|
*
|
|
@@ -98,9 +66,9 @@ interface CreateSpecialKeyResponse {
|
|
|
98
66
|
}
|
|
99
67
|
|
|
100
68
|
/**
|
|
101
|
-
* Binance
|
|
69
|
+
* Binance Margin Trading REST API
|
|
102
70
|
*
|
|
103
|
-
* OpenAPI Specification for the Binance
|
|
71
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
104
72
|
*
|
|
105
73
|
* The version of the OpenAPI document: 1.0.0
|
|
106
74
|
*
|
|
@@ -136,9 +104,9 @@ interface CrossMarginCollateralRatioResponseInnerCollateralsInner {
|
|
|
136
104
|
}
|
|
137
105
|
|
|
138
106
|
/**
|
|
139
|
-
* Binance
|
|
107
|
+
* Binance Margin Trading REST API
|
|
140
108
|
*
|
|
141
|
-
* OpenAPI Specification for the Binance
|
|
109
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
142
110
|
*
|
|
143
111
|
* The version of the OpenAPI document: 1.0.0
|
|
144
112
|
*
|
|
@@ -169,9 +137,9 @@ interface CrossMarginCollateralRatioResponseInner {
|
|
|
169
137
|
}
|
|
170
138
|
|
|
171
139
|
/**
|
|
172
|
-
* Binance
|
|
140
|
+
* Binance Margin Trading REST API
|
|
173
141
|
*
|
|
174
|
-
* OpenAPI Specification for the Binance
|
|
142
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
175
143
|
*
|
|
176
144
|
* The version of the OpenAPI document: 1.0.0
|
|
177
145
|
*
|
|
@@ -190,9 +158,9 @@ interface CrossMarginCollateralRatioResponse extends Array<CrossMarginCollateral
|
|
|
190
158
|
}
|
|
191
159
|
|
|
192
160
|
/**
|
|
193
|
-
* Binance
|
|
161
|
+
* Binance Margin Trading REST API
|
|
194
162
|
*
|
|
195
|
-
* OpenAPI Specification for the Binance
|
|
163
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
196
164
|
*
|
|
197
165
|
* The version of the OpenAPI document: 1.0.0
|
|
198
166
|
*
|
|
@@ -222,9 +190,9 @@ interface DisableIsolatedMarginAccountResponse {
|
|
|
222
190
|
}
|
|
223
191
|
|
|
224
192
|
/**
|
|
225
|
-
* Binance
|
|
193
|
+
* Binance Margin Trading REST API
|
|
226
194
|
*
|
|
227
|
-
* OpenAPI Specification for the Binance
|
|
195
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
228
196
|
*
|
|
229
197
|
* The version of the OpenAPI document: 1.0.0
|
|
230
198
|
*
|
|
@@ -254,9 +222,9 @@ interface EnableIsolatedMarginAccountResponse {
|
|
|
254
222
|
}
|
|
255
223
|
|
|
256
224
|
/**
|
|
257
|
-
* Binance
|
|
225
|
+
* Binance Margin Trading REST API
|
|
258
226
|
*
|
|
259
|
-
* OpenAPI Specification for the Binance
|
|
227
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
260
228
|
*
|
|
261
229
|
* The version of the OpenAPI document: 1.0.0
|
|
262
230
|
*
|
|
@@ -322,9 +290,9 @@ interface GetAllCrossMarginPairsResponseInner {
|
|
|
322
290
|
}
|
|
323
291
|
|
|
324
292
|
/**
|
|
325
|
-
* Binance
|
|
293
|
+
* Binance Margin Trading REST API
|
|
326
294
|
*
|
|
327
|
-
* OpenAPI Specification for the Binance
|
|
295
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
328
296
|
*
|
|
329
297
|
* The version of the OpenAPI document: 1.0.0
|
|
330
298
|
*
|
|
@@ -343,9 +311,9 @@ interface GetAllCrossMarginPairsResponse extends Array<GetAllCrossMarginPairsRes
|
|
|
343
311
|
}
|
|
344
312
|
|
|
345
313
|
/**
|
|
346
|
-
* Binance
|
|
314
|
+
* Binance Margin Trading REST API
|
|
347
315
|
*
|
|
348
|
-
* OpenAPI Specification for the Binance
|
|
316
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
349
317
|
*
|
|
350
318
|
* The version of the OpenAPI document: 1.0.0
|
|
351
319
|
*
|
|
@@ -399,9 +367,9 @@ interface GetAllIsolatedMarginSymbolResponseInner {
|
|
|
399
367
|
}
|
|
400
368
|
|
|
401
369
|
/**
|
|
402
|
-
* Binance
|
|
370
|
+
* Binance Margin Trading REST API
|
|
403
371
|
*
|
|
404
|
-
* OpenAPI Specification for the Binance
|
|
372
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
405
373
|
*
|
|
406
374
|
* The version of the OpenAPI document: 1.0.0
|
|
407
375
|
*
|
|
@@ -420,9 +388,9 @@ interface GetAllIsolatedMarginSymbolResponse extends Array<GetAllIsolatedMarginS
|
|
|
420
388
|
}
|
|
421
389
|
|
|
422
390
|
/**
|
|
423
|
-
* Binance
|
|
391
|
+
* Binance Margin Trading REST API
|
|
424
392
|
*
|
|
425
|
-
* OpenAPI Specification for the Binance
|
|
393
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
426
394
|
*
|
|
427
395
|
* The version of the OpenAPI document: 1.0.0
|
|
428
396
|
*
|
|
@@ -482,9 +450,9 @@ interface GetAllMarginAssetsResponseInner {
|
|
|
482
450
|
}
|
|
483
451
|
|
|
484
452
|
/**
|
|
485
|
-
* Binance
|
|
453
|
+
* Binance Margin Trading REST API
|
|
486
454
|
*
|
|
487
|
-
* OpenAPI Specification for the Binance
|
|
455
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
488
456
|
*
|
|
489
457
|
* The version of the OpenAPI document: 1.0.0
|
|
490
458
|
*
|
|
@@ -503,9 +471,9 @@ interface GetAllMarginAssetsResponse extends Array<GetAllMarginAssetsResponseInn
|
|
|
503
471
|
}
|
|
504
472
|
|
|
505
473
|
/**
|
|
506
|
-
* Binance
|
|
474
|
+
* Binance Margin Trading REST API
|
|
507
475
|
*
|
|
508
|
-
* OpenAPI Specification for the Binance
|
|
476
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
509
477
|
*
|
|
510
478
|
* The version of the OpenAPI document: 1.0.0
|
|
511
479
|
*
|
|
@@ -535,9 +503,9 @@ interface GetBnbBurnStatusResponse {
|
|
|
535
503
|
}
|
|
536
504
|
|
|
537
505
|
/**
|
|
538
|
-
* Binance
|
|
506
|
+
* Binance Margin Trading REST API
|
|
539
507
|
*
|
|
540
|
-
* OpenAPI Specification for the Binance
|
|
508
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
541
509
|
*
|
|
542
510
|
* The version of the OpenAPI document: 1.0.0
|
|
543
511
|
*
|
|
@@ -615,9 +583,9 @@ interface GetCrossMarginTransferHistoryResponseRowsInner {
|
|
|
615
583
|
}
|
|
616
584
|
|
|
617
585
|
/**
|
|
618
|
-
* Binance
|
|
586
|
+
* Binance Margin Trading REST API
|
|
619
587
|
*
|
|
620
|
-
* OpenAPI Specification for the Binance
|
|
588
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
621
589
|
*
|
|
622
590
|
* The version of the OpenAPI document: 1.0.0
|
|
623
591
|
*
|
|
@@ -648,9 +616,9 @@ interface GetCrossMarginTransferHistoryResponse {
|
|
|
648
616
|
}
|
|
649
617
|
|
|
650
618
|
/**
|
|
651
|
-
* Binance
|
|
619
|
+
* Binance Margin Trading REST API
|
|
652
620
|
*
|
|
653
|
-
* OpenAPI Specification for the Binance
|
|
621
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
654
622
|
*
|
|
655
623
|
* The version of the OpenAPI document: 1.0.0
|
|
656
624
|
*
|
|
@@ -686,9 +654,9 @@ interface GetDelistScheduleResponseInner {
|
|
|
686
654
|
}
|
|
687
655
|
|
|
688
656
|
/**
|
|
689
|
-
* Binance
|
|
657
|
+
* Binance Margin Trading REST API
|
|
690
658
|
*
|
|
691
|
-
* OpenAPI Specification for the Binance
|
|
659
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
692
660
|
*
|
|
693
661
|
* The version of the OpenAPI document: 1.0.0
|
|
694
662
|
*
|
|
@@ -707,9 +675,9 @@ interface GetDelistScheduleResponse extends Array<GetDelistScheduleResponseInner
|
|
|
707
675
|
}
|
|
708
676
|
|
|
709
677
|
/**
|
|
710
|
-
* Binance
|
|
678
|
+
* Binance Margin Trading REST API
|
|
711
679
|
*
|
|
712
|
-
* OpenAPI Specification for the Binance
|
|
680
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
713
681
|
*
|
|
714
682
|
* The version of the OpenAPI document: 1.0.0
|
|
715
683
|
*
|
|
@@ -787,9 +755,9 @@ interface GetForceLiquidationRecordResponseRowsInner {
|
|
|
787
755
|
}
|
|
788
756
|
|
|
789
757
|
/**
|
|
790
|
-
* Binance
|
|
758
|
+
* Binance Margin Trading REST API
|
|
791
759
|
*
|
|
792
|
-
* OpenAPI Specification for the Binance
|
|
760
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
793
761
|
*
|
|
794
762
|
* The version of the OpenAPI document: 1.0.0
|
|
795
763
|
*
|
|
@@ -820,9 +788,9 @@ interface GetForceLiquidationRecordResponse {
|
|
|
820
788
|
}
|
|
821
789
|
|
|
822
790
|
/**
|
|
823
|
-
* Binance
|
|
791
|
+
* Binance Margin Trading REST API
|
|
824
792
|
*
|
|
825
|
-
* OpenAPI Specification for the Binance
|
|
793
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
826
794
|
*
|
|
827
795
|
* The version of the OpenAPI document: 1.0.0
|
|
828
796
|
*
|
|
@@ -852,9 +820,9 @@ interface GetFutureHourlyInterestRateResponseInner {
|
|
|
852
820
|
}
|
|
853
821
|
|
|
854
822
|
/**
|
|
855
|
-
* Binance
|
|
823
|
+
* Binance Margin Trading REST API
|
|
856
824
|
*
|
|
857
|
-
* OpenAPI Specification for the Binance
|
|
825
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
858
826
|
*
|
|
859
827
|
* The version of the OpenAPI document: 1.0.0
|
|
860
828
|
*
|
|
@@ -873,9 +841,9 @@ interface GetFutureHourlyInterestRateResponse extends Array<GetFutureHourlyInter
|
|
|
873
841
|
}
|
|
874
842
|
|
|
875
843
|
/**
|
|
876
|
-
* Binance
|
|
844
|
+
* Binance Margin Trading REST API
|
|
877
845
|
*
|
|
878
|
-
* OpenAPI Specification for the Binance
|
|
846
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
879
847
|
*
|
|
880
848
|
* The version of the OpenAPI document: 1.0.0
|
|
881
849
|
*
|
|
@@ -947,9 +915,9 @@ interface GetInterestHistoryResponseRowsInner {
|
|
|
947
915
|
}
|
|
948
916
|
|
|
949
917
|
/**
|
|
950
|
-
* Binance
|
|
918
|
+
* Binance Margin Trading REST API
|
|
951
919
|
*
|
|
952
|
-
* OpenAPI Specification for the Binance
|
|
920
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
953
921
|
*
|
|
954
922
|
* The version of the OpenAPI document: 1.0.0
|
|
955
923
|
*
|
|
@@ -980,9 +948,9 @@ interface GetInterestHistoryResponse {
|
|
|
980
948
|
}
|
|
981
949
|
|
|
982
950
|
/**
|
|
983
|
-
* Binance
|
|
951
|
+
* Binance Margin Trading REST API
|
|
984
952
|
*
|
|
985
|
-
* OpenAPI Specification for the Binance
|
|
953
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
986
954
|
*
|
|
987
955
|
* The version of the OpenAPI document: 1.0.0
|
|
988
956
|
*
|
|
@@ -1030,9 +998,9 @@ interface GetSmallLiabilityExchangeCoinListResponseInner {
|
|
|
1030
998
|
}
|
|
1031
999
|
|
|
1032
1000
|
/**
|
|
1033
|
-
* Binance
|
|
1001
|
+
* Binance Margin Trading REST API
|
|
1034
1002
|
*
|
|
1035
|
-
* OpenAPI Specification for the Binance
|
|
1003
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1036
1004
|
*
|
|
1037
1005
|
* The version of the OpenAPI document: 1.0.0
|
|
1038
1006
|
*
|
|
@@ -1051,9 +1019,9 @@ interface GetSmallLiabilityExchangeCoinListResponse extends Array<GetSmallLiabil
|
|
|
1051
1019
|
}
|
|
1052
1020
|
|
|
1053
1021
|
/**
|
|
1054
|
-
* Binance
|
|
1022
|
+
* Binance Margin Trading REST API
|
|
1055
1023
|
*
|
|
1056
|
-
* OpenAPI Specification for the Binance
|
|
1024
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1057
1025
|
*
|
|
1058
1026
|
* The version of the OpenAPI document: 1.0.0
|
|
1059
1027
|
*
|
|
@@ -1107,9 +1075,9 @@ interface GetSmallLiabilityExchangeHistoryResponseRowsInner {
|
|
|
1107
1075
|
}
|
|
1108
1076
|
|
|
1109
1077
|
/**
|
|
1110
|
-
* Binance
|
|
1078
|
+
* Binance Margin Trading REST API
|
|
1111
1079
|
*
|
|
1112
|
-
* OpenAPI Specification for the Binance
|
|
1080
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1113
1081
|
*
|
|
1114
1082
|
* The version of the OpenAPI document: 1.0.0
|
|
1115
1083
|
*
|
|
@@ -1140,9 +1108,9 @@ interface GetSmallLiabilityExchangeHistoryResponse {
|
|
|
1140
1108
|
}
|
|
1141
1109
|
|
|
1142
1110
|
/**
|
|
1143
|
-
* Binance
|
|
1111
|
+
* Binance Margin Trading REST API
|
|
1144
1112
|
*
|
|
1145
|
-
* OpenAPI Specification for the Binance
|
|
1113
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1146
1114
|
*
|
|
1147
1115
|
* The version of the OpenAPI document: 1.0.0
|
|
1148
1116
|
*
|
|
@@ -1178,9 +1146,9 @@ interface GetSummaryOfMarginAccountResponse {
|
|
|
1178
1146
|
}
|
|
1179
1147
|
|
|
1180
1148
|
/**
|
|
1181
|
-
* Binance
|
|
1149
|
+
* Binance Margin Trading REST API
|
|
1182
1150
|
*
|
|
1183
|
-
* OpenAPI Specification for the Binance
|
|
1151
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1184
1152
|
*
|
|
1185
1153
|
* The version of the OpenAPI document: 1.0.0
|
|
1186
1154
|
*
|
|
@@ -1204,9 +1172,9 @@ interface MarginAccountBorrowRepayResponse {
|
|
|
1204
1172
|
}
|
|
1205
1173
|
|
|
1206
1174
|
/**
|
|
1207
|
-
* Binance
|
|
1175
|
+
* Binance Margin Trading REST API
|
|
1208
1176
|
*
|
|
1209
|
-
* OpenAPI Specification for the Binance
|
|
1177
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1210
1178
|
*
|
|
1211
1179
|
* The version of the OpenAPI document: 1.0.0
|
|
1212
1180
|
*
|
|
@@ -1314,9 +1282,9 @@ interface MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrderReportsInne
|
|
|
1314
1282
|
}
|
|
1315
1283
|
|
|
1316
1284
|
/**
|
|
1317
|
-
* Binance
|
|
1285
|
+
* Binance Margin Trading REST API
|
|
1318
1286
|
*
|
|
1319
|
-
* OpenAPI Specification for the Binance
|
|
1287
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1320
1288
|
*
|
|
1321
1289
|
* The version of the OpenAPI document: 1.0.0
|
|
1322
1290
|
*
|
|
@@ -1352,9 +1320,9 @@ interface MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrdersInner {
|
|
|
1352
1320
|
}
|
|
1353
1321
|
|
|
1354
1322
|
/**
|
|
1355
|
-
* Binance
|
|
1323
|
+
* Binance Margin Trading REST API
|
|
1356
1324
|
*
|
|
1357
|
-
* OpenAPI Specification for the Binance
|
|
1325
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1358
1326
|
*
|
|
1359
1327
|
* The version of the OpenAPI document: 1.0.0
|
|
1360
1328
|
*
|
|
@@ -1505,9 +1473,9 @@ interface MarginAccountCancelAllOpenOrdersOnASymbolResponseInner {
|
|
|
1505
1473
|
}
|
|
1506
1474
|
|
|
1507
1475
|
/**
|
|
1508
|
-
* Binance
|
|
1476
|
+
* Binance Margin Trading REST API
|
|
1509
1477
|
*
|
|
1510
|
-
* OpenAPI Specification for the Binance
|
|
1478
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1511
1479
|
*
|
|
1512
1480
|
* The version of the OpenAPI document: 1.0.0
|
|
1513
1481
|
*
|
|
@@ -1526,9 +1494,9 @@ interface MarginAccountCancelAllOpenOrdersOnASymbolResponse extends Array<Margin
|
|
|
1526
1494
|
}
|
|
1527
1495
|
|
|
1528
1496
|
/**
|
|
1529
|
-
* Binance
|
|
1497
|
+
* Binance Margin Trading REST API
|
|
1530
1498
|
*
|
|
1531
|
-
* OpenAPI Specification for the Binance
|
|
1499
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1532
1500
|
*
|
|
1533
1501
|
* The version of the OpenAPI document: 1.0.0
|
|
1534
1502
|
*
|
|
@@ -1636,9 +1604,9 @@ interface MarginAccountCancelOcoResponseOrderReportsInner {
|
|
|
1636
1604
|
}
|
|
1637
1605
|
|
|
1638
1606
|
/**
|
|
1639
|
-
* Binance
|
|
1607
|
+
* Binance Margin Trading REST API
|
|
1640
1608
|
*
|
|
1641
|
-
* OpenAPI Specification for the Binance
|
|
1609
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1642
1610
|
*
|
|
1643
1611
|
* The version of the OpenAPI document: 1.0.0
|
|
1644
1612
|
*
|
|
@@ -1674,9 +1642,9 @@ interface MarginAccountCancelOcoResponseOrdersInner {
|
|
|
1674
1642
|
}
|
|
1675
1643
|
|
|
1676
1644
|
/**
|
|
1677
|
-
* Binance
|
|
1645
|
+
* Binance Margin Trading REST API
|
|
1678
1646
|
*
|
|
1679
|
-
* OpenAPI Specification for the Binance
|
|
1647
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1680
1648
|
*
|
|
1681
1649
|
* The version of the OpenAPI document: 1.0.0
|
|
1682
1650
|
*
|
|
@@ -1755,9 +1723,9 @@ interface MarginAccountCancelOcoResponse {
|
|
|
1755
1723
|
}
|
|
1756
1724
|
|
|
1757
1725
|
/**
|
|
1758
|
-
* Binance
|
|
1726
|
+
* Binance Margin Trading REST API
|
|
1759
1727
|
*
|
|
1760
|
-
* OpenAPI Specification for the Binance
|
|
1728
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1761
1729
|
*
|
|
1762
1730
|
* The version of the OpenAPI document: 1.0.0
|
|
1763
1731
|
*
|
|
@@ -1853,9 +1821,9 @@ interface MarginAccountCancelOrderResponse {
|
|
|
1853
1821
|
}
|
|
1854
1822
|
|
|
1855
1823
|
/**
|
|
1856
|
-
* Binance
|
|
1824
|
+
* Binance Margin Trading REST API
|
|
1857
1825
|
*
|
|
1858
|
-
* OpenAPI Specification for the Binance
|
|
1826
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1859
1827
|
*
|
|
1860
1828
|
* The version of the OpenAPI document: 1.0.0
|
|
1861
1829
|
*
|
|
@@ -1963,9 +1931,9 @@ interface MarginAccountNewOcoResponseOrderReportsInner {
|
|
|
1963
1931
|
}
|
|
1964
1932
|
|
|
1965
1933
|
/**
|
|
1966
|
-
* Binance
|
|
1934
|
+
* Binance Margin Trading REST API
|
|
1967
1935
|
*
|
|
1968
|
-
* OpenAPI Specification for the Binance
|
|
1936
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
1969
1937
|
*
|
|
1970
1938
|
* The version of the OpenAPI document: 1.0.0
|
|
1971
1939
|
*
|
|
@@ -2001,9 +1969,9 @@ interface MarginAccountNewOcoResponseOrdersInner {
|
|
|
2001
1969
|
}
|
|
2002
1970
|
|
|
2003
1971
|
/**
|
|
2004
|
-
* Binance
|
|
1972
|
+
* Binance Margin Trading REST API
|
|
2005
1973
|
*
|
|
2006
|
-
* OpenAPI Specification for the Binance
|
|
1974
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2007
1975
|
*
|
|
2008
1976
|
* The version of the OpenAPI document: 1.0.0
|
|
2009
1977
|
*
|
|
@@ -2094,9 +2062,9 @@ interface MarginAccountNewOcoResponse {
|
|
|
2094
2062
|
}
|
|
2095
2063
|
|
|
2096
2064
|
/**
|
|
2097
|
-
* Binance
|
|
2065
|
+
* Binance Margin Trading REST API
|
|
2098
2066
|
*
|
|
2099
|
-
* OpenAPI Specification for the Binance
|
|
2067
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2100
2068
|
*
|
|
2101
2069
|
* The version of the OpenAPI document: 1.0.0
|
|
2102
2070
|
*
|
|
@@ -2144,9 +2112,9 @@ interface MarginAccountNewOrderResponse1 {
|
|
|
2144
2112
|
}
|
|
2145
2113
|
|
|
2146
2114
|
/**
|
|
2147
|
-
* Binance
|
|
2115
|
+
* Binance Margin Trading REST API
|
|
2148
2116
|
*
|
|
2149
|
-
* OpenAPI Specification for the Binance
|
|
2117
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2150
2118
|
*
|
|
2151
2119
|
* The version of the OpenAPI document: 1.0.0
|
|
2152
2120
|
*
|
|
@@ -2248,9 +2216,9 @@ interface MarginAccountNewOrderResponse2 {
|
|
|
2248
2216
|
}
|
|
2249
2217
|
|
|
2250
2218
|
/**
|
|
2251
|
-
* Binance
|
|
2219
|
+
* Binance Margin Trading REST API
|
|
2252
2220
|
*
|
|
2253
|
-
* OpenAPI Specification for the Binance
|
|
2221
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2254
2222
|
*
|
|
2255
2223
|
* The version of the OpenAPI document: 1.0.0
|
|
2256
2224
|
*
|
|
@@ -2298,9 +2266,9 @@ interface MarginAccountNewOrderResponse3FillsInner {
|
|
|
2298
2266
|
}
|
|
2299
2267
|
|
|
2300
2268
|
/**
|
|
2301
|
-
* Binance
|
|
2269
|
+
* Binance Margin Trading REST API
|
|
2302
2270
|
*
|
|
2303
|
-
* OpenAPI Specification for the Binance
|
|
2271
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2304
2272
|
*
|
|
2305
2273
|
* The version of the OpenAPI document: 1.0.0
|
|
2306
2274
|
*
|
|
@@ -2421,9 +2389,9 @@ interface MarginAccountNewOrderResponse3 {
|
|
|
2421
2389
|
}
|
|
2422
2390
|
|
|
2423
2391
|
/**
|
|
2424
|
-
* Binance
|
|
2392
|
+
* Binance Margin Trading REST API
|
|
2425
2393
|
*
|
|
2426
|
-
* OpenAPI Specification for the Binance
|
|
2394
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2427
2395
|
*
|
|
2428
2396
|
* The version of the OpenAPI document: 1.0.0
|
|
2429
2397
|
*
|
|
@@ -2440,9 +2408,9 @@ interface MarginAccountNewOrderResponse3 {
|
|
|
2440
2408
|
type MarginAccountNewOrderResponse = MarginAccountNewOrderResponse1 | MarginAccountNewOrderResponse2 | MarginAccountNewOrderResponse3;
|
|
2441
2409
|
|
|
2442
2410
|
/**
|
|
2443
|
-
* Binance
|
|
2411
|
+
* Binance Margin Trading REST API
|
|
2444
2412
|
*
|
|
2445
|
-
* OpenAPI Specification for the Binance
|
|
2413
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2446
2414
|
*
|
|
2447
2415
|
* The version of the OpenAPI document: 1.0.0
|
|
2448
2416
|
*
|
|
@@ -2544,9 +2512,9 @@ interface MarginAccountNewOtoResponseOrderReportsInner {
|
|
|
2544
2512
|
}
|
|
2545
2513
|
|
|
2546
2514
|
/**
|
|
2547
|
-
* Binance
|
|
2515
|
+
* Binance Margin Trading REST API
|
|
2548
2516
|
*
|
|
2549
|
-
* OpenAPI Specification for the Binance
|
|
2517
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2550
2518
|
*
|
|
2551
2519
|
* The version of the OpenAPI document: 1.0.0
|
|
2552
2520
|
*
|
|
@@ -2582,9 +2550,9 @@ interface MarginAccountNewOtoResponseOrdersInner {
|
|
|
2582
2550
|
}
|
|
2583
2551
|
|
|
2584
2552
|
/**
|
|
2585
|
-
* Binance
|
|
2553
|
+
* Binance Margin Trading REST API
|
|
2586
2554
|
*
|
|
2587
|
-
* OpenAPI Specification for the Binance
|
|
2555
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2588
2556
|
*
|
|
2589
2557
|
* The version of the OpenAPI document: 1.0.0
|
|
2590
2558
|
*
|
|
@@ -2663,9 +2631,9 @@ interface MarginAccountNewOtoResponse {
|
|
|
2663
2631
|
}
|
|
2664
2632
|
|
|
2665
2633
|
/**
|
|
2666
|
-
* Binance
|
|
2634
|
+
* Binance Margin Trading REST API
|
|
2667
2635
|
*
|
|
2668
|
-
* OpenAPI Specification for the Binance
|
|
2636
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2669
2637
|
*
|
|
2670
2638
|
* The version of the OpenAPI document: 1.0.0
|
|
2671
2639
|
*
|
|
@@ -2773,9 +2741,9 @@ interface MarginAccountNewOtocoResponseOrderReportsInner {
|
|
|
2773
2741
|
}
|
|
2774
2742
|
|
|
2775
2743
|
/**
|
|
2776
|
-
* Binance
|
|
2744
|
+
* Binance Margin Trading REST API
|
|
2777
2745
|
*
|
|
2778
|
-
* OpenAPI Specification for the Binance
|
|
2746
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2779
2747
|
*
|
|
2780
2748
|
* The version of the OpenAPI document: 1.0.0
|
|
2781
2749
|
*
|
|
@@ -2811,9 +2779,9 @@ interface MarginAccountNewOtocoResponseOrdersInner {
|
|
|
2811
2779
|
}
|
|
2812
2780
|
|
|
2813
2781
|
/**
|
|
2814
|
-
* Binance
|
|
2782
|
+
* Binance Margin Trading REST API
|
|
2815
2783
|
*
|
|
2816
|
-
* OpenAPI Specification for the Binance
|
|
2784
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2817
2785
|
*
|
|
2818
2786
|
* The version of the OpenAPI document: 1.0.0
|
|
2819
2787
|
*
|
|
@@ -2892,9 +2860,9 @@ interface MarginAccountNewOtocoResponse {
|
|
|
2892
2860
|
}
|
|
2893
2861
|
|
|
2894
2862
|
/**
|
|
2895
|
-
* Binance
|
|
2863
|
+
* Binance Margin Trading REST API
|
|
2896
2864
|
*
|
|
2897
|
-
* OpenAPI Specification for the Binance
|
|
2865
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2898
2866
|
*
|
|
2899
2867
|
* The version of the OpenAPI document: 1.0.0
|
|
2900
2868
|
*
|
|
@@ -2942,9 +2910,9 @@ interface MarginManualLiquidationResponse {
|
|
|
2942
2910
|
}
|
|
2943
2911
|
|
|
2944
2912
|
/**
|
|
2945
|
-
* Binance
|
|
2913
|
+
* Binance Margin Trading REST API
|
|
2946
2914
|
*
|
|
2947
|
-
* OpenAPI Specification for the Binance
|
|
2915
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2948
2916
|
*
|
|
2949
2917
|
* The version of the OpenAPI document: 1.0.0
|
|
2950
2918
|
*
|
|
@@ -3016,9 +2984,9 @@ interface QueryBorrowRepayRecordsInMarginAccountResponseRowsInner {
|
|
|
3016
2984
|
}
|
|
3017
2985
|
|
|
3018
2986
|
/**
|
|
3019
|
-
* Binance
|
|
2987
|
+
* Binance Margin Trading REST API
|
|
3020
2988
|
*
|
|
3021
|
-
* OpenAPI Specification for the Binance
|
|
2989
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3022
2990
|
*
|
|
3023
2991
|
* The version of the OpenAPI document: 1.0.0
|
|
3024
2992
|
*
|
|
@@ -3049,9 +3017,9 @@ interface QueryBorrowRepayRecordsInMarginAccountResponse {
|
|
|
3049
3017
|
}
|
|
3050
3018
|
|
|
3051
3019
|
/**
|
|
3052
|
-
* Binance
|
|
3020
|
+
* Binance Margin Trading REST API
|
|
3053
3021
|
*
|
|
3054
|
-
* OpenAPI Specification for the Binance
|
|
3022
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3055
3023
|
*
|
|
3056
3024
|
* The version of the OpenAPI document: 1.0.0
|
|
3057
3025
|
*
|
|
@@ -3111,9 +3079,9 @@ interface QueryCrossIsolatedMarginCapitalFlowResponseInner {
|
|
|
3111
3079
|
}
|
|
3112
3080
|
|
|
3113
3081
|
/**
|
|
3114
|
-
* Binance
|
|
3082
|
+
* Binance Margin Trading REST API
|
|
3115
3083
|
*
|
|
3116
|
-
* OpenAPI Specification for the Binance
|
|
3084
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3117
3085
|
*
|
|
3118
3086
|
* The version of the OpenAPI document: 1.0.0
|
|
3119
3087
|
*
|
|
@@ -3132,9 +3100,9 @@ interface QueryCrossIsolatedMarginCapitalFlowResponse extends Array<QueryCrossIs
|
|
|
3132
3100
|
}
|
|
3133
3101
|
|
|
3134
3102
|
/**
|
|
3135
|
-
* Binance
|
|
3103
|
+
* Binance Margin Trading REST API
|
|
3136
3104
|
*
|
|
3137
|
-
* OpenAPI Specification for the Binance
|
|
3105
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3138
3106
|
*
|
|
3139
3107
|
* The version of the OpenAPI document: 1.0.0
|
|
3140
3108
|
*
|
|
@@ -3188,9 +3156,9 @@ interface QueryCrossMarginAccountDetailsResponseUserAssetsInner {
|
|
|
3188
3156
|
}
|
|
3189
3157
|
|
|
3190
3158
|
/**
|
|
3191
|
-
* Binance
|
|
3159
|
+
* Binance Margin Trading REST API
|
|
3192
3160
|
*
|
|
3193
|
-
* OpenAPI Specification for the Binance
|
|
3161
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3194
3162
|
*
|
|
3195
3163
|
* The version of the OpenAPI document: 1.0.0
|
|
3196
3164
|
*
|
|
@@ -3293,9 +3261,9 @@ interface QueryCrossMarginAccountDetailsResponse {
|
|
|
3293
3261
|
}
|
|
3294
3262
|
|
|
3295
3263
|
/**
|
|
3296
|
-
* Binance
|
|
3264
|
+
* Binance Margin Trading REST API
|
|
3297
3265
|
*
|
|
3298
|
-
* OpenAPI Specification for the Binance
|
|
3266
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3299
3267
|
*
|
|
3300
3268
|
* The version of the OpenAPI document: 1.0.0
|
|
3301
3269
|
*
|
|
@@ -3361,9 +3329,9 @@ interface QueryCrossMarginFeeDataResponseInner {
|
|
|
3361
3329
|
}
|
|
3362
3330
|
|
|
3363
3331
|
/**
|
|
3364
|
-
* Binance
|
|
3332
|
+
* Binance Margin Trading REST API
|
|
3365
3333
|
*
|
|
3366
|
-
* OpenAPI Specification for the Binance
|
|
3334
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3367
3335
|
*
|
|
3368
3336
|
* The version of the OpenAPI document: 1.0.0
|
|
3369
3337
|
*
|
|
@@ -3382,9 +3350,9 @@ interface QueryCrossMarginFeeDataResponse extends Array<QueryCrossMarginFeeDataR
|
|
|
3382
3350
|
}
|
|
3383
3351
|
|
|
3384
3352
|
/**
|
|
3385
|
-
* Binance
|
|
3353
|
+
* Binance Margin Trading REST API
|
|
3386
3354
|
*
|
|
3387
|
-
* OpenAPI Specification for the Binance
|
|
3355
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3388
3356
|
*
|
|
3389
3357
|
* The version of the OpenAPI document: 1.0.0
|
|
3390
3358
|
*
|
|
@@ -3432,9 +3400,9 @@ interface QueryCurrentMarginOrderCountUsageResponseInner {
|
|
|
3432
3400
|
}
|
|
3433
3401
|
|
|
3434
3402
|
/**
|
|
3435
|
-
* Binance
|
|
3403
|
+
* Binance Margin Trading REST API
|
|
3436
3404
|
*
|
|
3437
|
-
* OpenAPI Specification for the Binance
|
|
3405
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3438
3406
|
*
|
|
3439
3407
|
* The version of the OpenAPI document: 1.0.0
|
|
3440
3408
|
*
|
|
@@ -3453,9 +3421,9 @@ interface QueryCurrentMarginOrderCountUsageResponse extends Array<QueryCurrentMa
|
|
|
3453
3421
|
}
|
|
3454
3422
|
|
|
3455
3423
|
/**
|
|
3456
|
-
* Binance
|
|
3424
|
+
* Binance Margin Trading REST API
|
|
3457
3425
|
*
|
|
3458
|
-
* OpenAPI Specification for the Binance
|
|
3426
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3459
3427
|
*
|
|
3460
3428
|
* The version of the OpenAPI document: 1.0.0
|
|
3461
3429
|
*
|
|
@@ -3485,9 +3453,9 @@ interface QueryEnabledIsolatedMarginAccountLimitResponse {
|
|
|
3485
3453
|
}
|
|
3486
3454
|
|
|
3487
3455
|
/**
|
|
3488
|
-
* Binance
|
|
3456
|
+
* Binance Margin Trading REST API
|
|
3489
3457
|
*
|
|
3490
|
-
* OpenAPI Specification for the Binance
|
|
3458
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3491
3459
|
*
|
|
3492
3460
|
* The version of the OpenAPI document: 1.0.0
|
|
3493
3461
|
*
|
|
@@ -3565,9 +3533,9 @@ interface QueryIsolatedMarginAccountInfoResponse1AssetsInnerBaseAsset {
|
|
|
3565
3533
|
}
|
|
3566
3534
|
|
|
3567
3535
|
/**
|
|
3568
|
-
* Binance
|
|
3536
|
+
* Binance Margin Trading REST API
|
|
3569
3537
|
*
|
|
3570
|
-
* OpenAPI Specification for the Binance
|
|
3538
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3571
3539
|
*
|
|
3572
3540
|
* The version of the OpenAPI document: 1.0.0
|
|
3573
3541
|
*
|
|
@@ -3645,9 +3613,9 @@ interface QueryIsolatedMarginAccountInfoResponse1AssetsInnerQuoteAsset {
|
|
|
3645
3613
|
}
|
|
3646
3614
|
|
|
3647
3615
|
/**
|
|
3648
|
-
* Binance
|
|
3616
|
+
* Binance Margin Trading REST API
|
|
3649
3617
|
*
|
|
3650
|
-
* OpenAPI Specification for the Binance
|
|
3618
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3651
3619
|
*
|
|
3652
3620
|
* The version of the OpenAPI document: 1.0.0
|
|
3653
3621
|
*
|
|
@@ -3738,9 +3706,9 @@ interface QueryIsolatedMarginAccountInfoResponse1AssetsInner {
|
|
|
3738
3706
|
}
|
|
3739
3707
|
|
|
3740
3708
|
/**
|
|
3741
|
-
* Binance
|
|
3709
|
+
* Binance Margin Trading REST API
|
|
3742
3710
|
*
|
|
3743
|
-
* OpenAPI Specification for the Binance
|
|
3711
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3744
3712
|
*
|
|
3745
3713
|
* The version of the OpenAPI document: 1.0.0
|
|
3746
3714
|
*
|
|
@@ -3783,9 +3751,9 @@ interface QueryIsolatedMarginAccountInfoResponse1 {
|
|
|
3783
3751
|
}
|
|
3784
3752
|
|
|
3785
3753
|
/**
|
|
3786
|
-
* Binance
|
|
3754
|
+
* Binance Margin Trading REST API
|
|
3787
3755
|
*
|
|
3788
|
-
* OpenAPI Specification for the Binance
|
|
3756
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3789
3757
|
*
|
|
3790
3758
|
* The version of the OpenAPI document: 1.0.0
|
|
3791
3759
|
*
|
|
@@ -3810,9 +3778,9 @@ interface QueryIsolatedMarginAccountInfoResponse2 {
|
|
|
3810
3778
|
}
|
|
3811
3779
|
|
|
3812
3780
|
/**
|
|
3813
|
-
* Binance
|
|
3781
|
+
* Binance Margin Trading REST API
|
|
3814
3782
|
*
|
|
3815
|
-
* OpenAPI Specification for the Binance
|
|
3783
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3816
3784
|
*
|
|
3817
3785
|
* The version of the OpenAPI document: 1.0.0
|
|
3818
3786
|
*
|
|
@@ -3829,9 +3797,9 @@ interface QueryIsolatedMarginAccountInfoResponse2 {
|
|
|
3829
3797
|
type QueryIsolatedMarginAccountInfoResponse = QueryIsolatedMarginAccountInfoResponse1 | QueryIsolatedMarginAccountInfoResponse2;
|
|
3830
3798
|
|
|
3831
3799
|
/**
|
|
3832
|
-
* Binance
|
|
3800
|
+
* Binance Margin Trading REST API
|
|
3833
3801
|
*
|
|
3834
|
-
* OpenAPI Specification for the Binance
|
|
3802
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3835
3803
|
*
|
|
3836
3804
|
* The version of the OpenAPI document: 1.0.0
|
|
3837
3805
|
*
|
|
@@ -3867,9 +3835,9 @@ interface QueryIsolatedMarginFeeDataResponseInnerDataInner {
|
|
|
3867
3835
|
}
|
|
3868
3836
|
|
|
3869
3837
|
/**
|
|
3870
|
-
* Binance
|
|
3838
|
+
* Binance Margin Trading REST API
|
|
3871
3839
|
*
|
|
3872
|
-
* OpenAPI Specification for the Binance
|
|
3840
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3873
3841
|
*
|
|
3874
3842
|
* The version of the OpenAPI document: 1.0.0
|
|
3875
3843
|
*
|
|
@@ -3912,9 +3880,9 @@ interface QueryIsolatedMarginFeeDataResponseInner {
|
|
|
3912
3880
|
}
|
|
3913
3881
|
|
|
3914
3882
|
/**
|
|
3915
|
-
* Binance
|
|
3883
|
+
* Binance Margin Trading REST API
|
|
3916
3884
|
*
|
|
3917
|
-
* OpenAPI Specification for the Binance
|
|
3885
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3918
3886
|
*
|
|
3919
3887
|
* The version of the OpenAPI document: 1.0.0
|
|
3920
3888
|
*
|
|
@@ -3933,9 +3901,9 @@ interface QueryIsolatedMarginFeeDataResponse extends Array<QueryIsolatedMarginFe
|
|
|
3933
3901
|
}
|
|
3934
3902
|
|
|
3935
3903
|
/**
|
|
3936
|
-
* Binance
|
|
3904
|
+
* Binance Margin Trading REST API
|
|
3937
3905
|
*
|
|
3938
|
-
* OpenAPI Specification for the Binance
|
|
3906
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3939
3907
|
*
|
|
3940
3908
|
* The version of the OpenAPI document: 1.0.0
|
|
3941
3909
|
*
|
|
@@ -3995,9 +3963,9 @@ interface QueryIsolatedMarginTierDataResponseInner {
|
|
|
3995
3963
|
}
|
|
3996
3964
|
|
|
3997
3965
|
/**
|
|
3998
|
-
* Binance
|
|
3966
|
+
* Binance Margin Trading REST API
|
|
3999
3967
|
*
|
|
4000
|
-
* OpenAPI Specification for the Binance
|
|
3968
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4001
3969
|
*
|
|
4002
3970
|
* The version of the OpenAPI document: 1.0.0
|
|
4003
3971
|
*
|
|
@@ -4016,9 +3984,9 @@ interface QueryIsolatedMarginTierDataResponse extends Array<QueryIsolatedMarginT
|
|
|
4016
3984
|
}
|
|
4017
3985
|
|
|
4018
3986
|
/**
|
|
4019
|
-
* Binance
|
|
3987
|
+
* Binance Margin Trading REST API
|
|
4020
3988
|
*
|
|
4021
|
-
* OpenAPI Specification for the Binance
|
|
3989
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4022
3990
|
*
|
|
4023
3991
|
* The version of the OpenAPI document: 1.0.0
|
|
4024
3992
|
*
|
|
@@ -4066,9 +4034,9 @@ interface QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInnerBrac
|
|
|
4066
4034
|
}
|
|
4067
4035
|
|
|
4068
4036
|
/**
|
|
4069
|
-
* Binance
|
|
4037
|
+
* Binance Margin Trading REST API
|
|
4070
4038
|
*
|
|
4071
|
-
* OpenAPI Specification for the Binance
|
|
4039
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4072
4040
|
*
|
|
4073
4041
|
* The version of the OpenAPI document: 1.0.0
|
|
4074
4042
|
*
|
|
@@ -4105,9 +4073,9 @@ interface QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInner {
|
|
|
4105
4073
|
}
|
|
4106
4074
|
|
|
4107
4075
|
/**
|
|
4108
|
-
* Binance
|
|
4076
|
+
* Binance Margin Trading REST API
|
|
4109
4077
|
*
|
|
4110
|
-
* OpenAPI Specification for the Binance
|
|
4078
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4111
4079
|
*
|
|
4112
4080
|
* The version of the OpenAPI document: 1.0.0
|
|
4113
4081
|
*
|
|
@@ -4126,9 +4094,9 @@ interface QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponse extends
|
|
|
4126
4094
|
}
|
|
4127
4095
|
|
|
4128
4096
|
/**
|
|
4129
|
-
* Binance
|
|
4097
|
+
* Binance Margin Trading REST API
|
|
4130
4098
|
*
|
|
4131
|
-
* OpenAPI Specification for the Binance
|
|
4099
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4132
4100
|
*
|
|
4133
4101
|
* The version of the OpenAPI document: 1.0.0
|
|
4134
4102
|
*
|
|
@@ -4164,9 +4132,9 @@ interface QueryMarginAccountsAllOcoResponseInnerOrdersInner {
|
|
|
4164
4132
|
}
|
|
4165
4133
|
|
|
4166
4134
|
/**
|
|
4167
|
-
* Binance
|
|
4135
|
+
* Binance Margin Trading REST API
|
|
4168
4136
|
*
|
|
4169
|
-
* OpenAPI Specification for the Binance
|
|
4137
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4170
4138
|
*
|
|
4171
4139
|
* The version of the OpenAPI document: 1.0.0
|
|
4172
4140
|
*
|
|
@@ -4239,9 +4207,9 @@ interface QueryMarginAccountsAllOcoResponseInner {
|
|
|
4239
4207
|
}
|
|
4240
4208
|
|
|
4241
4209
|
/**
|
|
4242
|
-
* Binance
|
|
4210
|
+
* Binance Margin Trading REST API
|
|
4243
4211
|
*
|
|
4244
|
-
* OpenAPI Specification for the Binance
|
|
4212
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4245
4213
|
*
|
|
4246
4214
|
* The version of the OpenAPI document: 1.0.0
|
|
4247
4215
|
*
|
|
@@ -4260,9 +4228,9 @@ interface QueryMarginAccountsAllOcoResponse extends Array<QueryMarginAccountsAll
|
|
|
4260
4228
|
}
|
|
4261
4229
|
|
|
4262
4230
|
/**
|
|
4263
|
-
* Binance
|
|
4231
|
+
* Binance Margin Trading REST API
|
|
4264
4232
|
*
|
|
4265
|
-
* OpenAPI Specification for the Binance
|
|
4233
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4266
4234
|
*
|
|
4267
4235
|
* The version of the OpenAPI document: 1.0.0
|
|
4268
4236
|
*
|
|
@@ -4388,9 +4356,9 @@ interface QueryMarginAccountsAllOrdersResponseInner {
|
|
|
4388
4356
|
}
|
|
4389
4357
|
|
|
4390
4358
|
/**
|
|
4391
|
-
* Binance
|
|
4359
|
+
* Binance Margin Trading REST API
|
|
4392
4360
|
*
|
|
4393
|
-
* OpenAPI Specification for the Binance
|
|
4361
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4394
4362
|
*
|
|
4395
4363
|
* The version of the OpenAPI document: 1.0.0
|
|
4396
4364
|
*
|
|
@@ -4409,9 +4377,9 @@ interface QueryMarginAccountsAllOrdersResponse extends Array<QueryMarginAccounts
|
|
|
4409
4377
|
}
|
|
4410
4378
|
|
|
4411
4379
|
/**
|
|
4412
|
-
* Binance
|
|
4380
|
+
* Binance Margin Trading REST API
|
|
4413
4381
|
*
|
|
4414
|
-
* OpenAPI Specification for the Binance
|
|
4382
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4415
4383
|
*
|
|
4416
4384
|
* The version of the OpenAPI document: 1.0.0
|
|
4417
4385
|
*
|
|
@@ -4447,9 +4415,9 @@ interface QueryMarginAccountsOcoResponseOrdersInner {
|
|
|
4447
4415
|
}
|
|
4448
4416
|
|
|
4449
4417
|
/**
|
|
4450
|
-
* Binance
|
|
4418
|
+
* Binance Margin Trading REST API
|
|
4451
4419
|
*
|
|
4452
|
-
* OpenAPI Specification for the Binance
|
|
4420
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4453
4421
|
*
|
|
4454
4422
|
* The version of the OpenAPI document: 1.0.0
|
|
4455
4423
|
*
|
|
@@ -4522,9 +4490,9 @@ interface QueryMarginAccountsOcoResponse {
|
|
|
4522
4490
|
}
|
|
4523
4491
|
|
|
4524
4492
|
/**
|
|
4525
|
-
* Binance
|
|
4493
|
+
* Binance Margin Trading REST API
|
|
4526
4494
|
*
|
|
4527
|
-
* OpenAPI Specification for the Binance
|
|
4495
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4528
4496
|
*
|
|
4529
4497
|
* The version of the OpenAPI document: 1.0.0
|
|
4530
4498
|
*
|
|
@@ -4560,9 +4528,9 @@ interface QueryMarginAccountsOpenOcoResponseInnerOrdersInner {
|
|
|
4560
4528
|
}
|
|
4561
4529
|
|
|
4562
4530
|
/**
|
|
4563
|
-
* Binance
|
|
4531
|
+
* Binance Margin Trading REST API
|
|
4564
4532
|
*
|
|
4565
|
-
* OpenAPI Specification for the Binance
|
|
4533
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4566
4534
|
*
|
|
4567
4535
|
* The version of the OpenAPI document: 1.0.0
|
|
4568
4536
|
*
|
|
@@ -4635,9 +4603,9 @@ interface QueryMarginAccountsOpenOcoResponseInner {
|
|
|
4635
4603
|
}
|
|
4636
4604
|
|
|
4637
4605
|
/**
|
|
4638
|
-
* Binance
|
|
4606
|
+
* Binance Margin Trading REST API
|
|
4639
4607
|
*
|
|
4640
|
-
* OpenAPI Specification for the Binance
|
|
4608
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4641
4609
|
*
|
|
4642
4610
|
* The version of the OpenAPI document: 1.0.0
|
|
4643
4611
|
*
|
|
@@ -4656,9 +4624,9 @@ interface QueryMarginAccountsOpenOcoResponse extends Array<QueryMarginAccountsOp
|
|
|
4656
4624
|
}
|
|
4657
4625
|
|
|
4658
4626
|
/**
|
|
4659
|
-
* Binance
|
|
4627
|
+
* Binance Margin Trading REST API
|
|
4660
4628
|
*
|
|
4661
|
-
* OpenAPI Specification for the Binance
|
|
4629
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4662
4630
|
*
|
|
4663
4631
|
* The version of the OpenAPI document: 1.0.0
|
|
4664
4632
|
*
|
|
@@ -4784,9 +4752,9 @@ interface QueryMarginAccountsOpenOrdersResponseInner {
|
|
|
4784
4752
|
}
|
|
4785
4753
|
|
|
4786
4754
|
/**
|
|
4787
|
-
* Binance
|
|
4755
|
+
* Binance Margin Trading REST API
|
|
4788
4756
|
*
|
|
4789
|
-
* OpenAPI Specification for the Binance
|
|
4757
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4790
4758
|
*
|
|
4791
4759
|
* The version of the OpenAPI document: 1.0.0
|
|
4792
4760
|
*
|
|
@@ -4805,9 +4773,9 @@ interface QueryMarginAccountsOpenOrdersResponse extends Array<QueryMarginAccount
|
|
|
4805
4773
|
}
|
|
4806
4774
|
|
|
4807
4775
|
/**
|
|
4808
|
-
* Binance
|
|
4776
|
+
* Binance Margin Trading REST API
|
|
4809
4777
|
*
|
|
4810
|
-
* OpenAPI Specification for the Binance
|
|
4778
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4811
4779
|
*
|
|
4812
4780
|
* The version of the OpenAPI document: 1.0.0
|
|
4813
4781
|
*
|
|
@@ -4933,9 +4901,9 @@ interface QueryMarginAccountsOrderResponse {
|
|
|
4933
4901
|
}
|
|
4934
4902
|
|
|
4935
4903
|
/**
|
|
4936
|
-
* Binance
|
|
4904
|
+
* Binance Margin Trading REST API
|
|
4937
4905
|
*
|
|
4938
|
-
* OpenAPI Specification for the Binance
|
|
4906
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4939
4907
|
*
|
|
4940
4908
|
* The version of the OpenAPI document: 1.0.0
|
|
4941
4909
|
*
|
|
@@ -5025,9 +4993,9 @@ interface QueryMarginAccountsTradeListResponseInner {
|
|
|
5025
4993
|
}
|
|
5026
4994
|
|
|
5027
4995
|
/**
|
|
5028
|
-
* Binance
|
|
4996
|
+
* Binance Margin Trading REST API
|
|
5029
4997
|
*
|
|
5030
|
-
* OpenAPI Specification for the Binance
|
|
4998
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5031
4999
|
*
|
|
5032
5000
|
* The version of the OpenAPI document: 1.0.0
|
|
5033
5001
|
*
|
|
@@ -5046,9 +5014,9 @@ interface QueryMarginAccountsTradeListResponse extends Array<QueryMarginAccounts
|
|
|
5046
5014
|
}
|
|
5047
5015
|
|
|
5048
5016
|
/**
|
|
5049
|
-
* Binance
|
|
5017
|
+
* Binance Margin Trading REST API
|
|
5050
5018
|
*
|
|
5051
|
-
* OpenAPI Specification for the Binance
|
|
5019
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5052
5020
|
*
|
|
5053
5021
|
* The version of the OpenAPI document: 1.0.0
|
|
5054
5022
|
*
|
|
@@ -5090,9 +5058,9 @@ interface QueryMarginAvailableInventoryResponseAssets {
|
|
|
5090
5058
|
}
|
|
5091
5059
|
|
|
5092
5060
|
/**
|
|
5093
|
-
* Binance
|
|
5061
|
+
* Binance Margin Trading REST API
|
|
5094
5062
|
*
|
|
5095
|
-
* OpenAPI Specification for the Binance
|
|
5063
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5096
5064
|
*
|
|
5097
5065
|
* The version of the OpenAPI document: 1.0.0
|
|
5098
5066
|
*
|
|
@@ -5123,9 +5091,9 @@ interface QueryMarginAvailableInventoryResponse {
|
|
|
5123
5091
|
}
|
|
5124
5092
|
|
|
5125
5093
|
/**
|
|
5126
|
-
* Binance
|
|
5094
|
+
* Binance Margin Trading REST API
|
|
5127
5095
|
*
|
|
5128
|
-
* OpenAPI Specification for the Binance
|
|
5096
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5129
5097
|
*
|
|
5130
5098
|
* The version of the OpenAPI document: 1.0.0
|
|
5131
5099
|
*
|
|
@@ -5167,9 +5135,9 @@ interface QueryMarginInterestRateHistoryResponseInner {
|
|
|
5167
5135
|
}
|
|
5168
5136
|
|
|
5169
5137
|
/**
|
|
5170
|
-
* Binance
|
|
5138
|
+
* Binance Margin Trading REST API
|
|
5171
5139
|
*
|
|
5172
|
-
* OpenAPI Specification for the Binance
|
|
5140
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5173
5141
|
*
|
|
5174
5142
|
* The version of the OpenAPI document: 1.0.0
|
|
5175
5143
|
*
|
|
@@ -5188,9 +5156,9 @@ interface QueryMarginInterestRateHistoryResponse extends Array<QueryMarginIntere
|
|
|
5188
5156
|
}
|
|
5189
5157
|
|
|
5190
5158
|
/**
|
|
5191
|
-
* Binance
|
|
5159
|
+
* Binance Margin Trading REST API
|
|
5192
5160
|
*
|
|
5193
|
-
* OpenAPI Specification for the Binance
|
|
5161
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5194
5162
|
*
|
|
5195
5163
|
* The version of the OpenAPI document: 1.0.0
|
|
5196
5164
|
*
|
|
@@ -5226,9 +5194,9 @@ interface QueryMarginPriceindexResponse {
|
|
|
5226
5194
|
}
|
|
5227
5195
|
|
|
5228
5196
|
/**
|
|
5229
|
-
* Binance
|
|
5197
|
+
* Binance Margin Trading REST API
|
|
5230
5198
|
*
|
|
5231
|
-
* OpenAPI Specification for the Binance
|
|
5199
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5232
5200
|
*
|
|
5233
5201
|
* The version of the OpenAPI document: 1.0.0
|
|
5234
5202
|
*
|
|
@@ -5258,9 +5226,9 @@ interface QueryMaxBorrowResponse {
|
|
|
5258
5226
|
}
|
|
5259
5227
|
|
|
5260
5228
|
/**
|
|
5261
|
-
* Binance
|
|
5229
|
+
* Binance Margin Trading REST API
|
|
5262
5230
|
*
|
|
5263
|
-
* OpenAPI Specification for the Binance
|
|
5231
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5264
5232
|
*
|
|
5265
5233
|
* The version of the OpenAPI document: 1.0.0
|
|
5266
5234
|
*
|
|
@@ -5284,9 +5252,9 @@ interface QueryMaxTransferOutAmountResponse {
|
|
|
5284
5252
|
}
|
|
5285
5253
|
|
|
5286
5254
|
/**
|
|
5287
|
-
* Binance
|
|
5255
|
+
* Binance Margin Trading REST API
|
|
5288
5256
|
*
|
|
5289
|
-
* OpenAPI Specification for the Binance
|
|
5257
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5290
5258
|
*
|
|
5291
5259
|
* The version of the OpenAPI document: 1.0.0
|
|
5292
5260
|
*
|
|
@@ -5334,9 +5302,9 @@ interface QuerySpecialKeyListResponseInner {
|
|
|
5334
5302
|
}
|
|
5335
5303
|
|
|
5336
5304
|
/**
|
|
5337
|
-
* Binance
|
|
5305
|
+
* Binance Margin Trading REST API
|
|
5338
5306
|
*
|
|
5339
|
-
* OpenAPI Specification for the Binance
|
|
5307
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5340
5308
|
*
|
|
5341
5309
|
* The version of the OpenAPI document: 1.0.0
|
|
5342
5310
|
*
|
|
@@ -5355,9 +5323,9 @@ interface QuerySpecialKeyListResponse extends Array<QuerySpecialKeyListResponseI
|
|
|
5355
5323
|
}
|
|
5356
5324
|
|
|
5357
5325
|
/**
|
|
5358
|
-
* Binance
|
|
5326
|
+
* Binance Margin Trading REST API
|
|
5359
5327
|
*
|
|
5360
|
-
* OpenAPI Specification for the Binance
|
|
5328
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5361
5329
|
*
|
|
5362
5330
|
* The version of the OpenAPI document: 1.0.0
|
|
5363
5331
|
*
|
|
@@ -5405,9 +5373,9 @@ interface QuerySpecialKeyResponse {
|
|
|
5405
5373
|
}
|
|
5406
5374
|
|
|
5407
5375
|
/**
|
|
5408
|
-
* Binance
|
|
5376
|
+
* Binance Margin Trading REST API
|
|
5409
5377
|
*
|
|
5410
|
-
* OpenAPI Specification for the Binance
|
|
5378
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5411
5379
|
*
|
|
5412
5380
|
* The version of the OpenAPI document: 1.0.0
|
|
5413
5381
|
*
|
|
@@ -5431,9 +5399,9 @@ interface StartIsolatedMarginUserDataStreamResponse {
|
|
|
5431
5399
|
}
|
|
5432
5400
|
|
|
5433
5401
|
/**
|
|
5434
|
-
* Binance
|
|
5402
|
+
* Binance Margin Trading REST API
|
|
5435
5403
|
*
|
|
5436
|
-
* OpenAPI Specification for the Binance
|
|
5404
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5437
5405
|
*
|
|
5438
5406
|
* The version of the OpenAPI document: 1.0.0
|
|
5439
5407
|
*
|
|
@@ -5457,9 +5425,9 @@ interface StartMarginUserDataStreamResponse {
|
|
|
5457
5425
|
}
|
|
5458
5426
|
|
|
5459
5427
|
/**
|
|
5460
|
-
* Binance
|
|
5428
|
+
* Binance Margin Trading REST API
|
|
5461
5429
|
*
|
|
5462
|
-
* OpenAPI Specification for the Binance
|
|
5430
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5463
5431
|
*
|
|
5464
5432
|
* The version of the OpenAPI document: 1.0.0
|
|
5465
5433
|
*
|
|
@@ -5483,9 +5451,9 @@ interface StartUserDataStreamResponse {
|
|
|
5483
5451
|
}
|
|
5484
5452
|
|
|
5485
5453
|
/**
|
|
5486
|
-
* Binance
|
|
5454
|
+
* Binance Margin Trading REST API
|
|
5487
5455
|
*
|
|
5488
|
-
* OpenAPI Specification for the Binance
|
|
5456
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
5489
5457
|
*
|
|
5490
5458
|
* The version of the OpenAPI document: 1.0.0
|
|
5491
5459
|
*
|
|
@@ -6015,9 +5983,9 @@ declare class AccountApi implements AccountApiInterface {
|
|
|
6015
5983
|
}
|
|
6016
5984
|
|
|
6017
5985
|
/**
|
|
6018
|
-
* Binance
|
|
5986
|
+
* Binance Margin Trading REST API
|
|
6019
5987
|
*
|
|
6020
|
-
* OpenAPI Specification for the Binance
|
|
5988
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
6021
5989
|
*
|
|
6022
5990
|
* The version of the OpenAPI document: 1.0.0
|
|
6023
5991
|
*
|
|
@@ -6464,9 +6432,9 @@ declare class BorrowRepayApi implements BorrowRepayApiInterface {
|
|
|
6464
6432
|
}
|
|
6465
6433
|
|
|
6466
6434
|
/**
|
|
6467
|
-
* Binance
|
|
6435
|
+
* Binance Margin Trading REST API
|
|
6468
6436
|
*
|
|
6469
|
-
* OpenAPI Specification for the Binance
|
|
6437
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
6470
6438
|
*
|
|
6471
6439
|
* The version of the OpenAPI document: 1.0.0
|
|
6472
6440
|
*
|
|
@@ -6816,9 +6784,9 @@ declare class MarketDataApi implements MarketDataApiInterface {
|
|
|
6816
6784
|
}
|
|
6817
6785
|
|
|
6818
6786
|
/**
|
|
6819
|
-
* Binance
|
|
6787
|
+
* Binance Margin Trading REST API
|
|
6820
6788
|
*
|
|
6821
|
-
* OpenAPI Specification for the Binance
|
|
6789
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
6822
6790
|
*
|
|
6823
6791
|
* The version of the OpenAPI document: 1.0.0
|
|
6824
6792
|
*
|
|
@@ -6928,9 +6896,9 @@ declare class RiskDataStreamApi implements RiskDataStreamApiInterface {
|
|
|
6928
6896
|
}
|
|
6929
6897
|
|
|
6930
6898
|
/**
|
|
6931
|
-
* Binance
|
|
6899
|
+
* Binance Margin Trading REST API
|
|
6932
6900
|
*
|
|
6933
|
-
* OpenAPI Specification for the Binance
|
|
6901
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
6934
6902
|
*
|
|
6935
6903
|
* The version of the OpenAPI document: 1.0.0
|
|
6936
6904
|
*
|
|
@@ -8976,9 +8944,9 @@ declare const MarginAccountNewOtocoNewOrderRespTypeEnum: {
|
|
|
8976
8944
|
type MarginAccountNewOtocoNewOrderRespTypeEnum = (typeof MarginAccountNewOtocoNewOrderRespTypeEnum)[keyof typeof MarginAccountNewOtocoNewOrderRespTypeEnum];
|
|
8977
8945
|
|
|
8978
8946
|
/**
|
|
8979
|
-
* Binance
|
|
8947
|
+
* Binance Margin Trading REST API
|
|
8980
8948
|
*
|
|
8981
|
-
* OpenAPI Specification for the Binance
|
|
8949
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
8982
8950
|
*
|
|
8983
8951
|
* The version of the OpenAPI document: 1.0.0
|
|
8984
8952
|
*
|
|
@@ -9225,9 +9193,9 @@ declare class TradeDataStreamApi implements TradeDataStreamApiInterface {
|
|
|
9225
9193
|
}
|
|
9226
9194
|
|
|
9227
9195
|
/**
|
|
9228
|
-
* Binance
|
|
9196
|
+
* Binance Margin Trading REST API
|
|
9229
9197
|
*
|
|
9230
|
-
* OpenAPI Specification for the Binance
|
|
9198
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
9231
9199
|
*
|
|
9232
9200
|
* The version of the OpenAPI document: 1.0.0
|
|
9233
9201
|
*
|
|
@@ -9394,9 +9362,9 @@ declare class TransferApi implements TransferApiInterface {
|
|
|
9394
9362
|
}
|
|
9395
9363
|
|
|
9396
9364
|
/**
|
|
9397
|
-
* Binance
|
|
9365
|
+
* Binance Margin Trading REST API
|
|
9398
9366
|
*
|
|
9399
|
-
* OpenAPI Specification for the Binance
|
|
9367
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
9400
9368
|
*
|
|
9401
9369
|
* The version of the OpenAPI document: 1.0.0
|
|
9402
9370
|
*
|
|
@@ -10283,9 +10251,9 @@ declare class RestAPI {
|
|
|
10283
10251
|
}
|
|
10284
10252
|
|
|
10285
10253
|
/**
|
|
10286
|
-
* Binance
|
|
10254
|
+
* Binance Margin Trading REST API
|
|
10287
10255
|
*
|
|
10288
|
-
* OpenAPI Specification for the Binance
|
|
10256
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
10289
10257
|
*
|
|
10290
10258
|
* The version of the OpenAPI document: 1.0.0
|
|
10291
10259
|
*
|
|
@@ -10300,7 +10268,6 @@ declare const index_AccountApi: typeof AccountApi;
|
|
|
10300
10268
|
type index_AccountApiInterface = AccountApiInterface;
|
|
10301
10269
|
type index_AdjustCrossMarginMaxLeverageRequest = AdjustCrossMarginMaxLeverageRequest;
|
|
10302
10270
|
type index_AdjustCrossMarginMaxLeverageResponse = AdjustCrossMarginMaxLeverageResponse;
|
|
10303
|
-
type index_BadRequest = BadRequest;
|
|
10304
10271
|
type index_BorrowRepayApi = BorrowRepayApi;
|
|
10305
10272
|
declare const index_BorrowRepayApi: typeof BorrowRepayApi;
|
|
10306
10273
|
type index_BorrowRepayApiInterface = BorrowRepayApiInterface;
|
|
@@ -10490,194 +10457,7 @@ type index_TransferApi = TransferApi;
|
|
|
10490
10457
|
declare const index_TransferApi: typeof TransferApi;
|
|
10491
10458
|
type index_TransferApiInterface = TransferApiInterface;
|
|
10492
10459
|
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
|
-
};
|
|
10460
|
+
export { index_AccountApi as AccountApi, type index_AccountApiInterface as AccountApiInterface, type index_AdjustCrossMarginMaxLeverageRequest as AdjustCrossMarginMaxLeverageRequest, type index_AdjustCrossMarginMaxLeverageResponse as AdjustCrossMarginMaxLeverageResponse, 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
10461
|
}
|
|
10682
10462
|
|
|
10683
10463
|
interface ConfigurationMarginTrading {
|
|
@@ -10688,4 +10468,4 @@ declare class MarginTrading {
|
|
|
10688
10468
|
constructor(config: ConfigurationMarginTrading);
|
|
10689
10469
|
}
|
|
10690
10470
|
|
|
10691
|
-
export { ConfigurationMarginTrading, MarginTrading, index as MarginTradingRestAPI };
|
|
10471
|
+
export { type ConfigurationMarginTrading, MarginTrading, index as MarginTradingRestAPI };
|