@binance/margin-trading 8.0.0 → 9.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/dist/index.d.mts +404 -404
- package/dist/index.d.ts +404 -404
- package/dist/index.js +94 -94
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +94 -94
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -2
package/dist/index.d.mts
CHANGED
|
@@ -247,10 +247,10 @@ interface GetAllCrossMarginPairsResponseInner {
|
|
|
247
247
|
base?: string;
|
|
248
248
|
/**
|
|
249
249
|
*
|
|
250
|
-
* @type {number}
|
|
250
|
+
* @type {number | bigint}
|
|
251
251
|
* @memberof GetAllCrossMarginPairsResponseInner
|
|
252
252
|
*/
|
|
253
|
-
id?: number;
|
|
253
|
+
id?: number | bigint;
|
|
254
254
|
/**
|
|
255
255
|
*
|
|
256
256
|
* @type {boolean}
|
|
@@ -283,10 +283,10 @@ interface GetAllCrossMarginPairsResponseInner {
|
|
|
283
283
|
symbol?: string;
|
|
284
284
|
/**
|
|
285
285
|
*
|
|
286
|
-
* @type {number}
|
|
286
|
+
* @type {number | bigint}
|
|
287
287
|
* @memberof GetAllCrossMarginPairsResponseInner
|
|
288
288
|
*/
|
|
289
|
-
delistTime?: number;
|
|
289
|
+
delistTime?: number | bigint;
|
|
290
290
|
}
|
|
291
291
|
|
|
292
292
|
/**
|
|
@@ -443,10 +443,10 @@ interface GetAllMarginAssetsResponseInner {
|
|
|
443
443
|
userMinRepay?: string;
|
|
444
444
|
/**
|
|
445
445
|
*
|
|
446
|
-
* @type {number}
|
|
446
|
+
* @type {number | bigint}
|
|
447
447
|
* @memberof GetAllMarginAssetsResponseInner
|
|
448
448
|
*/
|
|
449
|
-
delistTime?: number;
|
|
449
|
+
delistTime?: number | bigint;
|
|
450
450
|
}
|
|
451
451
|
|
|
452
452
|
/**
|
|
@@ -540,16 +540,16 @@ interface GetCrossMarginTransferHistoryResponseRowsInner {
|
|
|
540
540
|
status?: string;
|
|
541
541
|
/**
|
|
542
542
|
*
|
|
543
|
-
* @type {number}
|
|
543
|
+
* @type {number | bigint}
|
|
544
544
|
* @memberof GetCrossMarginTransferHistoryResponseRowsInner
|
|
545
545
|
*/
|
|
546
|
-
timestamp?: number;
|
|
546
|
+
timestamp?: number | bigint;
|
|
547
547
|
/**
|
|
548
548
|
*
|
|
549
|
-
* @type {number}
|
|
549
|
+
* @type {number | bigint}
|
|
550
550
|
* @memberof GetCrossMarginTransferHistoryResponseRowsInner
|
|
551
551
|
*/
|
|
552
|
-
txId?: number;
|
|
552
|
+
txId?: number | bigint;
|
|
553
553
|
/**
|
|
554
554
|
*
|
|
555
555
|
* @type {string}
|
|
@@ -609,10 +609,10 @@ interface GetCrossMarginTransferHistoryResponse {
|
|
|
609
609
|
rows?: Array<GetCrossMarginTransferHistoryResponseRowsInner>;
|
|
610
610
|
/**
|
|
611
611
|
*
|
|
612
|
-
* @type {number}
|
|
612
|
+
* @type {number | bigint}
|
|
613
613
|
* @memberof GetCrossMarginTransferHistoryResponse
|
|
614
614
|
*/
|
|
615
|
-
total?: number;
|
|
615
|
+
total?: number | bigint;
|
|
616
616
|
}
|
|
617
617
|
|
|
618
618
|
/**
|
|
@@ -635,10 +635,10 @@ interface GetCrossMarginTransferHistoryResponse {
|
|
|
635
635
|
interface GetDelistScheduleResponseInner {
|
|
636
636
|
/**
|
|
637
637
|
*
|
|
638
|
-
* @type {number}
|
|
638
|
+
* @type {number | bigint}
|
|
639
639
|
* @memberof GetDelistScheduleResponseInner
|
|
640
640
|
*/
|
|
641
|
-
delistTime?: number;
|
|
641
|
+
delistTime?: number | bigint;
|
|
642
642
|
/**
|
|
643
643
|
*
|
|
644
644
|
* @type {Array<string>}
|
|
@@ -706,10 +706,10 @@ interface GetForceLiquidationRecordResponseRowsInner {
|
|
|
706
706
|
executedQty?: string;
|
|
707
707
|
/**
|
|
708
708
|
*
|
|
709
|
-
* @type {number}
|
|
709
|
+
* @type {number | bigint}
|
|
710
710
|
* @memberof GetForceLiquidationRecordResponseRowsInner
|
|
711
711
|
*/
|
|
712
|
-
orderId?: number;
|
|
712
|
+
orderId?: number | bigint;
|
|
713
713
|
/**
|
|
714
714
|
*
|
|
715
715
|
* @type {string}
|
|
@@ -748,10 +748,10 @@ interface GetForceLiquidationRecordResponseRowsInner {
|
|
|
748
748
|
isIsolated?: boolean;
|
|
749
749
|
/**
|
|
750
750
|
*
|
|
751
|
-
* @type {number}
|
|
751
|
+
* @type {number | bigint}
|
|
752
752
|
* @memberof GetForceLiquidationRecordResponseRowsInner
|
|
753
753
|
*/
|
|
754
|
-
updatedTime?: number;
|
|
754
|
+
updatedTime?: number | bigint;
|
|
755
755
|
}
|
|
756
756
|
|
|
757
757
|
/**
|
|
@@ -781,10 +781,10 @@ interface GetForceLiquidationRecordResponse {
|
|
|
781
781
|
rows?: Array<GetForceLiquidationRecordResponseRowsInner>;
|
|
782
782
|
/**
|
|
783
783
|
*
|
|
784
|
-
* @type {number}
|
|
784
|
+
* @type {number | bigint}
|
|
785
785
|
* @memberof GetForceLiquidationRecordResponse
|
|
786
786
|
*/
|
|
787
|
-
total?: number;
|
|
787
|
+
total?: number | bigint;
|
|
788
788
|
}
|
|
789
789
|
|
|
790
790
|
/**
|
|
@@ -860,16 +860,16 @@ interface GetFutureHourlyInterestRateResponse extends Array<GetFutureHourlyInter
|
|
|
860
860
|
interface GetInterestHistoryResponseRowsInner {
|
|
861
861
|
/**
|
|
862
862
|
*
|
|
863
|
-
* @type {number}
|
|
863
|
+
* @type {number | bigint}
|
|
864
864
|
* @memberof GetInterestHistoryResponseRowsInner
|
|
865
865
|
*/
|
|
866
|
-
txId?: number;
|
|
866
|
+
txId?: number | bigint;
|
|
867
867
|
/**
|
|
868
868
|
*
|
|
869
|
-
* @type {number}
|
|
869
|
+
* @type {number | bigint}
|
|
870
870
|
* @memberof GetInterestHistoryResponseRowsInner
|
|
871
871
|
*/
|
|
872
|
-
interestAccuredTime?: number;
|
|
872
|
+
interestAccuredTime?: number | bigint;
|
|
873
873
|
/**
|
|
874
874
|
*
|
|
875
875
|
* @type {string}
|
|
@@ -941,10 +941,10 @@ interface GetInterestHistoryResponse {
|
|
|
941
941
|
rows?: Array<GetInterestHistoryResponseRowsInner>;
|
|
942
942
|
/**
|
|
943
943
|
*
|
|
944
|
-
* @type {number}
|
|
944
|
+
* @type {number | bigint}
|
|
945
945
|
* @memberof GetInterestHistoryResponse
|
|
946
946
|
*/
|
|
947
|
-
total?: number;
|
|
947
|
+
total?: number | bigint;
|
|
948
948
|
}
|
|
949
949
|
|
|
950
950
|
/**
|
|
@@ -993,10 +993,10 @@ interface GetLimitPricePairsResponse {
|
|
|
993
993
|
interface GetListScheduleResponseInner {
|
|
994
994
|
/**
|
|
995
995
|
*
|
|
996
|
-
* @type {number}
|
|
996
|
+
* @type {number | bigint}
|
|
997
997
|
* @memberof GetListScheduleResponseInner
|
|
998
998
|
*/
|
|
999
|
-
listTime?: number;
|
|
999
|
+
listTime?: number | bigint;
|
|
1000
1000
|
/**
|
|
1001
1001
|
*
|
|
1002
1002
|
* @type {Array<string>}
|
|
@@ -1153,10 +1153,10 @@ interface GetSmallLiabilityExchangeHistoryResponseRowsInner {
|
|
|
1153
1153
|
bizType?: string;
|
|
1154
1154
|
/**
|
|
1155
1155
|
*
|
|
1156
|
-
* @type {number}
|
|
1156
|
+
* @type {number | bigint}
|
|
1157
1157
|
* @memberof GetSmallLiabilityExchangeHistoryResponseRowsInner
|
|
1158
1158
|
*/
|
|
1159
|
-
timestamp?: number;
|
|
1159
|
+
timestamp?: number | bigint;
|
|
1160
1160
|
}
|
|
1161
1161
|
|
|
1162
1162
|
/**
|
|
@@ -1180,10 +1180,10 @@ interface GetSmallLiabilityExchangeHistoryResponseRowsInner {
|
|
|
1180
1180
|
interface GetSmallLiabilityExchangeHistoryResponse {
|
|
1181
1181
|
/**
|
|
1182
1182
|
*
|
|
1183
|
-
* @type {number}
|
|
1183
|
+
* @type {number | bigint}
|
|
1184
1184
|
* @memberof GetSmallLiabilityExchangeHistoryResponse
|
|
1185
1185
|
*/
|
|
1186
|
-
total?: number;
|
|
1186
|
+
total?: number | bigint;
|
|
1187
1187
|
/**
|
|
1188
1188
|
*
|
|
1189
1189
|
* @type {Array<GetSmallLiabilityExchangeHistoryResponseRowsInner>}
|
|
@@ -1250,10 +1250,10 @@ interface GetSummaryOfMarginAccountResponse {
|
|
|
1250
1250
|
interface MarginAccountBorrowRepayResponse {
|
|
1251
1251
|
/**
|
|
1252
1252
|
*
|
|
1253
|
-
* @type {number}
|
|
1253
|
+
* @type {number | bigint}
|
|
1254
1254
|
* @memberof MarginAccountBorrowRepayResponse
|
|
1255
1255
|
*/
|
|
1256
|
-
tranId?: number;
|
|
1256
|
+
tranId?: number | bigint;
|
|
1257
1257
|
}
|
|
1258
1258
|
|
|
1259
1259
|
/**
|
|
@@ -1288,16 +1288,16 @@ interface MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrderReportsInne
|
|
|
1288
1288
|
origClientOrderId?: string;
|
|
1289
1289
|
/**
|
|
1290
1290
|
*
|
|
1291
|
-
* @type {number}
|
|
1291
|
+
* @type {number | bigint}
|
|
1292
1292
|
* @memberof MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrderReportsInner
|
|
1293
1293
|
*/
|
|
1294
|
-
orderId?: number;
|
|
1294
|
+
orderId?: number | bigint;
|
|
1295
1295
|
/**
|
|
1296
1296
|
*
|
|
1297
|
-
* @type {number}
|
|
1297
|
+
* @type {number | bigint}
|
|
1298
1298
|
* @memberof MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrderReportsInner
|
|
1299
1299
|
*/
|
|
1300
|
-
orderListId?: number;
|
|
1300
|
+
orderListId?: number | bigint;
|
|
1301
1301
|
/**
|
|
1302
1302
|
*
|
|
1303
1303
|
* @type {string}
|
|
@@ -1392,10 +1392,10 @@ interface MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrdersInner {
|
|
|
1392
1392
|
symbol?: string;
|
|
1393
1393
|
/**
|
|
1394
1394
|
*
|
|
1395
|
-
* @type {number}
|
|
1395
|
+
* @type {number | bigint}
|
|
1396
1396
|
* @memberof MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrdersInner
|
|
1397
1397
|
*/
|
|
1398
|
-
orderId?: number;
|
|
1398
|
+
orderId?: number | bigint;
|
|
1399
1399
|
/**
|
|
1400
1400
|
*
|
|
1401
1401
|
* @type {string}
|
|
@@ -1443,16 +1443,16 @@ interface MarginAccountCancelAllOpenOrdersOnASymbolResponseInner {
|
|
|
1443
1443
|
origClientOrderId?: string;
|
|
1444
1444
|
/**
|
|
1445
1445
|
*
|
|
1446
|
-
* @type {number}
|
|
1446
|
+
* @type {number | bigint}
|
|
1447
1447
|
* @memberof MarginAccountCancelAllOpenOrdersOnASymbolResponseInner
|
|
1448
1448
|
*/
|
|
1449
|
-
orderId?: number;
|
|
1449
|
+
orderId?: number | bigint;
|
|
1450
1450
|
/**
|
|
1451
1451
|
*
|
|
1452
|
-
* @type {number}
|
|
1452
|
+
* @type {number | bigint}
|
|
1453
1453
|
* @memberof MarginAccountCancelAllOpenOrdersOnASymbolResponseInner
|
|
1454
1454
|
*/
|
|
1455
|
-
orderListId?: number;
|
|
1455
|
+
orderListId?: number | bigint;
|
|
1456
1456
|
/**
|
|
1457
1457
|
*
|
|
1458
1458
|
* @type {string}
|
|
@@ -1539,10 +1539,10 @@ interface MarginAccountCancelAllOpenOrdersOnASymbolResponseInner {
|
|
|
1539
1539
|
listClientOrderId?: string;
|
|
1540
1540
|
/**
|
|
1541
1541
|
*
|
|
1542
|
-
* @type {number}
|
|
1542
|
+
* @type {number | bigint}
|
|
1543
1543
|
* @memberof MarginAccountCancelAllOpenOrdersOnASymbolResponseInner
|
|
1544
1544
|
*/
|
|
1545
|
-
transactionTime?: number;
|
|
1545
|
+
transactionTime?: number | bigint;
|
|
1546
1546
|
/**
|
|
1547
1547
|
*
|
|
1548
1548
|
* @type {Array<MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrdersInner>}
|
|
@@ -1610,16 +1610,16 @@ interface MarginAccountCancelOcoResponseOrderReportsInner {
|
|
|
1610
1610
|
origClientOrderId?: string;
|
|
1611
1611
|
/**
|
|
1612
1612
|
*
|
|
1613
|
-
* @type {number}
|
|
1613
|
+
* @type {number | bigint}
|
|
1614
1614
|
* @memberof MarginAccountCancelOcoResponseOrderReportsInner
|
|
1615
1615
|
*/
|
|
1616
|
-
orderId?: number;
|
|
1616
|
+
orderId?: number | bigint;
|
|
1617
1617
|
/**
|
|
1618
1618
|
*
|
|
1619
|
-
* @type {number}
|
|
1619
|
+
* @type {number | bigint}
|
|
1620
1620
|
* @memberof MarginAccountCancelOcoResponseOrderReportsInner
|
|
1621
1621
|
*/
|
|
1622
|
-
orderListId?: number;
|
|
1622
|
+
orderListId?: number | bigint;
|
|
1623
1623
|
/**
|
|
1624
1624
|
*
|
|
1625
1625
|
* @type {string}
|
|
@@ -1714,10 +1714,10 @@ interface MarginAccountCancelOcoResponseOrdersInner {
|
|
|
1714
1714
|
symbol?: string;
|
|
1715
1715
|
/**
|
|
1716
1716
|
*
|
|
1717
|
-
* @type {number}
|
|
1717
|
+
* @type {number | bigint}
|
|
1718
1718
|
* @memberof MarginAccountCancelOcoResponseOrdersInner
|
|
1719
1719
|
*/
|
|
1720
|
-
orderId?: number;
|
|
1720
|
+
orderId?: number | bigint;
|
|
1721
1721
|
/**
|
|
1722
1722
|
*
|
|
1723
1723
|
* @type {string}
|
|
@@ -1747,10 +1747,10 @@ interface MarginAccountCancelOcoResponseOrdersInner {
|
|
|
1747
1747
|
interface MarginAccountCancelOcoResponse {
|
|
1748
1748
|
/**
|
|
1749
1749
|
*
|
|
1750
|
-
* @type {number}
|
|
1750
|
+
* @type {number | bigint}
|
|
1751
1751
|
* @memberof MarginAccountCancelOcoResponse
|
|
1752
1752
|
*/
|
|
1753
|
-
orderListId?: number;
|
|
1753
|
+
orderListId?: number | bigint;
|
|
1754
1754
|
/**
|
|
1755
1755
|
*
|
|
1756
1756
|
* @type {string}
|
|
@@ -1777,10 +1777,10 @@ interface MarginAccountCancelOcoResponse {
|
|
|
1777
1777
|
listClientOrderId?: string;
|
|
1778
1778
|
/**
|
|
1779
1779
|
*
|
|
1780
|
-
* @type {number}
|
|
1780
|
+
* @type {number | bigint}
|
|
1781
1781
|
* @memberof MarginAccountCancelOcoResponse
|
|
1782
1782
|
*/
|
|
1783
|
-
transactionTime?: number;
|
|
1783
|
+
transactionTime?: number | bigint;
|
|
1784
1784
|
/**
|
|
1785
1785
|
*
|
|
1786
1786
|
* @type {string}
|
|
@@ -1931,16 +1931,16 @@ interface MarginAccountNewOcoResponseOrderReportsInner {
|
|
|
1931
1931
|
symbol?: string;
|
|
1932
1932
|
/**
|
|
1933
1933
|
*
|
|
1934
|
-
* @type {number}
|
|
1934
|
+
* @type {number | bigint}
|
|
1935
1935
|
* @memberof MarginAccountNewOcoResponseOrderReportsInner
|
|
1936
1936
|
*/
|
|
1937
|
-
orderId?: number;
|
|
1937
|
+
orderId?: number | bigint;
|
|
1938
1938
|
/**
|
|
1939
1939
|
*
|
|
1940
|
-
* @type {number}
|
|
1940
|
+
* @type {number | bigint}
|
|
1941
1941
|
* @memberof MarginAccountNewOcoResponseOrderReportsInner
|
|
1942
1942
|
*/
|
|
1943
|
-
orderListId?: number;
|
|
1943
|
+
orderListId?: number | bigint;
|
|
1944
1944
|
/**
|
|
1945
1945
|
*
|
|
1946
1946
|
* @type {string}
|
|
@@ -1949,10 +1949,10 @@ interface MarginAccountNewOcoResponseOrderReportsInner {
|
|
|
1949
1949
|
clientOrderId?: string;
|
|
1950
1950
|
/**
|
|
1951
1951
|
*
|
|
1952
|
-
* @type {number}
|
|
1952
|
+
* @type {number | bigint}
|
|
1953
1953
|
* @memberof MarginAccountNewOcoResponseOrderReportsInner
|
|
1954
1954
|
*/
|
|
1955
|
-
transactTime?: number;
|
|
1955
|
+
transactTime?: number | bigint;
|
|
1956
1956
|
/**
|
|
1957
1957
|
*
|
|
1958
1958
|
* @type {string}
|
|
@@ -2041,10 +2041,10 @@ interface MarginAccountNewOcoResponseOrdersInner {
|
|
|
2041
2041
|
symbol?: string;
|
|
2042
2042
|
/**
|
|
2043
2043
|
*
|
|
2044
|
-
* @type {number}
|
|
2044
|
+
* @type {number | bigint}
|
|
2045
2045
|
* @memberof MarginAccountNewOcoResponseOrdersInner
|
|
2046
2046
|
*/
|
|
2047
|
-
orderId?: number;
|
|
2047
|
+
orderId?: number | bigint;
|
|
2048
2048
|
/**
|
|
2049
2049
|
*
|
|
2050
2050
|
* @type {string}
|
|
@@ -2074,10 +2074,10 @@ interface MarginAccountNewOcoResponseOrdersInner {
|
|
|
2074
2074
|
interface MarginAccountNewOcoResponse {
|
|
2075
2075
|
/**
|
|
2076
2076
|
*
|
|
2077
|
-
* @type {number}
|
|
2077
|
+
* @type {number | bigint}
|
|
2078
2078
|
* @memberof MarginAccountNewOcoResponse
|
|
2079
2079
|
*/
|
|
2080
|
-
orderListId?: number;
|
|
2080
|
+
orderListId?: number | bigint;
|
|
2081
2081
|
/**
|
|
2082
2082
|
*
|
|
2083
2083
|
* @type {string}
|
|
@@ -2104,10 +2104,10 @@ interface MarginAccountNewOcoResponse {
|
|
|
2104
2104
|
listClientOrderId?: string;
|
|
2105
2105
|
/**
|
|
2106
2106
|
*
|
|
2107
|
-
* @type {number}
|
|
2107
|
+
* @type {number | bigint}
|
|
2108
2108
|
* @memberof MarginAccountNewOcoResponse
|
|
2109
2109
|
*/
|
|
2110
|
-
transactionTime?: number;
|
|
2110
|
+
transactionTime?: number | bigint;
|
|
2111
2111
|
/**
|
|
2112
2112
|
*
|
|
2113
2113
|
* @type {string}
|
|
@@ -2190,10 +2190,10 @@ interface MarginAccountNewOrderResponseFillsInner {
|
|
|
2190
2190
|
commissionAsset?: string;
|
|
2191
2191
|
/**
|
|
2192
2192
|
*
|
|
2193
|
-
* @type {number}
|
|
2193
|
+
* @type {number | bigint}
|
|
2194
2194
|
* @memberof MarginAccountNewOrderResponseFillsInner
|
|
2195
2195
|
*/
|
|
2196
|
-
tradeId?: number;
|
|
2196
|
+
tradeId?: number | bigint;
|
|
2197
2197
|
}
|
|
2198
2198
|
|
|
2199
2199
|
/**
|
|
@@ -2223,10 +2223,10 @@ interface MarginAccountNewOrderResponse {
|
|
|
2223
2223
|
symbol?: string;
|
|
2224
2224
|
/**
|
|
2225
2225
|
*
|
|
2226
|
-
* @type {number}
|
|
2226
|
+
* @type {number | bigint}
|
|
2227
2227
|
* @memberof MarginAccountNewOrderResponse
|
|
2228
2228
|
*/
|
|
2229
|
-
orderId?: number;
|
|
2229
|
+
orderId?: number | bigint;
|
|
2230
2230
|
/**
|
|
2231
2231
|
*
|
|
2232
2232
|
* @type {string}
|
|
@@ -2241,10 +2241,10 @@ interface MarginAccountNewOrderResponse {
|
|
|
2241
2241
|
isIsolated?: boolean;
|
|
2242
2242
|
/**
|
|
2243
2243
|
*
|
|
2244
|
-
* @type {number}
|
|
2244
|
+
* @type {number | bigint}
|
|
2245
2245
|
* @memberof MarginAccountNewOrderResponse
|
|
2246
2246
|
*/
|
|
2247
|
-
transactTime?: number;
|
|
2247
|
+
transactTime?: number | bigint;
|
|
2248
2248
|
/**
|
|
2249
2249
|
*
|
|
2250
2250
|
* @type {string}
|
|
@@ -2301,10 +2301,10 @@ interface MarginAccountNewOrderResponse {
|
|
|
2301
2301
|
selfTradePreventionMode?: string;
|
|
2302
2302
|
/**
|
|
2303
2303
|
*
|
|
2304
|
-
* @type {number}
|
|
2304
|
+
* @type {number | bigint}
|
|
2305
2305
|
* @memberof MarginAccountNewOrderResponse
|
|
2306
2306
|
*/
|
|
2307
|
-
marginBuyBorrowAmount?: number;
|
|
2307
|
+
marginBuyBorrowAmount?: number | bigint;
|
|
2308
2308
|
/**
|
|
2309
2309
|
*
|
|
2310
2310
|
* @type {string}
|
|
@@ -2345,16 +2345,16 @@ interface MarginAccountNewOtoResponseOrderReportsInner {
|
|
|
2345
2345
|
symbol?: string;
|
|
2346
2346
|
/**
|
|
2347
2347
|
*
|
|
2348
|
-
* @type {number}
|
|
2348
|
+
* @type {number | bigint}
|
|
2349
2349
|
* @memberof MarginAccountNewOtoResponseOrderReportsInner
|
|
2350
2350
|
*/
|
|
2351
|
-
orderId?: number;
|
|
2351
|
+
orderId?: number | bigint;
|
|
2352
2352
|
/**
|
|
2353
2353
|
*
|
|
2354
|
-
* @type {number}
|
|
2354
|
+
* @type {number | bigint}
|
|
2355
2355
|
* @memberof MarginAccountNewOtoResponseOrderReportsInner
|
|
2356
2356
|
*/
|
|
2357
|
-
orderListId?: number;
|
|
2357
|
+
orderListId?: number | bigint;
|
|
2358
2358
|
/**
|
|
2359
2359
|
*
|
|
2360
2360
|
* @type {string}
|
|
@@ -2363,10 +2363,10 @@ interface MarginAccountNewOtoResponseOrderReportsInner {
|
|
|
2363
2363
|
clientOrderId?: string;
|
|
2364
2364
|
/**
|
|
2365
2365
|
*
|
|
2366
|
-
* @type {number}
|
|
2366
|
+
* @type {number | bigint}
|
|
2367
2367
|
* @memberof MarginAccountNewOtoResponseOrderReportsInner
|
|
2368
2368
|
*/
|
|
2369
|
-
transactTime?: number;
|
|
2369
|
+
transactTime?: number | bigint;
|
|
2370
2370
|
/**
|
|
2371
2371
|
*
|
|
2372
2372
|
* @type {string}
|
|
@@ -2449,10 +2449,10 @@ interface MarginAccountNewOtoResponseOrdersInner {
|
|
|
2449
2449
|
symbol?: string;
|
|
2450
2450
|
/**
|
|
2451
2451
|
*
|
|
2452
|
-
* @type {number}
|
|
2452
|
+
* @type {number | bigint}
|
|
2453
2453
|
* @memberof MarginAccountNewOtoResponseOrdersInner
|
|
2454
2454
|
*/
|
|
2455
|
-
orderId?: number;
|
|
2455
|
+
orderId?: number | bigint;
|
|
2456
2456
|
/**
|
|
2457
2457
|
*
|
|
2458
2458
|
* @type {string}
|
|
@@ -2482,10 +2482,10 @@ interface MarginAccountNewOtoResponseOrdersInner {
|
|
|
2482
2482
|
interface MarginAccountNewOtoResponse {
|
|
2483
2483
|
/**
|
|
2484
2484
|
*
|
|
2485
|
-
* @type {number}
|
|
2485
|
+
* @type {number | bigint}
|
|
2486
2486
|
* @memberof MarginAccountNewOtoResponse
|
|
2487
2487
|
*/
|
|
2488
|
-
orderListId?: number;
|
|
2488
|
+
orderListId?: number | bigint;
|
|
2489
2489
|
/**
|
|
2490
2490
|
*
|
|
2491
2491
|
* @type {string}
|
|
@@ -2512,10 +2512,10 @@ interface MarginAccountNewOtoResponse {
|
|
|
2512
2512
|
listClientOrderId?: string;
|
|
2513
2513
|
/**
|
|
2514
2514
|
*
|
|
2515
|
-
* @type {number}
|
|
2515
|
+
* @type {number | bigint}
|
|
2516
2516
|
* @memberof MarginAccountNewOtoResponse
|
|
2517
2517
|
*/
|
|
2518
|
-
transactionTime?: number;
|
|
2518
|
+
transactionTime?: number | bigint;
|
|
2519
2519
|
/**
|
|
2520
2520
|
*
|
|
2521
2521
|
* @type {string}
|
|
@@ -2568,16 +2568,16 @@ interface MarginAccountNewOtocoResponseOrderReportsInner {
|
|
|
2568
2568
|
symbol?: string;
|
|
2569
2569
|
/**
|
|
2570
2570
|
*
|
|
2571
|
-
* @type {number}
|
|
2571
|
+
* @type {number | bigint}
|
|
2572
2572
|
* @memberof MarginAccountNewOtocoResponseOrderReportsInner
|
|
2573
2573
|
*/
|
|
2574
|
-
orderId?: number;
|
|
2574
|
+
orderId?: number | bigint;
|
|
2575
2575
|
/**
|
|
2576
2576
|
*
|
|
2577
|
-
* @type {number}
|
|
2577
|
+
* @type {number | bigint}
|
|
2578
2578
|
* @memberof MarginAccountNewOtocoResponseOrderReportsInner
|
|
2579
2579
|
*/
|
|
2580
|
-
orderListId?: number;
|
|
2580
|
+
orderListId?: number | bigint;
|
|
2581
2581
|
/**
|
|
2582
2582
|
*
|
|
2583
2583
|
* @type {string}
|
|
@@ -2586,10 +2586,10 @@ interface MarginAccountNewOtocoResponseOrderReportsInner {
|
|
|
2586
2586
|
clientOrderId?: string;
|
|
2587
2587
|
/**
|
|
2588
2588
|
*
|
|
2589
|
-
* @type {number}
|
|
2589
|
+
* @type {number | bigint}
|
|
2590
2590
|
* @memberof MarginAccountNewOtocoResponseOrderReportsInner
|
|
2591
2591
|
*/
|
|
2592
|
-
transactTime?: number;
|
|
2592
|
+
transactTime?: number | bigint;
|
|
2593
2593
|
/**
|
|
2594
2594
|
*
|
|
2595
2595
|
* @type {string}
|
|
@@ -2678,10 +2678,10 @@ interface MarginAccountNewOtocoResponseOrdersInner {
|
|
|
2678
2678
|
symbol?: string;
|
|
2679
2679
|
/**
|
|
2680
2680
|
*
|
|
2681
|
-
* @type {number}
|
|
2681
|
+
* @type {number | bigint}
|
|
2682
2682
|
* @memberof MarginAccountNewOtocoResponseOrdersInner
|
|
2683
2683
|
*/
|
|
2684
|
-
orderId?: number;
|
|
2684
|
+
orderId?: number | bigint;
|
|
2685
2685
|
/**
|
|
2686
2686
|
*
|
|
2687
2687
|
* @type {string}
|
|
@@ -2711,10 +2711,10 @@ interface MarginAccountNewOtocoResponseOrdersInner {
|
|
|
2711
2711
|
interface MarginAccountNewOtocoResponse {
|
|
2712
2712
|
/**
|
|
2713
2713
|
*
|
|
2714
|
-
* @type {number}
|
|
2714
|
+
* @type {number | bigint}
|
|
2715
2715
|
* @memberof MarginAccountNewOtocoResponse
|
|
2716
2716
|
*/
|
|
2717
|
-
orderListId?: number;
|
|
2717
|
+
orderListId?: number | bigint;
|
|
2718
2718
|
/**
|
|
2719
2719
|
*
|
|
2720
2720
|
* @type {string}
|
|
@@ -2741,10 +2741,10 @@ interface MarginAccountNewOtocoResponse {
|
|
|
2741
2741
|
listClientOrderId?: string;
|
|
2742
2742
|
/**
|
|
2743
2743
|
*
|
|
2744
|
-
* @type {number}
|
|
2744
|
+
* @type {number | bigint}
|
|
2745
2745
|
* @memberof MarginAccountNewOtocoResponse
|
|
2746
2746
|
*/
|
|
2747
|
-
transactionTime?: number;
|
|
2747
|
+
transactionTime?: number | bigint;
|
|
2748
2748
|
/**
|
|
2749
2749
|
*
|
|
2750
2750
|
* @type {string}
|
|
@@ -2883,16 +2883,16 @@ interface QueryBorrowRepayRecordsInMarginAccountResponseRowsInner {
|
|
|
2883
2883
|
status?: string;
|
|
2884
2884
|
/**
|
|
2885
2885
|
*
|
|
2886
|
-
* @type {number}
|
|
2886
|
+
* @type {number | bigint}
|
|
2887
2887
|
* @memberof QueryBorrowRepayRecordsInMarginAccountResponseRowsInner
|
|
2888
2888
|
*/
|
|
2889
|
-
timestamp?: number;
|
|
2889
|
+
timestamp?: number | bigint;
|
|
2890
2890
|
/**
|
|
2891
2891
|
*
|
|
2892
|
-
* @type {number}
|
|
2892
|
+
* @type {number | bigint}
|
|
2893
2893
|
* @memberof QueryBorrowRepayRecordsInMarginAccountResponseRowsInner
|
|
2894
2894
|
*/
|
|
2895
|
-
txId?: number;
|
|
2895
|
+
txId?: number | bigint;
|
|
2896
2896
|
}
|
|
2897
2897
|
|
|
2898
2898
|
/**
|
|
@@ -2922,10 +2922,10 @@ interface QueryBorrowRepayRecordsInMarginAccountResponse {
|
|
|
2922
2922
|
rows?: Array<QueryBorrowRepayRecordsInMarginAccountResponseRowsInner>;
|
|
2923
2923
|
/**
|
|
2924
2924
|
*
|
|
2925
|
-
* @type {number}
|
|
2925
|
+
* @type {number | bigint}
|
|
2926
2926
|
* @memberof QueryBorrowRepayRecordsInMarginAccountResponse
|
|
2927
2927
|
*/
|
|
2928
|
-
total?: number;
|
|
2928
|
+
total?: number | bigint;
|
|
2929
2929
|
}
|
|
2930
2930
|
|
|
2931
2931
|
/**
|
|
@@ -2948,22 +2948,22 @@ interface QueryBorrowRepayRecordsInMarginAccountResponse {
|
|
|
2948
2948
|
interface QueryCrossIsolatedMarginCapitalFlowResponseInner {
|
|
2949
2949
|
/**
|
|
2950
2950
|
*
|
|
2951
|
-
* @type {number}
|
|
2951
|
+
* @type {number | bigint}
|
|
2952
2952
|
* @memberof QueryCrossIsolatedMarginCapitalFlowResponseInner
|
|
2953
2953
|
*/
|
|
2954
|
-
id?: number;
|
|
2954
|
+
id?: number | bigint;
|
|
2955
2955
|
/**
|
|
2956
2956
|
*
|
|
2957
|
-
* @type {number}
|
|
2957
|
+
* @type {number | bigint}
|
|
2958
2958
|
* @memberof QueryCrossIsolatedMarginCapitalFlowResponseInner
|
|
2959
2959
|
*/
|
|
2960
|
-
tranId?: number;
|
|
2960
|
+
tranId?: number | bigint;
|
|
2961
2961
|
/**
|
|
2962
2962
|
*
|
|
2963
|
-
* @type {number}
|
|
2963
|
+
* @type {number | bigint}
|
|
2964
2964
|
* @memberof QueryCrossIsolatedMarginCapitalFlowResponseInner
|
|
2965
2965
|
*/
|
|
2966
|
-
timestamp?: number;
|
|
2966
|
+
timestamp?: number | bigint;
|
|
2967
2967
|
/**
|
|
2968
2968
|
*
|
|
2969
2969
|
* @type {string}
|
|
@@ -3192,10 +3192,10 @@ interface QueryCrossMarginAccountDetailsResponse {
|
|
|
3192
3192
|
interface QueryCrossMarginFeeDataResponseInner {
|
|
3193
3193
|
/**
|
|
3194
3194
|
*
|
|
3195
|
-
* @type {number}
|
|
3195
|
+
* @type {number | bigint}
|
|
3196
3196
|
* @memberof QueryCrossMarginFeeDataResponseInner
|
|
3197
3197
|
*/
|
|
3198
|
-
vipLevel?: number;
|
|
3198
|
+
vipLevel?: number | bigint;
|
|
3199
3199
|
/**
|
|
3200
3200
|
*
|
|
3201
3201
|
* @type {string}
|
|
@@ -3293,22 +3293,22 @@ interface QueryCurrentMarginOrderCountUsageResponseInner {
|
|
|
3293
3293
|
interval?: string;
|
|
3294
3294
|
/**
|
|
3295
3295
|
*
|
|
3296
|
-
* @type {number}
|
|
3296
|
+
* @type {number | bigint}
|
|
3297
3297
|
* @memberof QueryCurrentMarginOrderCountUsageResponseInner
|
|
3298
3298
|
*/
|
|
3299
|
-
intervalNum?: number;
|
|
3299
|
+
intervalNum?: number | bigint;
|
|
3300
3300
|
/**
|
|
3301
3301
|
*
|
|
3302
|
-
* @type {number}
|
|
3302
|
+
* @type {number | bigint}
|
|
3303
3303
|
* @memberof QueryCurrentMarginOrderCountUsageResponseInner
|
|
3304
3304
|
*/
|
|
3305
|
-
limit?: number;
|
|
3305
|
+
limit?: number | bigint;
|
|
3306
3306
|
/**
|
|
3307
3307
|
*
|
|
3308
|
-
* @type {number}
|
|
3308
|
+
* @type {number | bigint}
|
|
3309
3309
|
* @memberof QueryCurrentMarginOrderCountUsageResponseInner
|
|
3310
3310
|
*/
|
|
3311
|
-
count?: number;
|
|
3311
|
+
count?: number | bigint;
|
|
3312
3312
|
}
|
|
3313
3313
|
|
|
3314
3314
|
/**
|
|
@@ -3352,16 +3352,16 @@ interface QueryCurrentMarginOrderCountUsageResponse extends Array<QueryCurrentMa
|
|
|
3352
3352
|
interface QueryEnabledIsolatedMarginAccountLimitResponse {
|
|
3353
3353
|
/**
|
|
3354
3354
|
*
|
|
3355
|
-
* @type {number}
|
|
3355
|
+
* @type {number | bigint}
|
|
3356
3356
|
* @memberof QueryEnabledIsolatedMarginAccountLimitResponse
|
|
3357
3357
|
*/
|
|
3358
|
-
enabledAccount?: number;
|
|
3358
|
+
enabledAccount?: number | bigint;
|
|
3359
3359
|
/**
|
|
3360
3360
|
*
|
|
3361
|
-
* @type {number}
|
|
3361
|
+
* @type {number | bigint}
|
|
3362
3362
|
* @memberof QueryEnabledIsolatedMarginAccountLimitResponse
|
|
3363
3363
|
*/
|
|
3364
|
-
maxAccount?: number;
|
|
3364
|
+
maxAccount?: number | bigint;
|
|
3365
3365
|
}
|
|
3366
3366
|
|
|
3367
3367
|
/**
|
|
@@ -3721,10 +3721,10 @@ interface QueryIsolatedMarginFeeDataResponseInnerDataInner {
|
|
|
3721
3721
|
interface QueryIsolatedMarginFeeDataResponseInner {
|
|
3722
3722
|
/**
|
|
3723
3723
|
*
|
|
3724
|
-
* @type {number}
|
|
3724
|
+
* @type {number | bigint}
|
|
3725
3725
|
* @memberof QueryIsolatedMarginFeeDataResponseInner
|
|
3726
3726
|
*/
|
|
3727
|
-
vipLevel?: number;
|
|
3727
|
+
vipLevel?: number | bigint;
|
|
3728
3728
|
/**
|
|
3729
3729
|
*
|
|
3730
3730
|
* @type {string}
|
|
@@ -3792,10 +3792,10 @@ interface QueryIsolatedMarginTierDataResponseInner {
|
|
|
3792
3792
|
symbol?: string;
|
|
3793
3793
|
/**
|
|
3794
3794
|
*
|
|
3795
|
-
* @type {number}
|
|
3795
|
+
* @type {number | bigint}
|
|
3796
3796
|
* @memberof QueryIsolatedMarginTierDataResponseInner
|
|
3797
3797
|
*/
|
|
3798
|
-
tier?: number;
|
|
3798
|
+
tier?: number | bigint;
|
|
3799
3799
|
/**
|
|
3800
3800
|
*
|
|
3801
3801
|
* @type {string}
|
|
@@ -3869,10 +3869,10 @@ interface QueryIsolatedMarginTierDataResponse extends Array<QueryIsolatedMarginT
|
|
|
3869
3869
|
interface QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInnerBracketsInner {
|
|
3870
3870
|
/**
|
|
3871
3871
|
*
|
|
3872
|
-
* @type {number}
|
|
3872
|
+
* @type {number | bigint}
|
|
3873
3873
|
* @memberof QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInnerBracketsInner
|
|
3874
3874
|
*/
|
|
3875
|
-
leverage?: number;
|
|
3875
|
+
leverage?: number | bigint;
|
|
3876
3876
|
/**
|
|
3877
3877
|
*
|
|
3878
3878
|
* @type {number}
|
|
@@ -3926,10 +3926,10 @@ interface QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInner {
|
|
|
3926
3926
|
assetNames?: Array<string>;
|
|
3927
3927
|
/**
|
|
3928
3928
|
*
|
|
3929
|
-
* @type {number}
|
|
3929
|
+
* @type {number | bigint}
|
|
3930
3930
|
* @memberof QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInner
|
|
3931
3931
|
*/
|
|
3932
|
-
rank?: number;
|
|
3932
|
+
rank?: number | bigint;
|
|
3933
3933
|
/**
|
|
3934
3934
|
*
|
|
3935
3935
|
* @type {Array<QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInnerBracketsInner>}
|
|
@@ -3985,10 +3985,10 @@ interface QueryMarginAccountsAllOcoResponseInnerOrdersInner {
|
|
|
3985
3985
|
symbol?: string;
|
|
3986
3986
|
/**
|
|
3987
3987
|
*
|
|
3988
|
-
* @type {number}
|
|
3988
|
+
* @type {number | bigint}
|
|
3989
3989
|
* @memberof QueryMarginAccountsAllOcoResponseInnerOrdersInner
|
|
3990
3990
|
*/
|
|
3991
|
-
orderId?: number;
|
|
3991
|
+
orderId?: number | bigint;
|
|
3992
3992
|
/**
|
|
3993
3993
|
*
|
|
3994
3994
|
* @type {string}
|
|
@@ -4018,10 +4018,10 @@ interface QueryMarginAccountsAllOcoResponseInnerOrdersInner {
|
|
|
4018
4018
|
interface QueryMarginAccountsAllOcoResponseInner {
|
|
4019
4019
|
/**
|
|
4020
4020
|
*
|
|
4021
|
-
* @type {number}
|
|
4021
|
+
* @type {number | bigint}
|
|
4022
4022
|
* @memberof QueryMarginAccountsAllOcoResponseInner
|
|
4023
4023
|
*/
|
|
4024
|
-
orderListId?: number;
|
|
4024
|
+
orderListId?: number | bigint;
|
|
4025
4025
|
/**
|
|
4026
4026
|
*
|
|
4027
4027
|
* @type {string}
|
|
@@ -4048,10 +4048,10 @@ interface QueryMarginAccountsAllOcoResponseInner {
|
|
|
4048
4048
|
listClientOrderId?: string;
|
|
4049
4049
|
/**
|
|
4050
4050
|
*
|
|
4051
|
-
* @type {number}
|
|
4051
|
+
* @type {number | bigint}
|
|
4052
4052
|
* @memberof QueryMarginAccountsAllOcoResponseInner
|
|
4053
4053
|
*/
|
|
4054
|
-
transactionTime?: number;
|
|
4054
|
+
transactionTime?: number | bigint;
|
|
4055
4055
|
/**
|
|
4056
4056
|
*
|
|
4057
4057
|
* @type {string}
|
|
@@ -4143,10 +4143,10 @@ interface QueryMarginAccountsAllOrdersResponseInner {
|
|
|
4143
4143
|
isWorking?: boolean;
|
|
4144
4144
|
/**
|
|
4145
4145
|
*
|
|
4146
|
-
* @type {number}
|
|
4146
|
+
* @type {number | bigint}
|
|
4147
4147
|
* @memberof QueryMarginAccountsAllOrdersResponseInner
|
|
4148
4148
|
*/
|
|
4149
|
-
orderId?: number;
|
|
4149
|
+
orderId?: number | bigint;
|
|
4150
4150
|
/**
|
|
4151
4151
|
*
|
|
4152
4152
|
* @type {string}
|
|
@@ -4191,10 +4191,10 @@ interface QueryMarginAccountsAllOrdersResponseInner {
|
|
|
4191
4191
|
isIsolated?: boolean;
|
|
4192
4192
|
/**
|
|
4193
4193
|
*
|
|
4194
|
-
* @type {number}
|
|
4194
|
+
* @type {number | bigint}
|
|
4195
4195
|
* @memberof QueryMarginAccountsAllOrdersResponseInner
|
|
4196
4196
|
*/
|
|
4197
|
-
time?: number;
|
|
4197
|
+
time?: number | bigint;
|
|
4198
4198
|
/**
|
|
4199
4199
|
*
|
|
4200
4200
|
* @type {string}
|
|
@@ -4215,10 +4215,10 @@ interface QueryMarginAccountsAllOrdersResponseInner {
|
|
|
4215
4215
|
selfTradePreventionMode?: string;
|
|
4216
4216
|
/**
|
|
4217
4217
|
*
|
|
4218
|
-
* @type {number}
|
|
4218
|
+
* @type {number | bigint}
|
|
4219
4219
|
* @memberof QueryMarginAccountsAllOrdersResponseInner
|
|
4220
4220
|
*/
|
|
4221
|
-
updateTime?: number;
|
|
4221
|
+
updateTime?: number | bigint;
|
|
4222
4222
|
}
|
|
4223
4223
|
|
|
4224
4224
|
/**
|
|
@@ -4268,10 +4268,10 @@ interface QueryMarginAccountsOcoResponseOrdersInner {
|
|
|
4268
4268
|
symbol?: string;
|
|
4269
4269
|
/**
|
|
4270
4270
|
*
|
|
4271
|
-
* @type {number}
|
|
4271
|
+
* @type {number | bigint}
|
|
4272
4272
|
* @memberof QueryMarginAccountsOcoResponseOrdersInner
|
|
4273
4273
|
*/
|
|
4274
|
-
orderId?: number;
|
|
4274
|
+
orderId?: number | bigint;
|
|
4275
4275
|
/**
|
|
4276
4276
|
*
|
|
4277
4277
|
* @type {string}
|
|
@@ -4301,10 +4301,10 @@ interface QueryMarginAccountsOcoResponseOrdersInner {
|
|
|
4301
4301
|
interface QueryMarginAccountsOcoResponse {
|
|
4302
4302
|
/**
|
|
4303
4303
|
*
|
|
4304
|
-
* @type {number}
|
|
4304
|
+
* @type {number | bigint}
|
|
4305
4305
|
* @memberof QueryMarginAccountsOcoResponse
|
|
4306
4306
|
*/
|
|
4307
|
-
orderListId?: number;
|
|
4307
|
+
orderListId?: number | bigint;
|
|
4308
4308
|
/**
|
|
4309
4309
|
*
|
|
4310
4310
|
* @type {string}
|
|
@@ -4331,10 +4331,10 @@ interface QueryMarginAccountsOcoResponse {
|
|
|
4331
4331
|
listClientOrderId?: string;
|
|
4332
4332
|
/**
|
|
4333
4333
|
*
|
|
4334
|
-
* @type {number}
|
|
4334
|
+
* @type {number | bigint}
|
|
4335
4335
|
* @memberof QueryMarginAccountsOcoResponse
|
|
4336
4336
|
*/
|
|
4337
|
-
transactionTime?: number;
|
|
4337
|
+
transactionTime?: number | bigint;
|
|
4338
4338
|
/**
|
|
4339
4339
|
*
|
|
4340
4340
|
* @type {string}
|
|
@@ -4381,10 +4381,10 @@ interface QueryMarginAccountsOpenOcoResponseInnerOrdersInner {
|
|
|
4381
4381
|
symbol?: string;
|
|
4382
4382
|
/**
|
|
4383
4383
|
*
|
|
4384
|
-
* @type {number}
|
|
4384
|
+
* @type {number | bigint}
|
|
4385
4385
|
* @memberof QueryMarginAccountsOpenOcoResponseInnerOrdersInner
|
|
4386
4386
|
*/
|
|
4387
|
-
orderId?: number;
|
|
4387
|
+
orderId?: number | bigint;
|
|
4388
4388
|
/**
|
|
4389
4389
|
*
|
|
4390
4390
|
* @type {string}
|
|
@@ -4414,10 +4414,10 @@ interface QueryMarginAccountsOpenOcoResponseInnerOrdersInner {
|
|
|
4414
4414
|
interface QueryMarginAccountsOpenOcoResponseInner {
|
|
4415
4415
|
/**
|
|
4416
4416
|
*
|
|
4417
|
-
* @type {number}
|
|
4417
|
+
* @type {number | bigint}
|
|
4418
4418
|
* @memberof QueryMarginAccountsOpenOcoResponseInner
|
|
4419
4419
|
*/
|
|
4420
|
-
orderListId?: number;
|
|
4420
|
+
orderListId?: number | bigint;
|
|
4421
4421
|
/**
|
|
4422
4422
|
*
|
|
4423
4423
|
* @type {string}
|
|
@@ -4444,10 +4444,10 @@ interface QueryMarginAccountsOpenOcoResponseInner {
|
|
|
4444
4444
|
listClientOrderId?: string;
|
|
4445
4445
|
/**
|
|
4446
4446
|
*
|
|
4447
|
-
* @type {number}
|
|
4447
|
+
* @type {number | bigint}
|
|
4448
4448
|
* @memberof QueryMarginAccountsOpenOcoResponseInner
|
|
4449
4449
|
*/
|
|
4450
|
-
transactionTime?: number;
|
|
4450
|
+
transactionTime?: number | bigint;
|
|
4451
4451
|
/**
|
|
4452
4452
|
*
|
|
4453
4453
|
* @type {string}
|
|
@@ -4539,10 +4539,10 @@ interface QueryMarginAccountsOpenOrdersResponseInner {
|
|
|
4539
4539
|
isWorking?: boolean;
|
|
4540
4540
|
/**
|
|
4541
4541
|
*
|
|
4542
|
-
* @type {number}
|
|
4542
|
+
* @type {number | bigint}
|
|
4543
4543
|
* @memberof QueryMarginAccountsOpenOrdersResponseInner
|
|
4544
4544
|
*/
|
|
4545
|
-
orderId?: number;
|
|
4545
|
+
orderId?: number | bigint;
|
|
4546
4546
|
/**
|
|
4547
4547
|
*
|
|
4548
4548
|
* @type {string}
|
|
@@ -4587,10 +4587,10 @@ interface QueryMarginAccountsOpenOrdersResponseInner {
|
|
|
4587
4587
|
isIsolated?: boolean;
|
|
4588
4588
|
/**
|
|
4589
4589
|
*
|
|
4590
|
-
* @type {number}
|
|
4590
|
+
* @type {number | bigint}
|
|
4591
4591
|
* @memberof QueryMarginAccountsOpenOrdersResponseInner
|
|
4592
4592
|
*/
|
|
4593
|
-
time?: number;
|
|
4593
|
+
time?: number | bigint;
|
|
4594
4594
|
/**
|
|
4595
4595
|
*
|
|
4596
4596
|
* @type {string}
|
|
@@ -4611,10 +4611,10 @@ interface QueryMarginAccountsOpenOrdersResponseInner {
|
|
|
4611
4611
|
selfTradePreventionMode?: string;
|
|
4612
4612
|
/**
|
|
4613
4613
|
*
|
|
4614
|
-
* @type {number}
|
|
4614
|
+
* @type {number | bigint}
|
|
4615
4615
|
* @memberof QueryMarginAccountsOpenOrdersResponseInner
|
|
4616
4616
|
*/
|
|
4617
|
-
updateTime?: number;
|
|
4617
|
+
updateTime?: number | bigint;
|
|
4618
4618
|
}
|
|
4619
4619
|
|
|
4620
4620
|
/**
|
|
@@ -4688,10 +4688,10 @@ interface QueryMarginAccountsOrderResponse {
|
|
|
4688
4688
|
isWorking?: boolean;
|
|
4689
4689
|
/**
|
|
4690
4690
|
*
|
|
4691
|
-
* @type {number}
|
|
4691
|
+
* @type {number | bigint}
|
|
4692
4692
|
* @memberof QueryMarginAccountsOrderResponse
|
|
4693
4693
|
*/
|
|
4694
|
-
orderId?: number;
|
|
4694
|
+
orderId?: number | bigint;
|
|
4695
4695
|
/**
|
|
4696
4696
|
*
|
|
4697
4697
|
* @type {string}
|
|
@@ -4736,10 +4736,10 @@ interface QueryMarginAccountsOrderResponse {
|
|
|
4736
4736
|
isIsolated?: boolean;
|
|
4737
4737
|
/**
|
|
4738
4738
|
*
|
|
4739
|
-
* @type {number}
|
|
4739
|
+
* @type {number | bigint}
|
|
4740
4740
|
* @memberof QueryMarginAccountsOrderResponse
|
|
4741
4741
|
*/
|
|
4742
|
-
time?: number;
|
|
4742
|
+
time?: number | bigint;
|
|
4743
4743
|
/**
|
|
4744
4744
|
*
|
|
4745
4745
|
* @type {string}
|
|
@@ -4760,10 +4760,10 @@ interface QueryMarginAccountsOrderResponse {
|
|
|
4760
4760
|
selfTradePreventionMode?: string;
|
|
4761
4761
|
/**
|
|
4762
4762
|
*
|
|
4763
|
-
* @type {number}
|
|
4763
|
+
* @type {number | bigint}
|
|
4764
4764
|
* @memberof QueryMarginAccountsOrderResponse
|
|
4765
4765
|
*/
|
|
4766
|
-
updateTime?: number;
|
|
4766
|
+
updateTime?: number | bigint;
|
|
4767
4767
|
}
|
|
4768
4768
|
|
|
4769
4769
|
/**
|
|
@@ -4798,10 +4798,10 @@ interface QueryMarginAccountsTradeListResponseInner {
|
|
|
4798
4798
|
commissionAsset?: string;
|
|
4799
4799
|
/**
|
|
4800
4800
|
*
|
|
4801
|
-
* @type {number}
|
|
4801
|
+
* @type {number | bigint}
|
|
4802
4802
|
* @memberof QueryMarginAccountsTradeListResponseInner
|
|
4803
4803
|
*/
|
|
4804
|
-
id?: number;
|
|
4804
|
+
id?: number | bigint;
|
|
4805
4805
|
/**
|
|
4806
4806
|
*
|
|
4807
4807
|
* @type {boolean}
|
|
@@ -4822,10 +4822,10 @@ interface QueryMarginAccountsTradeListResponseInner {
|
|
|
4822
4822
|
isMaker?: boolean;
|
|
4823
4823
|
/**
|
|
4824
4824
|
*
|
|
4825
|
-
* @type {number}
|
|
4825
|
+
* @type {number | bigint}
|
|
4826
4826
|
* @memberof QueryMarginAccountsTradeListResponseInner
|
|
4827
4827
|
*/
|
|
4828
|
-
orderId?: number;
|
|
4828
|
+
orderId?: number | bigint;
|
|
4829
4829
|
/**
|
|
4830
4830
|
*
|
|
4831
4831
|
* @type {string}
|
|
@@ -4852,10 +4852,10 @@ interface QueryMarginAccountsTradeListResponseInner {
|
|
|
4852
4852
|
isIsolated?: boolean;
|
|
4853
4853
|
/**
|
|
4854
4854
|
*
|
|
4855
|
-
* @type {number}
|
|
4855
|
+
* @type {number | bigint}
|
|
4856
4856
|
* @memberof QueryMarginAccountsTradeListResponseInner
|
|
4857
4857
|
*/
|
|
4858
|
-
time?: number;
|
|
4858
|
+
time?: number | bigint;
|
|
4859
4859
|
}
|
|
4860
4860
|
|
|
4861
4861
|
/**
|
|
@@ -4950,10 +4950,10 @@ interface QueryMarginAvailableInventoryResponse {
|
|
|
4950
4950
|
assets?: QueryMarginAvailableInventoryResponseAssets;
|
|
4951
4951
|
/**
|
|
4952
4952
|
*
|
|
4953
|
-
* @type {number}
|
|
4953
|
+
* @type {number | bigint}
|
|
4954
4954
|
* @memberof QueryMarginAvailableInventoryResponse
|
|
4955
4955
|
*/
|
|
4956
|
-
updateTime?: number;
|
|
4956
|
+
updateTime?: number | bigint;
|
|
4957
4957
|
}
|
|
4958
4958
|
|
|
4959
4959
|
/**
|
|
@@ -4988,16 +4988,16 @@ interface QueryMarginInterestRateHistoryResponseInner {
|
|
|
4988
4988
|
dailyInterestRate?: string;
|
|
4989
4989
|
/**
|
|
4990
4990
|
*
|
|
4991
|
-
* @type {number}
|
|
4991
|
+
* @type {number | bigint}
|
|
4992
4992
|
* @memberof QueryMarginInterestRateHistoryResponseInner
|
|
4993
4993
|
*/
|
|
4994
|
-
timestamp?: number;
|
|
4994
|
+
timestamp?: number | bigint;
|
|
4995
4995
|
/**
|
|
4996
4996
|
*
|
|
4997
|
-
* @type {number}
|
|
4997
|
+
* @type {number | bigint}
|
|
4998
4998
|
* @memberof QueryMarginInterestRateHistoryResponseInner
|
|
4999
4999
|
*/
|
|
5000
|
-
vipLevel?: number;
|
|
5000
|
+
vipLevel?: number | bigint;
|
|
5001
5001
|
}
|
|
5002
5002
|
|
|
5003
5003
|
/**
|
|
@@ -5041,10 +5041,10 @@ interface QueryMarginInterestRateHistoryResponse extends Array<QueryMarginIntere
|
|
|
5041
5041
|
interface QueryMarginPriceindexResponse {
|
|
5042
5042
|
/**
|
|
5043
5043
|
*
|
|
5044
|
-
* @type {number}
|
|
5044
|
+
* @type {number | bigint}
|
|
5045
5045
|
* @memberof QueryMarginPriceindexResponse
|
|
5046
5046
|
*/
|
|
5047
|
-
calcTime?: number;
|
|
5047
|
+
calcTime?: number | bigint;
|
|
5048
5048
|
/**
|
|
5049
5049
|
*
|
|
5050
5050
|
* @type {string}
|
|
@@ -5480,10 +5480,10 @@ interface AccountApiInterface {
|
|
|
5480
5480
|
interface AdjustCrossMarginMaxLeverageRequest {
|
|
5481
5481
|
/**
|
|
5482
5482
|
* Can only adjust 3 , 5 or 10,Example: maxLeverage = 5 or 3 for Cross Margin Classic; maxLeverage=10 for Cross Margin Pro 10x leverage or 20x if compliance allows.
|
|
5483
|
-
* @type {number}
|
|
5483
|
+
* @type {number | bigint}
|
|
5484
5484
|
* @memberof AccountApiAdjustCrossMarginMaxLeverage
|
|
5485
5485
|
*/
|
|
5486
|
-
readonly maxLeverage: number;
|
|
5486
|
+
readonly maxLeverage: number | bigint;
|
|
5487
5487
|
}
|
|
5488
5488
|
/**
|
|
5489
5489
|
* Request parameters for disableIsolatedMarginAccount operation in AccountApi.
|
|
@@ -5498,10 +5498,10 @@ interface DisableIsolatedMarginAccountRequest {
|
|
|
5498
5498
|
readonly symbol: string;
|
|
5499
5499
|
/**
|
|
5500
5500
|
* No more than 60000
|
|
5501
|
-
* @type {number}
|
|
5501
|
+
* @type {number | bigint}
|
|
5502
5502
|
* @memberof AccountApiDisableIsolatedMarginAccount
|
|
5503
5503
|
*/
|
|
5504
|
-
readonly recvWindow?: number;
|
|
5504
|
+
readonly recvWindow?: number | bigint;
|
|
5505
5505
|
}
|
|
5506
5506
|
/**
|
|
5507
5507
|
* Request parameters for enableIsolatedMarginAccount operation in AccountApi.
|
|
@@ -5516,10 +5516,10 @@ interface EnableIsolatedMarginAccountRequest {
|
|
|
5516
5516
|
readonly symbol: string;
|
|
5517
5517
|
/**
|
|
5518
5518
|
* No more than 60000
|
|
5519
|
-
* @type {number}
|
|
5519
|
+
* @type {number | bigint}
|
|
5520
5520
|
* @memberof AccountApiEnableIsolatedMarginAccount
|
|
5521
5521
|
*/
|
|
5522
|
-
readonly recvWindow?: number;
|
|
5522
|
+
readonly recvWindow?: number | bigint;
|
|
5523
5523
|
}
|
|
5524
5524
|
/**
|
|
5525
5525
|
* Request parameters for getBnbBurnStatus operation in AccountApi.
|
|
@@ -5528,10 +5528,10 @@ interface EnableIsolatedMarginAccountRequest {
|
|
|
5528
5528
|
interface GetBnbBurnStatusRequest {
|
|
5529
5529
|
/**
|
|
5530
5530
|
* No more than 60000
|
|
5531
|
-
* @type {number}
|
|
5531
|
+
* @type {number | bigint}
|
|
5532
5532
|
* @memberof AccountApiGetBnbBurnStatus
|
|
5533
5533
|
*/
|
|
5534
|
-
readonly recvWindow?: number;
|
|
5534
|
+
readonly recvWindow?: number | bigint;
|
|
5535
5535
|
}
|
|
5536
5536
|
/**
|
|
5537
5537
|
* Request parameters for getSummaryOfMarginAccount operation in AccountApi.
|
|
@@ -5540,10 +5540,10 @@ interface GetBnbBurnStatusRequest {
|
|
|
5540
5540
|
interface GetSummaryOfMarginAccountRequest {
|
|
5541
5541
|
/**
|
|
5542
5542
|
* No more than 60000
|
|
5543
|
-
* @type {number}
|
|
5543
|
+
* @type {number | bigint}
|
|
5544
5544
|
* @memberof AccountApiGetSummaryOfMarginAccount
|
|
5545
5545
|
*/
|
|
5546
|
-
readonly recvWindow?: number;
|
|
5546
|
+
readonly recvWindow?: number | bigint;
|
|
5547
5547
|
}
|
|
5548
5548
|
/**
|
|
5549
5549
|
* Request parameters for queryCrossIsolatedMarginCapitalFlow operation in AccountApi.
|
|
@@ -5570,34 +5570,34 @@ interface QueryCrossIsolatedMarginCapitalFlowRequest {
|
|
|
5570
5570
|
readonly type?: string;
|
|
5571
5571
|
/**
|
|
5572
5572
|
* 只支持查询最近90天的数据
|
|
5573
|
-
* @type {number}
|
|
5573
|
+
* @type {number | bigint}
|
|
5574
5574
|
* @memberof AccountApiQueryCrossIsolatedMarginCapitalFlow
|
|
5575
5575
|
*/
|
|
5576
|
-
readonly startTime?: number;
|
|
5576
|
+
readonly startTime?: number | bigint;
|
|
5577
5577
|
/**
|
|
5578
5578
|
*
|
|
5579
|
-
* @type {number}
|
|
5579
|
+
* @type {number | bigint}
|
|
5580
5580
|
* @memberof AccountApiQueryCrossIsolatedMarginCapitalFlow
|
|
5581
5581
|
*/
|
|
5582
|
-
readonly endTime?: number;
|
|
5582
|
+
readonly endTime?: number | bigint;
|
|
5583
5583
|
/**
|
|
5584
5584
|
* 如设置fromId, 将返回id > fromId的数据。否则将返回最新数据
|
|
5585
|
-
* @type {number}
|
|
5585
|
+
* @type {number | bigint}
|
|
5586
5586
|
* @memberof AccountApiQueryCrossIsolatedMarginCapitalFlow
|
|
5587
5587
|
*/
|
|
5588
|
-
readonly fromId?: number;
|
|
5588
|
+
readonly fromId?: number | bigint;
|
|
5589
5589
|
/**
|
|
5590
5590
|
* Default Value: 500; Max Value: 1000
|
|
5591
|
-
* @type {number}
|
|
5591
|
+
* @type {number | bigint}
|
|
5592
5592
|
* @memberof AccountApiQueryCrossIsolatedMarginCapitalFlow
|
|
5593
5593
|
*/
|
|
5594
|
-
readonly limit?: number;
|
|
5594
|
+
readonly limit?: number | bigint;
|
|
5595
5595
|
/**
|
|
5596
5596
|
* No more than 60000
|
|
5597
|
-
* @type {number}
|
|
5597
|
+
* @type {number | bigint}
|
|
5598
5598
|
* @memberof AccountApiQueryCrossIsolatedMarginCapitalFlow
|
|
5599
5599
|
*/
|
|
5600
|
-
readonly recvWindow?: number;
|
|
5600
|
+
readonly recvWindow?: number | bigint;
|
|
5601
5601
|
}
|
|
5602
5602
|
/**
|
|
5603
5603
|
* Request parameters for queryCrossMarginAccountDetails operation in AccountApi.
|
|
@@ -5606,10 +5606,10 @@ interface QueryCrossIsolatedMarginCapitalFlowRequest {
|
|
|
5606
5606
|
interface QueryCrossMarginAccountDetailsRequest {
|
|
5607
5607
|
/**
|
|
5608
5608
|
* No more than 60000
|
|
5609
|
-
* @type {number}
|
|
5609
|
+
* @type {number | bigint}
|
|
5610
5610
|
* @memberof AccountApiQueryCrossMarginAccountDetails
|
|
5611
5611
|
*/
|
|
5612
|
-
readonly recvWindow?: number;
|
|
5612
|
+
readonly recvWindow?: number | bigint;
|
|
5613
5613
|
}
|
|
5614
5614
|
/**
|
|
5615
5615
|
* Request parameters for queryCrossMarginFeeData operation in AccountApi.
|
|
@@ -5618,10 +5618,10 @@ interface QueryCrossMarginAccountDetailsRequest {
|
|
|
5618
5618
|
interface QueryCrossMarginFeeDataRequest {
|
|
5619
5619
|
/**
|
|
5620
5620
|
* User's current specific margin data will be returned if vipLevel is omitted
|
|
5621
|
-
* @type {number}
|
|
5621
|
+
* @type {number | bigint}
|
|
5622
5622
|
* @memberof AccountApiQueryCrossMarginFeeData
|
|
5623
5623
|
*/
|
|
5624
|
-
readonly vipLevel?: number;
|
|
5624
|
+
readonly vipLevel?: number | bigint;
|
|
5625
5625
|
/**
|
|
5626
5626
|
*
|
|
5627
5627
|
* @type {string}
|
|
@@ -5630,10 +5630,10 @@ interface QueryCrossMarginFeeDataRequest {
|
|
|
5630
5630
|
readonly coin?: string;
|
|
5631
5631
|
/**
|
|
5632
5632
|
* No more than 60000
|
|
5633
|
-
* @type {number}
|
|
5633
|
+
* @type {number | bigint}
|
|
5634
5634
|
* @memberof AccountApiQueryCrossMarginFeeData
|
|
5635
5635
|
*/
|
|
5636
|
-
readonly recvWindow?: number;
|
|
5636
|
+
readonly recvWindow?: number | bigint;
|
|
5637
5637
|
}
|
|
5638
5638
|
/**
|
|
5639
5639
|
* Request parameters for queryEnabledIsolatedMarginAccountLimit operation in AccountApi.
|
|
@@ -5642,10 +5642,10 @@ interface QueryCrossMarginFeeDataRequest {
|
|
|
5642
5642
|
interface QueryEnabledIsolatedMarginAccountLimitRequest {
|
|
5643
5643
|
/**
|
|
5644
5644
|
* No more than 60000
|
|
5645
|
-
* @type {number}
|
|
5645
|
+
* @type {number | bigint}
|
|
5646
5646
|
* @memberof AccountApiQueryEnabledIsolatedMarginAccountLimit
|
|
5647
5647
|
*/
|
|
5648
|
-
readonly recvWindow?: number;
|
|
5648
|
+
readonly recvWindow?: number | bigint;
|
|
5649
5649
|
}
|
|
5650
5650
|
/**
|
|
5651
5651
|
* Request parameters for queryIsolatedMarginAccountInfo operation in AccountApi.
|
|
@@ -5660,10 +5660,10 @@ interface QueryIsolatedMarginAccountInfoRequest {
|
|
|
5660
5660
|
readonly symbols?: string;
|
|
5661
5661
|
/**
|
|
5662
5662
|
* No more than 60000
|
|
5663
|
-
* @type {number}
|
|
5663
|
+
* @type {number | bigint}
|
|
5664
5664
|
* @memberof AccountApiQueryIsolatedMarginAccountInfo
|
|
5665
5665
|
*/
|
|
5666
|
-
readonly recvWindow?: number;
|
|
5666
|
+
readonly recvWindow?: number | bigint;
|
|
5667
5667
|
}
|
|
5668
5668
|
/**
|
|
5669
5669
|
* Request parameters for queryIsolatedMarginFeeData operation in AccountApi.
|
|
@@ -5672,10 +5672,10 @@ interface QueryIsolatedMarginAccountInfoRequest {
|
|
|
5672
5672
|
interface QueryIsolatedMarginFeeDataRequest {
|
|
5673
5673
|
/**
|
|
5674
5674
|
* User's current specific margin data will be returned if vipLevel is omitted
|
|
5675
|
-
* @type {number}
|
|
5675
|
+
* @type {number | bigint}
|
|
5676
5676
|
* @memberof AccountApiQueryIsolatedMarginFeeData
|
|
5677
5677
|
*/
|
|
5678
|
-
readonly vipLevel?: number;
|
|
5678
|
+
readonly vipLevel?: number | bigint;
|
|
5679
5679
|
/**
|
|
5680
5680
|
* isolated margin pair
|
|
5681
5681
|
* @type {string}
|
|
@@ -5684,10 +5684,10 @@ interface QueryIsolatedMarginFeeDataRequest {
|
|
|
5684
5684
|
readonly symbol?: string;
|
|
5685
5685
|
/**
|
|
5686
5686
|
* No more than 60000
|
|
5687
|
-
* @type {number}
|
|
5687
|
+
* @type {number | bigint}
|
|
5688
5688
|
* @memberof AccountApiQueryIsolatedMarginFeeData
|
|
5689
5689
|
*/
|
|
5690
|
-
readonly recvWindow?: number;
|
|
5690
|
+
readonly recvWindow?: number | bigint;
|
|
5691
5691
|
}
|
|
5692
5692
|
/**
|
|
5693
5693
|
* AccountApi - object-oriented interface
|
|
@@ -5997,34 +5997,34 @@ interface GetInterestHistoryRequest {
|
|
|
5997
5997
|
readonly isolatedSymbol?: string;
|
|
5998
5998
|
/**
|
|
5999
5999
|
* 只支持查询最近90天的数据
|
|
6000
|
-
* @type {number}
|
|
6000
|
+
* @type {number | bigint}
|
|
6001
6001
|
* @memberof BorrowRepayApiGetInterestHistory
|
|
6002
6002
|
*/
|
|
6003
|
-
readonly startTime?: number;
|
|
6003
|
+
readonly startTime?: number | bigint;
|
|
6004
6004
|
/**
|
|
6005
6005
|
*
|
|
6006
|
-
* @type {number}
|
|
6006
|
+
* @type {number | bigint}
|
|
6007
6007
|
* @memberof BorrowRepayApiGetInterestHistory
|
|
6008
6008
|
*/
|
|
6009
|
-
readonly endTime?: number;
|
|
6009
|
+
readonly endTime?: number | bigint;
|
|
6010
6010
|
/**
|
|
6011
6011
|
* Currently querying page. Start from 1. Default:1
|
|
6012
|
-
* @type {number}
|
|
6012
|
+
* @type {number | bigint}
|
|
6013
6013
|
* @memberof BorrowRepayApiGetInterestHistory
|
|
6014
6014
|
*/
|
|
6015
|
-
readonly current?: number;
|
|
6015
|
+
readonly current?: number | bigint;
|
|
6016
6016
|
/**
|
|
6017
6017
|
* Default:10 Max:100
|
|
6018
|
-
* @type {number}
|
|
6018
|
+
* @type {number | bigint}
|
|
6019
6019
|
* @memberof BorrowRepayApiGetInterestHistory
|
|
6020
6020
|
*/
|
|
6021
|
-
readonly size?: number;
|
|
6021
|
+
readonly size?: number | bigint;
|
|
6022
6022
|
/**
|
|
6023
6023
|
* No more than 60000
|
|
6024
|
-
* @type {number}
|
|
6024
|
+
* @type {number | bigint}
|
|
6025
6025
|
* @memberof BorrowRepayApiGetInterestHistory
|
|
6026
6026
|
*/
|
|
6027
|
-
readonly recvWindow?: number;
|
|
6027
|
+
readonly recvWindow?: number | bigint;
|
|
6028
6028
|
}
|
|
6029
6029
|
/**
|
|
6030
6030
|
* Request parameters for marginAccountBorrowRepay operation in BorrowRepayApi.
|
|
@@ -6063,10 +6063,10 @@ interface MarginAccountBorrowRepayRequest {
|
|
|
6063
6063
|
readonly type: string;
|
|
6064
6064
|
/**
|
|
6065
6065
|
* No more than 60000
|
|
6066
|
-
* @type {number}
|
|
6066
|
+
* @type {number | bigint}
|
|
6067
6067
|
* @memberof BorrowRepayApiMarginAccountBorrowRepay
|
|
6068
6068
|
*/
|
|
6069
|
-
readonly recvWindow?: number;
|
|
6069
|
+
readonly recvWindow?: number | bigint;
|
|
6070
6070
|
}
|
|
6071
6071
|
/**
|
|
6072
6072
|
* Request parameters for queryBorrowRepayRecordsInMarginAccount operation in BorrowRepayApi.
|
|
@@ -6093,40 +6093,40 @@ interface QueryBorrowRepayRecordsInMarginAccountRequest {
|
|
|
6093
6093
|
readonly isolatedSymbol?: string;
|
|
6094
6094
|
/**
|
|
6095
6095
|
* `tranId` in `POST /sapi/v1/margin/loan`
|
|
6096
|
-
* @type {number}
|
|
6096
|
+
* @type {number | bigint}
|
|
6097
6097
|
* @memberof BorrowRepayApiQueryBorrowRepayRecordsInMarginAccount
|
|
6098
6098
|
*/
|
|
6099
|
-
readonly txId?: number;
|
|
6099
|
+
readonly txId?: number | bigint;
|
|
6100
6100
|
/**
|
|
6101
6101
|
* 只支持查询最近90天的数据
|
|
6102
|
-
* @type {number}
|
|
6102
|
+
* @type {number | bigint}
|
|
6103
6103
|
* @memberof BorrowRepayApiQueryBorrowRepayRecordsInMarginAccount
|
|
6104
6104
|
*/
|
|
6105
|
-
readonly startTime?: number;
|
|
6105
|
+
readonly startTime?: number | bigint;
|
|
6106
6106
|
/**
|
|
6107
6107
|
*
|
|
6108
|
-
* @type {number}
|
|
6108
|
+
* @type {number | bigint}
|
|
6109
6109
|
* @memberof BorrowRepayApiQueryBorrowRepayRecordsInMarginAccount
|
|
6110
6110
|
*/
|
|
6111
|
-
readonly endTime?: number;
|
|
6111
|
+
readonly endTime?: number | bigint;
|
|
6112
6112
|
/**
|
|
6113
6113
|
* Currently querying page. Start from 1. Default:1
|
|
6114
|
-
* @type {number}
|
|
6114
|
+
* @type {number | bigint}
|
|
6115
6115
|
* @memberof BorrowRepayApiQueryBorrowRepayRecordsInMarginAccount
|
|
6116
6116
|
*/
|
|
6117
|
-
readonly current?: number;
|
|
6117
|
+
readonly current?: number | bigint;
|
|
6118
6118
|
/**
|
|
6119
6119
|
* Default:10 Max:100
|
|
6120
|
-
* @type {number}
|
|
6120
|
+
* @type {number | bigint}
|
|
6121
6121
|
* @memberof BorrowRepayApiQueryBorrowRepayRecordsInMarginAccount
|
|
6122
6122
|
*/
|
|
6123
|
-
readonly size?: number;
|
|
6123
|
+
readonly size?: number | bigint;
|
|
6124
6124
|
/**
|
|
6125
6125
|
* No more than 60000
|
|
6126
|
-
* @type {number}
|
|
6126
|
+
* @type {number | bigint}
|
|
6127
6127
|
* @memberof BorrowRepayApiQueryBorrowRepayRecordsInMarginAccount
|
|
6128
6128
|
*/
|
|
6129
|
-
readonly recvWindow?: number;
|
|
6129
|
+
readonly recvWindow?: number | bigint;
|
|
6130
6130
|
}
|
|
6131
6131
|
/**
|
|
6132
6132
|
* Request parameters for queryMarginInterestRateHistory operation in BorrowRepayApi.
|
|
@@ -6141,28 +6141,28 @@ interface QueryMarginInterestRateHistoryRequest {
|
|
|
6141
6141
|
readonly asset: string;
|
|
6142
6142
|
/**
|
|
6143
6143
|
* User's current specific margin data will be returned if vipLevel is omitted
|
|
6144
|
-
* @type {number}
|
|
6144
|
+
* @type {number | bigint}
|
|
6145
6145
|
* @memberof BorrowRepayApiQueryMarginInterestRateHistory
|
|
6146
6146
|
*/
|
|
6147
|
-
readonly vipLevel?: number;
|
|
6147
|
+
readonly vipLevel?: number | bigint;
|
|
6148
6148
|
/**
|
|
6149
6149
|
* 只支持查询最近90天的数据
|
|
6150
|
-
* @type {number}
|
|
6150
|
+
* @type {number | bigint}
|
|
6151
6151
|
* @memberof BorrowRepayApiQueryMarginInterestRateHistory
|
|
6152
6152
|
*/
|
|
6153
|
-
readonly startTime?: number;
|
|
6153
|
+
readonly startTime?: number | bigint;
|
|
6154
6154
|
/**
|
|
6155
6155
|
*
|
|
6156
|
-
* @type {number}
|
|
6156
|
+
* @type {number | bigint}
|
|
6157
6157
|
* @memberof BorrowRepayApiQueryMarginInterestRateHistory
|
|
6158
6158
|
*/
|
|
6159
|
-
readonly endTime?: number;
|
|
6159
|
+
readonly endTime?: number | bigint;
|
|
6160
6160
|
/**
|
|
6161
6161
|
* No more than 60000
|
|
6162
|
-
* @type {number}
|
|
6162
|
+
* @type {number | bigint}
|
|
6163
6163
|
* @memberof BorrowRepayApiQueryMarginInterestRateHistory
|
|
6164
6164
|
*/
|
|
6165
|
-
readonly recvWindow?: number;
|
|
6165
|
+
readonly recvWindow?: number | bigint;
|
|
6166
6166
|
}
|
|
6167
6167
|
/**
|
|
6168
6168
|
* Request parameters for queryMaxBorrow operation in BorrowRepayApi.
|
|
@@ -6183,10 +6183,10 @@ interface QueryMaxBorrowRequest {
|
|
|
6183
6183
|
readonly isolatedSymbol?: string;
|
|
6184
6184
|
/**
|
|
6185
6185
|
* No more than 60000
|
|
6186
|
-
* @type {number}
|
|
6186
|
+
* @type {number | bigint}
|
|
6187
6187
|
* @memberof BorrowRepayApiQueryMaxBorrow
|
|
6188
6188
|
*/
|
|
6189
|
-
readonly recvWindow?: number;
|
|
6189
|
+
readonly recvWindow?: number | bigint;
|
|
6190
6190
|
}
|
|
6191
6191
|
/**
|
|
6192
6192
|
* BorrowRepayApi - object-oriented interface
|
|
@@ -6475,10 +6475,10 @@ interface GetAllIsolatedMarginSymbolRequest {
|
|
|
6475
6475
|
readonly symbol?: string;
|
|
6476
6476
|
/**
|
|
6477
6477
|
* No more than 60000
|
|
6478
|
-
* @type {number}
|
|
6478
|
+
* @type {number | bigint}
|
|
6479
6479
|
* @memberof MarketDataApiGetAllIsolatedMarginSymbol
|
|
6480
6480
|
*/
|
|
6481
|
-
readonly recvWindow?: number;
|
|
6481
|
+
readonly recvWindow?: number | bigint;
|
|
6482
6482
|
}
|
|
6483
6483
|
/**
|
|
6484
6484
|
* Request parameters for getAllMarginAssets operation in MarketDataApi.
|
|
@@ -6499,10 +6499,10 @@ interface GetAllMarginAssetsRequest {
|
|
|
6499
6499
|
interface GetDelistScheduleRequest {
|
|
6500
6500
|
/**
|
|
6501
6501
|
* No more than 60000
|
|
6502
|
-
* @type {number}
|
|
6502
|
+
* @type {number | bigint}
|
|
6503
6503
|
* @memberof MarketDataApiGetDelistSchedule
|
|
6504
6504
|
*/
|
|
6505
|
-
readonly recvWindow?: number;
|
|
6505
|
+
readonly recvWindow?: number | bigint;
|
|
6506
6506
|
}
|
|
6507
6507
|
/**
|
|
6508
6508
|
* Request parameters for getListSchedule operation in MarketDataApi.
|
|
@@ -6511,10 +6511,10 @@ interface GetDelistScheduleRequest {
|
|
|
6511
6511
|
interface GetListScheduleRequest {
|
|
6512
6512
|
/**
|
|
6513
6513
|
* No more than 60000
|
|
6514
|
-
* @type {number}
|
|
6514
|
+
* @type {number | bigint}
|
|
6515
6515
|
* @memberof MarketDataApiGetListSchedule
|
|
6516
6516
|
*/
|
|
6517
|
-
readonly recvWindow?: number;
|
|
6517
|
+
readonly recvWindow?: number | bigint;
|
|
6518
6518
|
}
|
|
6519
6519
|
/**
|
|
6520
6520
|
* Request parameters for queryIsolatedMarginTierData operation in MarketDataApi.
|
|
@@ -6529,16 +6529,16 @@ interface QueryIsolatedMarginTierDataRequest {
|
|
|
6529
6529
|
readonly symbol: string;
|
|
6530
6530
|
/**
|
|
6531
6531
|
* All margin tier data will be returned if tier is omitted
|
|
6532
|
-
* @type {number}
|
|
6532
|
+
* @type {number | bigint}
|
|
6533
6533
|
* @memberof MarketDataApiQueryIsolatedMarginTierData
|
|
6534
6534
|
*/
|
|
6535
|
-
readonly tier?: number;
|
|
6535
|
+
readonly tier?: number | bigint;
|
|
6536
6536
|
/**
|
|
6537
6537
|
* No more than 60000
|
|
6538
|
-
* @type {number}
|
|
6538
|
+
* @type {number | bigint}
|
|
6539
6539
|
* @memberof MarketDataApiQueryIsolatedMarginTierData
|
|
6540
6540
|
*/
|
|
6541
|
-
readonly recvWindow?: number;
|
|
6541
|
+
readonly recvWindow?: number | bigint;
|
|
6542
6542
|
}
|
|
6543
6543
|
/**
|
|
6544
6544
|
* Request parameters for queryMarginAvailableInventory operation in MarketDataApi.
|
|
@@ -7267,10 +7267,10 @@ interface CreateSpecialKeyRequest {
|
|
|
7267
7267
|
readonly permissionMode?: string;
|
|
7268
7268
|
/**
|
|
7269
7269
|
* No more than 60000
|
|
7270
|
-
* @type {number}
|
|
7270
|
+
* @type {number | bigint}
|
|
7271
7271
|
* @memberof TradeApiCreateSpecialKey
|
|
7272
7272
|
*/
|
|
7273
|
-
readonly recvWindow?: number;
|
|
7273
|
+
readonly recvWindow?: number | bigint;
|
|
7274
7274
|
}
|
|
7275
7275
|
/**
|
|
7276
7276
|
* Request parameters for deleteSpecialKey operation in TradeApi.
|
|
@@ -7291,10 +7291,10 @@ interface DeleteSpecialKeyRequest {
|
|
|
7291
7291
|
readonly symbol?: string;
|
|
7292
7292
|
/**
|
|
7293
7293
|
* No more than 60000
|
|
7294
|
-
* @type {number}
|
|
7294
|
+
* @type {number | bigint}
|
|
7295
7295
|
* @memberof TradeApiDeleteSpecialKey
|
|
7296
7296
|
*/
|
|
7297
|
-
readonly recvWindow?: number;
|
|
7297
|
+
readonly recvWindow?: number | bigint;
|
|
7298
7298
|
}
|
|
7299
7299
|
/**
|
|
7300
7300
|
* Request parameters for editIpForSpecialKey operation in TradeApi.
|
|
@@ -7315,10 +7315,10 @@ interface EditIpForSpecialKeyRequest {
|
|
|
7315
7315
|
readonly symbol?: string;
|
|
7316
7316
|
/**
|
|
7317
7317
|
* No more than 60000
|
|
7318
|
-
* @type {number}
|
|
7318
|
+
* @type {number | bigint}
|
|
7319
7319
|
* @memberof TradeApiEditIpForSpecialKey
|
|
7320
7320
|
*/
|
|
7321
|
-
readonly recvWindow?: number;
|
|
7321
|
+
readonly recvWindow?: number | bigint;
|
|
7322
7322
|
}
|
|
7323
7323
|
/**
|
|
7324
7324
|
* Request parameters for getForceLiquidationRecord operation in TradeApi.
|
|
@@ -7327,16 +7327,16 @@ interface EditIpForSpecialKeyRequest {
|
|
|
7327
7327
|
interface GetForceLiquidationRecordRequest {
|
|
7328
7328
|
/**
|
|
7329
7329
|
* 只支持查询最近90天的数据
|
|
7330
|
-
* @type {number}
|
|
7330
|
+
* @type {number | bigint}
|
|
7331
7331
|
* @memberof TradeApiGetForceLiquidationRecord
|
|
7332
7332
|
*/
|
|
7333
|
-
readonly startTime?: number;
|
|
7333
|
+
readonly startTime?: number | bigint;
|
|
7334
7334
|
/**
|
|
7335
7335
|
*
|
|
7336
|
-
* @type {number}
|
|
7336
|
+
* @type {number | bigint}
|
|
7337
7337
|
* @memberof TradeApiGetForceLiquidationRecord
|
|
7338
7338
|
*/
|
|
7339
|
-
readonly endTime?: number;
|
|
7339
|
+
readonly endTime?: number | bigint;
|
|
7340
7340
|
/**
|
|
7341
7341
|
* isolated symbol
|
|
7342
7342
|
* @type {string}
|
|
@@ -7345,22 +7345,22 @@ interface GetForceLiquidationRecordRequest {
|
|
|
7345
7345
|
readonly isolatedSymbol?: string;
|
|
7346
7346
|
/**
|
|
7347
7347
|
* Currently querying page. Start from 1. Default:1
|
|
7348
|
-
* @type {number}
|
|
7348
|
+
* @type {number | bigint}
|
|
7349
7349
|
* @memberof TradeApiGetForceLiquidationRecord
|
|
7350
7350
|
*/
|
|
7351
|
-
readonly current?: number;
|
|
7351
|
+
readonly current?: number | bigint;
|
|
7352
7352
|
/**
|
|
7353
7353
|
* Default:10 Max:100
|
|
7354
|
-
* @type {number}
|
|
7354
|
+
* @type {number | bigint}
|
|
7355
7355
|
* @memberof TradeApiGetForceLiquidationRecord
|
|
7356
7356
|
*/
|
|
7357
|
-
readonly size?: number;
|
|
7357
|
+
readonly size?: number | bigint;
|
|
7358
7358
|
/**
|
|
7359
7359
|
* No more than 60000
|
|
7360
|
-
* @type {number}
|
|
7360
|
+
* @type {number | bigint}
|
|
7361
7361
|
* @memberof TradeApiGetForceLiquidationRecord
|
|
7362
7362
|
*/
|
|
7363
|
-
readonly recvWindow?: number;
|
|
7363
|
+
readonly recvWindow?: number | bigint;
|
|
7364
7364
|
}
|
|
7365
7365
|
/**
|
|
7366
7366
|
* Request parameters for getSmallLiabilityExchangeCoinList operation in TradeApi.
|
|
@@ -7369,10 +7369,10 @@ interface GetForceLiquidationRecordRequest {
|
|
|
7369
7369
|
interface GetSmallLiabilityExchangeCoinListRequest {
|
|
7370
7370
|
/**
|
|
7371
7371
|
* No more than 60000
|
|
7372
|
-
* @type {number}
|
|
7372
|
+
* @type {number | bigint}
|
|
7373
7373
|
* @memberof TradeApiGetSmallLiabilityExchangeCoinList
|
|
7374
7374
|
*/
|
|
7375
|
-
readonly recvWindow?: number;
|
|
7375
|
+
readonly recvWindow?: number | bigint;
|
|
7376
7376
|
}
|
|
7377
7377
|
/**
|
|
7378
7378
|
* Request parameters for getSmallLiabilityExchangeHistory operation in TradeApi.
|
|
@@ -7381,34 +7381,34 @@ interface GetSmallLiabilityExchangeCoinListRequest {
|
|
|
7381
7381
|
interface GetSmallLiabilityExchangeHistoryRequest {
|
|
7382
7382
|
/**
|
|
7383
7383
|
* Currently querying page. Start from 1. Default:1
|
|
7384
|
-
* @type {number}
|
|
7384
|
+
* @type {number | bigint}
|
|
7385
7385
|
* @memberof TradeApiGetSmallLiabilityExchangeHistory
|
|
7386
7386
|
*/
|
|
7387
|
-
readonly current: number;
|
|
7387
|
+
readonly current: number | bigint;
|
|
7388
7388
|
/**
|
|
7389
7389
|
* Default:10, Max:100
|
|
7390
|
-
* @type {number}
|
|
7390
|
+
* @type {number | bigint}
|
|
7391
7391
|
* @memberof TradeApiGetSmallLiabilityExchangeHistory
|
|
7392
7392
|
*/
|
|
7393
|
-
readonly size: number;
|
|
7393
|
+
readonly size: number | bigint;
|
|
7394
7394
|
/**
|
|
7395
7395
|
* 只支持查询最近90天的数据
|
|
7396
|
-
* @type {number}
|
|
7396
|
+
* @type {number | bigint}
|
|
7397
7397
|
* @memberof TradeApiGetSmallLiabilityExchangeHistory
|
|
7398
7398
|
*/
|
|
7399
|
-
readonly startTime?: number;
|
|
7399
|
+
readonly startTime?: number | bigint;
|
|
7400
7400
|
/**
|
|
7401
7401
|
*
|
|
7402
|
-
* @type {number}
|
|
7402
|
+
* @type {number | bigint}
|
|
7403
7403
|
* @memberof TradeApiGetSmallLiabilityExchangeHistory
|
|
7404
7404
|
*/
|
|
7405
|
-
readonly endTime?: number;
|
|
7405
|
+
readonly endTime?: number | bigint;
|
|
7406
7406
|
/**
|
|
7407
7407
|
* No more than 60000
|
|
7408
|
-
* @type {number}
|
|
7408
|
+
* @type {number | bigint}
|
|
7409
7409
|
* @memberof TradeApiGetSmallLiabilityExchangeHistory
|
|
7410
7410
|
*/
|
|
7411
|
-
readonly recvWindow?: number;
|
|
7411
|
+
readonly recvWindow?: number | bigint;
|
|
7412
7412
|
}
|
|
7413
7413
|
/**
|
|
7414
7414
|
* Request parameters for marginAccountCancelAllOpenOrdersOnASymbol operation in TradeApi.
|
|
@@ -7429,10 +7429,10 @@ interface MarginAccountCancelAllOpenOrdersOnASymbolRequest {
|
|
|
7429
7429
|
readonly isIsolated?: string;
|
|
7430
7430
|
/**
|
|
7431
7431
|
* No more than 60000
|
|
7432
|
-
* @type {number}
|
|
7432
|
+
* @type {number | bigint}
|
|
7433
7433
|
* @memberof TradeApiMarginAccountCancelAllOpenOrdersOnASymbol
|
|
7434
7434
|
*/
|
|
7435
|
-
readonly recvWindow?: number;
|
|
7435
|
+
readonly recvWindow?: number | bigint;
|
|
7436
7436
|
}
|
|
7437
7437
|
/**
|
|
7438
7438
|
* Request parameters for marginAccountCancelOco operation in TradeApi.
|
|
@@ -7453,10 +7453,10 @@ interface MarginAccountCancelOcoRequest {
|
|
|
7453
7453
|
readonly isIsolated?: string;
|
|
7454
7454
|
/**
|
|
7455
7455
|
* Either `orderListId` or `listClientOrderId` must be provided
|
|
7456
|
-
* @type {number}
|
|
7456
|
+
* @type {number | bigint}
|
|
7457
7457
|
* @memberof TradeApiMarginAccountCancelOco
|
|
7458
7458
|
*/
|
|
7459
|
-
readonly orderListId?: number;
|
|
7459
|
+
readonly orderListId?: number | bigint;
|
|
7460
7460
|
/**
|
|
7461
7461
|
* Either `orderListId` or `listClientOrderId` must be provided
|
|
7462
7462
|
* @type {string}
|
|
@@ -7471,10 +7471,10 @@ interface MarginAccountCancelOcoRequest {
|
|
|
7471
7471
|
readonly newClientOrderId?: string;
|
|
7472
7472
|
/**
|
|
7473
7473
|
* No more than 60000
|
|
7474
|
-
* @type {number}
|
|
7474
|
+
* @type {number | bigint}
|
|
7475
7475
|
* @memberof TradeApiMarginAccountCancelOco
|
|
7476
7476
|
*/
|
|
7477
|
-
readonly recvWindow?: number;
|
|
7477
|
+
readonly recvWindow?: number | bigint;
|
|
7478
7478
|
}
|
|
7479
7479
|
/**
|
|
7480
7480
|
* Request parameters for marginAccountCancelOrder operation in TradeApi.
|
|
@@ -7495,10 +7495,10 @@ interface MarginAccountCancelOrderRequest {
|
|
|
7495
7495
|
readonly isIsolated?: string;
|
|
7496
7496
|
/**
|
|
7497
7497
|
*
|
|
7498
|
-
* @type {number}
|
|
7498
|
+
* @type {number | bigint}
|
|
7499
7499
|
* @memberof TradeApiMarginAccountCancelOrder
|
|
7500
7500
|
*/
|
|
7501
|
-
readonly orderId?: number;
|
|
7501
|
+
readonly orderId?: number | bigint;
|
|
7502
7502
|
/**
|
|
7503
7503
|
*
|
|
7504
7504
|
* @type {string}
|
|
@@ -7513,10 +7513,10 @@ interface MarginAccountCancelOrderRequest {
|
|
|
7513
7513
|
readonly newClientOrderId?: string;
|
|
7514
7514
|
/**
|
|
7515
7515
|
* No more than 60000
|
|
7516
|
-
* @type {number}
|
|
7516
|
+
* @type {number | bigint}
|
|
7517
7517
|
* @memberof TradeApiMarginAccountCancelOrder
|
|
7518
7518
|
*/
|
|
7519
|
-
readonly recvWindow?: number;
|
|
7519
|
+
readonly recvWindow?: number | bigint;
|
|
7520
7520
|
}
|
|
7521
7521
|
/**
|
|
7522
7522
|
* Request parameters for marginAccountNewOco operation in TradeApi.
|
|
@@ -7627,10 +7627,10 @@ interface MarginAccountNewOcoRequest {
|
|
|
7627
7627
|
readonly autoRepayAtCancel?: boolean;
|
|
7628
7628
|
/**
|
|
7629
7629
|
* No more than 60000
|
|
7630
|
-
* @type {number}
|
|
7630
|
+
* @type {number | bigint}
|
|
7631
7631
|
* @memberof TradeApiMarginAccountNewOco
|
|
7632
7632
|
*/
|
|
7633
|
-
readonly recvWindow?: number;
|
|
7633
|
+
readonly recvWindow?: number | bigint;
|
|
7634
7634
|
}
|
|
7635
7635
|
/**
|
|
7636
7636
|
* Request parameters for marginAccountNewOrder operation in TradeApi.
|
|
@@ -7729,10 +7729,10 @@ interface MarginAccountNewOrderRequest {
|
|
|
7729
7729
|
readonly autoRepayAtCancel?: boolean;
|
|
7730
7730
|
/**
|
|
7731
7731
|
* No more than 60000
|
|
7732
|
-
* @type {number}
|
|
7732
|
+
* @type {number | bigint}
|
|
7733
7733
|
* @memberof TradeApiMarginAccountNewOrder
|
|
7734
7734
|
*/
|
|
7735
|
-
readonly recvWindow?: number;
|
|
7735
|
+
readonly recvWindow?: number | bigint;
|
|
7736
7736
|
}
|
|
7737
7737
|
/**
|
|
7738
7738
|
* Request parameters for marginAccountNewOto operation in TradeApi.
|
|
@@ -8083,10 +8083,10 @@ interface MarginManualLiquidationRequest {
|
|
|
8083
8083
|
readonly symbol?: string;
|
|
8084
8084
|
/**
|
|
8085
8085
|
* No more than 60000
|
|
8086
|
-
* @type {number}
|
|
8086
|
+
* @type {number | bigint}
|
|
8087
8087
|
* @memberof TradeApiMarginManualLiquidation
|
|
8088
8088
|
*/
|
|
8089
|
-
readonly recvWindow?: number;
|
|
8089
|
+
readonly recvWindow?: number | bigint;
|
|
8090
8090
|
}
|
|
8091
8091
|
/**
|
|
8092
8092
|
* Request parameters for queryCurrentMarginOrderCountUsage operation in TradeApi.
|
|
@@ -8107,10 +8107,10 @@ interface QueryCurrentMarginOrderCountUsageRequest {
|
|
|
8107
8107
|
readonly symbol?: string;
|
|
8108
8108
|
/**
|
|
8109
8109
|
* No more than 60000
|
|
8110
|
-
* @type {number}
|
|
8110
|
+
* @type {number | bigint}
|
|
8111
8111
|
* @memberof TradeApiQueryCurrentMarginOrderCountUsage
|
|
8112
8112
|
*/
|
|
8113
|
-
readonly recvWindow?: number;
|
|
8113
|
+
readonly recvWindow?: number | bigint;
|
|
8114
8114
|
}
|
|
8115
8115
|
/**
|
|
8116
8116
|
* Request parameters for queryMarginAccountsAllOco operation in TradeApi.
|
|
@@ -8131,34 +8131,34 @@ interface QueryMarginAccountsAllOcoRequest {
|
|
|
8131
8131
|
readonly symbol?: string;
|
|
8132
8132
|
/**
|
|
8133
8133
|
* 如设置fromId, 将返回id > fromId的数据。否则将返回最新数据
|
|
8134
|
-
* @type {number}
|
|
8134
|
+
* @type {number | bigint}
|
|
8135
8135
|
* @memberof TradeApiQueryMarginAccountsAllOco
|
|
8136
8136
|
*/
|
|
8137
|
-
readonly fromId?: number;
|
|
8137
|
+
readonly fromId?: number | bigint;
|
|
8138
8138
|
/**
|
|
8139
8139
|
* 只支持查询最近90天的数据
|
|
8140
|
-
* @type {number}
|
|
8140
|
+
* @type {number | bigint}
|
|
8141
8141
|
* @memberof TradeApiQueryMarginAccountsAllOco
|
|
8142
8142
|
*/
|
|
8143
|
-
readonly startTime?: number;
|
|
8143
|
+
readonly startTime?: number | bigint;
|
|
8144
8144
|
/**
|
|
8145
8145
|
*
|
|
8146
|
-
* @type {number}
|
|
8146
|
+
* @type {number | bigint}
|
|
8147
8147
|
* @memberof TradeApiQueryMarginAccountsAllOco
|
|
8148
8148
|
*/
|
|
8149
|
-
readonly endTime?: number;
|
|
8149
|
+
readonly endTime?: number | bigint;
|
|
8150
8150
|
/**
|
|
8151
8151
|
* Default Value: 500; Max Value: 1000
|
|
8152
|
-
* @type {number}
|
|
8152
|
+
* @type {number | bigint}
|
|
8153
8153
|
* @memberof TradeApiQueryMarginAccountsAllOco
|
|
8154
8154
|
*/
|
|
8155
|
-
readonly limit?: number;
|
|
8155
|
+
readonly limit?: number | bigint;
|
|
8156
8156
|
/**
|
|
8157
8157
|
* No more than 60000
|
|
8158
|
-
* @type {number}
|
|
8158
|
+
* @type {number | bigint}
|
|
8159
8159
|
* @memberof TradeApiQueryMarginAccountsAllOco
|
|
8160
8160
|
*/
|
|
8161
|
-
readonly recvWindow?: number;
|
|
8161
|
+
readonly recvWindow?: number | bigint;
|
|
8162
8162
|
}
|
|
8163
8163
|
/**
|
|
8164
8164
|
* Request parameters for queryMarginAccountsAllOrders operation in TradeApi.
|
|
@@ -8179,34 +8179,34 @@ interface QueryMarginAccountsAllOrdersRequest {
|
|
|
8179
8179
|
readonly isIsolated?: string;
|
|
8180
8180
|
/**
|
|
8181
8181
|
*
|
|
8182
|
-
* @type {number}
|
|
8182
|
+
* @type {number | bigint}
|
|
8183
8183
|
* @memberof TradeApiQueryMarginAccountsAllOrders
|
|
8184
8184
|
*/
|
|
8185
|
-
readonly orderId?: number;
|
|
8185
|
+
readonly orderId?: number | bigint;
|
|
8186
8186
|
/**
|
|
8187
8187
|
* 只支持查询最近90天的数据
|
|
8188
|
-
* @type {number}
|
|
8188
|
+
* @type {number | bigint}
|
|
8189
8189
|
* @memberof TradeApiQueryMarginAccountsAllOrders
|
|
8190
8190
|
*/
|
|
8191
|
-
readonly startTime?: number;
|
|
8191
|
+
readonly startTime?: number | bigint;
|
|
8192
8192
|
/**
|
|
8193
8193
|
*
|
|
8194
|
-
* @type {number}
|
|
8194
|
+
* @type {number | bigint}
|
|
8195
8195
|
* @memberof TradeApiQueryMarginAccountsAllOrders
|
|
8196
8196
|
*/
|
|
8197
|
-
readonly endTime?: number;
|
|
8197
|
+
readonly endTime?: number | bigint;
|
|
8198
8198
|
/**
|
|
8199
8199
|
* Default Value: 500; Max Value: 1000
|
|
8200
|
-
* @type {number}
|
|
8200
|
+
* @type {number | bigint}
|
|
8201
8201
|
* @memberof TradeApiQueryMarginAccountsAllOrders
|
|
8202
8202
|
*/
|
|
8203
|
-
readonly limit?: number;
|
|
8203
|
+
readonly limit?: number | bigint;
|
|
8204
8204
|
/**
|
|
8205
8205
|
* No more than 60000
|
|
8206
|
-
* @type {number}
|
|
8206
|
+
* @type {number | bigint}
|
|
8207
8207
|
* @memberof TradeApiQueryMarginAccountsAllOrders
|
|
8208
8208
|
*/
|
|
8209
|
-
readonly recvWindow?: number;
|
|
8209
|
+
readonly recvWindow?: number | bigint;
|
|
8210
8210
|
}
|
|
8211
8211
|
/**
|
|
8212
8212
|
* Request parameters for queryMarginAccountsOco operation in TradeApi.
|
|
@@ -8227,10 +8227,10 @@ interface QueryMarginAccountsOcoRequest {
|
|
|
8227
8227
|
readonly symbol?: string;
|
|
8228
8228
|
/**
|
|
8229
8229
|
* Either `orderListId` or `listClientOrderId` must be provided
|
|
8230
|
-
* @type {number}
|
|
8230
|
+
* @type {number | bigint}
|
|
8231
8231
|
* @memberof TradeApiQueryMarginAccountsOco
|
|
8232
8232
|
*/
|
|
8233
|
-
readonly orderListId?: number;
|
|
8233
|
+
readonly orderListId?: number | bigint;
|
|
8234
8234
|
/**
|
|
8235
8235
|
*
|
|
8236
8236
|
* @type {string}
|
|
@@ -8239,10 +8239,10 @@ interface QueryMarginAccountsOcoRequest {
|
|
|
8239
8239
|
readonly origClientOrderId?: string;
|
|
8240
8240
|
/**
|
|
8241
8241
|
* No more than 60000
|
|
8242
|
-
* @type {number}
|
|
8242
|
+
* @type {number | bigint}
|
|
8243
8243
|
* @memberof TradeApiQueryMarginAccountsOco
|
|
8244
8244
|
*/
|
|
8245
|
-
readonly recvWindow?: number;
|
|
8245
|
+
readonly recvWindow?: number | bigint;
|
|
8246
8246
|
}
|
|
8247
8247
|
/**
|
|
8248
8248
|
* Request parameters for queryMarginAccountsOpenOco operation in TradeApi.
|
|
@@ -8263,10 +8263,10 @@ interface QueryMarginAccountsOpenOcoRequest {
|
|
|
8263
8263
|
readonly symbol?: string;
|
|
8264
8264
|
/**
|
|
8265
8265
|
* No more than 60000
|
|
8266
|
-
* @type {number}
|
|
8266
|
+
* @type {number | bigint}
|
|
8267
8267
|
* @memberof TradeApiQueryMarginAccountsOpenOco
|
|
8268
8268
|
*/
|
|
8269
|
-
readonly recvWindow?: number;
|
|
8269
|
+
readonly recvWindow?: number | bigint;
|
|
8270
8270
|
}
|
|
8271
8271
|
/**
|
|
8272
8272
|
* Request parameters for queryMarginAccountsOpenOrders operation in TradeApi.
|
|
@@ -8287,10 +8287,10 @@ interface QueryMarginAccountsOpenOrdersRequest {
|
|
|
8287
8287
|
readonly isIsolated?: string;
|
|
8288
8288
|
/**
|
|
8289
8289
|
* No more than 60000
|
|
8290
|
-
* @type {number}
|
|
8290
|
+
* @type {number | bigint}
|
|
8291
8291
|
* @memberof TradeApiQueryMarginAccountsOpenOrders
|
|
8292
8292
|
*/
|
|
8293
|
-
readonly recvWindow?: number;
|
|
8293
|
+
readonly recvWindow?: number | bigint;
|
|
8294
8294
|
}
|
|
8295
8295
|
/**
|
|
8296
8296
|
* Request parameters for queryMarginAccountsOrder operation in TradeApi.
|
|
@@ -8311,10 +8311,10 @@ interface QueryMarginAccountsOrderRequest {
|
|
|
8311
8311
|
readonly isIsolated?: string;
|
|
8312
8312
|
/**
|
|
8313
8313
|
*
|
|
8314
|
-
* @type {number}
|
|
8314
|
+
* @type {number | bigint}
|
|
8315
8315
|
* @memberof TradeApiQueryMarginAccountsOrder
|
|
8316
8316
|
*/
|
|
8317
|
-
readonly orderId?: number;
|
|
8317
|
+
readonly orderId?: number | bigint;
|
|
8318
8318
|
/**
|
|
8319
8319
|
*
|
|
8320
8320
|
* @type {string}
|
|
@@ -8323,10 +8323,10 @@ interface QueryMarginAccountsOrderRequest {
|
|
|
8323
8323
|
readonly origClientOrderId?: string;
|
|
8324
8324
|
/**
|
|
8325
8325
|
* No more than 60000
|
|
8326
|
-
* @type {number}
|
|
8326
|
+
* @type {number | bigint}
|
|
8327
8327
|
* @memberof TradeApiQueryMarginAccountsOrder
|
|
8328
8328
|
*/
|
|
8329
|
-
readonly recvWindow?: number;
|
|
8329
|
+
readonly recvWindow?: number | bigint;
|
|
8330
8330
|
}
|
|
8331
8331
|
/**
|
|
8332
8332
|
* Request parameters for queryMarginAccountsTradeList operation in TradeApi.
|
|
@@ -8347,40 +8347,40 @@ interface QueryMarginAccountsTradeListRequest {
|
|
|
8347
8347
|
readonly isIsolated?: string;
|
|
8348
8348
|
/**
|
|
8349
8349
|
*
|
|
8350
|
-
* @type {number}
|
|
8350
|
+
* @type {number | bigint}
|
|
8351
8351
|
* @memberof TradeApiQueryMarginAccountsTradeList
|
|
8352
8352
|
*/
|
|
8353
|
-
readonly orderId?: number;
|
|
8353
|
+
readonly orderId?: number | bigint;
|
|
8354
8354
|
/**
|
|
8355
8355
|
* 只支持查询最近90天的数据
|
|
8356
|
-
* @type {number}
|
|
8356
|
+
* @type {number | bigint}
|
|
8357
8357
|
* @memberof TradeApiQueryMarginAccountsTradeList
|
|
8358
8358
|
*/
|
|
8359
|
-
readonly startTime?: number;
|
|
8359
|
+
readonly startTime?: number | bigint;
|
|
8360
8360
|
/**
|
|
8361
8361
|
*
|
|
8362
|
-
* @type {number}
|
|
8362
|
+
* @type {number | bigint}
|
|
8363
8363
|
* @memberof TradeApiQueryMarginAccountsTradeList
|
|
8364
8364
|
*/
|
|
8365
|
-
readonly endTime?: number;
|
|
8365
|
+
readonly endTime?: number | bigint;
|
|
8366
8366
|
/**
|
|
8367
8367
|
* 如设置fromId, 将返回id > fromId的数据。否则将返回最新数据
|
|
8368
|
-
* @type {number}
|
|
8368
|
+
* @type {number | bigint}
|
|
8369
8369
|
* @memberof TradeApiQueryMarginAccountsTradeList
|
|
8370
8370
|
*/
|
|
8371
|
-
readonly fromId?: number;
|
|
8371
|
+
readonly fromId?: number | bigint;
|
|
8372
8372
|
/**
|
|
8373
8373
|
* Default Value: 500; Max Value: 1000
|
|
8374
|
-
* @type {number}
|
|
8374
|
+
* @type {number | bigint}
|
|
8375
8375
|
* @memberof TradeApiQueryMarginAccountsTradeList
|
|
8376
8376
|
*/
|
|
8377
|
-
readonly limit?: number;
|
|
8377
|
+
readonly limit?: number | bigint;
|
|
8378
8378
|
/**
|
|
8379
8379
|
* No more than 60000
|
|
8380
|
-
* @type {number}
|
|
8380
|
+
* @type {number | bigint}
|
|
8381
8381
|
* @memberof TradeApiQueryMarginAccountsTradeList
|
|
8382
8382
|
*/
|
|
8383
|
-
readonly recvWindow?: number;
|
|
8383
|
+
readonly recvWindow?: number | bigint;
|
|
8384
8384
|
}
|
|
8385
8385
|
/**
|
|
8386
8386
|
* Request parameters for querySpecialKey operation in TradeApi.
|
|
@@ -8395,10 +8395,10 @@ interface QuerySpecialKeyRequest {
|
|
|
8395
8395
|
readonly symbol?: string;
|
|
8396
8396
|
/**
|
|
8397
8397
|
* No more than 60000
|
|
8398
|
-
* @type {number}
|
|
8398
|
+
* @type {number | bigint}
|
|
8399
8399
|
* @memberof TradeApiQuerySpecialKey
|
|
8400
8400
|
*/
|
|
8401
|
-
readonly recvWindow?: number;
|
|
8401
|
+
readonly recvWindow?: number | bigint;
|
|
8402
8402
|
}
|
|
8403
8403
|
/**
|
|
8404
8404
|
* Request parameters for querySpecialKeyList operation in TradeApi.
|
|
@@ -8413,10 +8413,10 @@ interface QuerySpecialKeyListRequest {
|
|
|
8413
8413
|
readonly symbol?: string;
|
|
8414
8414
|
/**
|
|
8415
8415
|
* No more than 60000
|
|
8416
|
-
* @type {number}
|
|
8416
|
+
* @type {number | bigint}
|
|
8417
8417
|
* @memberof TradeApiQuerySpecialKeyList
|
|
8418
8418
|
*/
|
|
8419
|
-
readonly recvWindow?: number;
|
|
8419
|
+
readonly recvWindow?: number | bigint;
|
|
8420
8420
|
}
|
|
8421
8421
|
/**
|
|
8422
8422
|
* Request parameters for smallLiabilityExchange operation in TradeApi.
|
|
@@ -8431,10 +8431,10 @@ interface SmallLiabilityExchangeRequest {
|
|
|
8431
8431
|
readonly assetNames: Array<string>;
|
|
8432
8432
|
/**
|
|
8433
8433
|
* No more than 60000
|
|
8434
|
-
* @type {number}
|
|
8434
|
+
* @type {number | bigint}
|
|
8435
8435
|
* @memberof TradeApiSmallLiabilityExchange
|
|
8436
8436
|
*/
|
|
8437
|
-
readonly recvWindow?: number;
|
|
8437
|
+
readonly recvWindow?: number | bigint;
|
|
8438
8438
|
}
|
|
8439
8439
|
/**
|
|
8440
8440
|
* TradeApi - object-oriented interface
|
|
@@ -9207,28 +9207,28 @@ interface GetCrossMarginTransferHistoryRequest {
|
|
|
9207
9207
|
readonly type?: string;
|
|
9208
9208
|
/**
|
|
9209
9209
|
* 只支持查询最近90天的数据
|
|
9210
|
-
* @type {number}
|
|
9210
|
+
* @type {number | bigint}
|
|
9211
9211
|
* @memberof TransferApiGetCrossMarginTransferHistory
|
|
9212
9212
|
*/
|
|
9213
|
-
readonly startTime?: number;
|
|
9213
|
+
readonly startTime?: number | bigint;
|
|
9214
9214
|
/**
|
|
9215
9215
|
*
|
|
9216
|
-
* @type {number}
|
|
9216
|
+
* @type {number | bigint}
|
|
9217
9217
|
* @memberof TransferApiGetCrossMarginTransferHistory
|
|
9218
9218
|
*/
|
|
9219
|
-
readonly endTime?: number;
|
|
9219
|
+
readonly endTime?: number | bigint;
|
|
9220
9220
|
/**
|
|
9221
9221
|
* Currently querying page. Start from 1. Default:1
|
|
9222
|
-
* @type {number}
|
|
9222
|
+
* @type {number | bigint}
|
|
9223
9223
|
* @memberof TransferApiGetCrossMarginTransferHistory
|
|
9224
9224
|
*/
|
|
9225
|
-
readonly current?: number;
|
|
9225
|
+
readonly current?: number | bigint;
|
|
9226
9226
|
/**
|
|
9227
9227
|
* Default:10 Max:100
|
|
9228
|
-
* @type {number}
|
|
9228
|
+
* @type {number | bigint}
|
|
9229
9229
|
* @memberof TransferApiGetCrossMarginTransferHistory
|
|
9230
9230
|
*/
|
|
9231
|
-
readonly size?: number;
|
|
9231
|
+
readonly size?: number | bigint;
|
|
9232
9232
|
/**
|
|
9233
9233
|
* isolated symbol
|
|
9234
9234
|
* @type {string}
|
|
@@ -9237,10 +9237,10 @@ interface GetCrossMarginTransferHistoryRequest {
|
|
|
9237
9237
|
readonly isolatedSymbol?: string;
|
|
9238
9238
|
/**
|
|
9239
9239
|
* No more than 60000
|
|
9240
|
-
* @type {number}
|
|
9240
|
+
* @type {number | bigint}
|
|
9241
9241
|
* @memberof TransferApiGetCrossMarginTransferHistory
|
|
9242
9242
|
*/
|
|
9243
|
-
readonly recvWindow?: number;
|
|
9243
|
+
readonly recvWindow?: number | bigint;
|
|
9244
9244
|
}
|
|
9245
9245
|
/**
|
|
9246
9246
|
* Request parameters for queryMaxTransferOutAmount operation in TransferApi.
|
|
@@ -9261,10 +9261,10 @@ interface QueryMaxTransferOutAmountRequest {
|
|
|
9261
9261
|
readonly isolatedSymbol?: string;
|
|
9262
9262
|
/**
|
|
9263
9263
|
* No more than 60000
|
|
9264
|
-
* @type {number}
|
|
9264
|
+
* @type {number | bigint}
|
|
9265
9265
|
* @memberof TransferApiQueryMaxTransferOutAmount
|
|
9266
9266
|
*/
|
|
9267
|
-
readonly recvWindow?: number;
|
|
9267
|
+
readonly recvWindow?: number | bigint;
|
|
9268
9268
|
}
|
|
9269
9269
|
/**
|
|
9270
9270
|
* TransferApi - object-oriented interface
|
|
@@ -10531,10 +10531,10 @@ declare namespace index$1 {
|
|
|
10531
10531
|
interface Balanceupdate {
|
|
10532
10532
|
/**
|
|
10533
10533
|
*
|
|
10534
|
-
* @type {number}
|
|
10534
|
+
* @type {number | bigint}
|
|
10535
10535
|
* @memberof Balanceupdate
|
|
10536
10536
|
*/
|
|
10537
|
-
E?: number;
|
|
10537
|
+
E?: number | bigint;
|
|
10538
10538
|
/**
|
|
10539
10539
|
*
|
|
10540
10540
|
* @type {string}
|
|
@@ -10549,10 +10549,10 @@ interface Balanceupdate {
|
|
|
10549
10549
|
d?: string;
|
|
10550
10550
|
/**
|
|
10551
10551
|
*
|
|
10552
|
-
* @type {number}
|
|
10552
|
+
* @type {number | bigint}
|
|
10553
10553
|
* @memberof Balanceupdate
|
|
10554
10554
|
*/
|
|
10555
|
-
T?: number;
|
|
10555
|
+
T?: number | bigint;
|
|
10556
10556
|
}
|
|
10557
10557
|
|
|
10558
10558
|
/**
|
|
@@ -10575,10 +10575,10 @@ interface Balanceupdate {
|
|
|
10575
10575
|
interface Executionreport {
|
|
10576
10576
|
/**
|
|
10577
10577
|
*
|
|
10578
|
-
* @type {number}
|
|
10578
|
+
* @type {number | bigint}
|
|
10579
10579
|
* @memberof Executionreport
|
|
10580
10580
|
*/
|
|
10581
|
-
E?: number;
|
|
10581
|
+
E?: number | bigint;
|
|
10582
10582
|
/**
|
|
10583
10583
|
*
|
|
10584
10584
|
* @type {string}
|
|
@@ -10635,10 +10635,10 @@ interface Executionreport {
|
|
|
10635
10635
|
F?: string;
|
|
10636
10636
|
/**
|
|
10637
10637
|
*
|
|
10638
|
-
* @type {number}
|
|
10638
|
+
* @type {number | bigint}
|
|
10639
10639
|
* @memberof Executionreport
|
|
10640
10640
|
*/
|
|
10641
|
-
g?: number;
|
|
10641
|
+
g?: number | bigint;
|
|
10642
10642
|
/**
|
|
10643
10643
|
*
|
|
10644
10644
|
* @type {string}
|
|
@@ -10665,10 +10665,10 @@ interface Executionreport {
|
|
|
10665
10665
|
r?: string;
|
|
10666
10666
|
/**
|
|
10667
10667
|
*
|
|
10668
|
-
* @type {number}
|
|
10668
|
+
* @type {number | bigint}
|
|
10669
10669
|
* @memberof Executionreport
|
|
10670
10670
|
*/
|
|
10671
|
-
i?: number;
|
|
10671
|
+
i?: number | bigint;
|
|
10672
10672
|
/**
|
|
10673
10673
|
*
|
|
10674
10674
|
* @type {string}
|
|
@@ -10701,22 +10701,22 @@ interface Executionreport {
|
|
|
10701
10701
|
N?: string;
|
|
10702
10702
|
/**
|
|
10703
10703
|
*
|
|
10704
|
-
* @type {number}
|
|
10704
|
+
* @type {number | bigint}
|
|
10705
10705
|
* @memberof Executionreport
|
|
10706
10706
|
*/
|
|
10707
|
-
T?: number;
|
|
10707
|
+
T?: number | bigint;
|
|
10708
10708
|
/**
|
|
10709
10709
|
*
|
|
10710
|
-
* @type {number}
|
|
10710
|
+
* @type {number | bigint}
|
|
10711
10711
|
* @memberof Executionreport
|
|
10712
10712
|
*/
|
|
10713
|
-
t?: number;
|
|
10713
|
+
t?: number | bigint;
|
|
10714
10714
|
/**
|
|
10715
10715
|
*
|
|
10716
|
-
* @type {number}
|
|
10716
|
+
* @type {number | bigint}
|
|
10717
10717
|
* @memberof Executionreport
|
|
10718
10718
|
*/
|
|
10719
|
-
I?: number;
|
|
10719
|
+
I?: number | bigint;
|
|
10720
10720
|
/**
|
|
10721
10721
|
*
|
|
10722
10722
|
* @type {boolean}
|
|
@@ -10737,10 +10737,10 @@ interface Executionreport {
|
|
|
10737
10737
|
M?: boolean;
|
|
10738
10738
|
/**
|
|
10739
10739
|
*
|
|
10740
|
-
* @type {number}
|
|
10740
|
+
* @type {number | bigint}
|
|
10741
10741
|
* @memberof Executionreport
|
|
10742
10742
|
*/
|
|
10743
|
-
O?: number;
|
|
10743
|
+
O?: number | bigint;
|
|
10744
10744
|
/**
|
|
10745
10745
|
*
|
|
10746
10746
|
* @type {string}
|
|
@@ -10761,10 +10761,10 @@ interface Executionreport {
|
|
|
10761
10761
|
Q?: string;
|
|
10762
10762
|
/**
|
|
10763
10763
|
*
|
|
10764
|
-
* @type {number}
|
|
10764
|
+
* @type {number | bigint}
|
|
10765
10765
|
* @memberof Executionreport
|
|
10766
10766
|
*/
|
|
10767
|
-
W?: number;
|
|
10767
|
+
W?: number | bigint;
|
|
10768
10768
|
/**
|
|
10769
10769
|
*
|
|
10770
10770
|
* @type {string}
|
|
@@ -10933,10 +10933,10 @@ interface ListstatusOInner {
|
|
|
10933
10933
|
s?: string;
|
|
10934
10934
|
/**
|
|
10935
10935
|
*
|
|
10936
|
-
* @type {number}
|
|
10936
|
+
* @type {number | bigint}
|
|
10937
10937
|
* @memberof ListstatusOInner
|
|
10938
10938
|
*/
|
|
10939
|
-
i?: number;
|
|
10939
|
+
i?: number | bigint;
|
|
10940
10940
|
/**
|
|
10941
10941
|
*
|
|
10942
10942
|
* @type {string}
|
|
@@ -10966,10 +10966,10 @@ interface ListstatusOInner {
|
|
|
10966
10966
|
interface Liststatus {
|
|
10967
10967
|
/**
|
|
10968
10968
|
*
|
|
10969
|
-
* @type {number}
|
|
10969
|
+
* @type {number | bigint}
|
|
10970
10970
|
* @memberof Liststatus
|
|
10971
10971
|
*/
|
|
10972
|
-
E?: number;
|
|
10972
|
+
E?: number | bigint;
|
|
10973
10973
|
/**
|
|
10974
10974
|
*
|
|
10975
10975
|
* @type {string}
|
|
@@ -10978,10 +10978,10 @@ interface Liststatus {
|
|
|
10978
10978
|
s?: string;
|
|
10979
10979
|
/**
|
|
10980
10980
|
*
|
|
10981
|
-
* @type {number}
|
|
10981
|
+
* @type {number | bigint}
|
|
10982
10982
|
* @memberof Liststatus
|
|
10983
10983
|
*/
|
|
10984
|
-
g?: number;
|
|
10984
|
+
g?: number | bigint;
|
|
10985
10985
|
/**
|
|
10986
10986
|
*
|
|
10987
10987
|
* @type {string}
|
|
@@ -11014,10 +11014,10 @@ interface Liststatus {
|
|
|
11014
11014
|
C?: string;
|
|
11015
11015
|
/**
|
|
11016
11016
|
*
|
|
11017
|
-
* @type {number}
|
|
11017
|
+
* @type {number | bigint}
|
|
11018
11018
|
* @memberof Liststatus
|
|
11019
11019
|
*/
|
|
11020
|
-
T?: number;
|
|
11020
|
+
T?: number | bigint;
|
|
11021
11021
|
/**
|
|
11022
11022
|
*
|
|
11023
11023
|
* @type {Array<ListstatusOInner>}
|
|
@@ -11046,10 +11046,10 @@ interface Liststatus {
|
|
|
11046
11046
|
interface MarginLevelStatusChange {
|
|
11047
11047
|
/**
|
|
11048
11048
|
*
|
|
11049
|
-
* @type {number}
|
|
11049
|
+
* @type {number | bigint}
|
|
11050
11050
|
* @memberof MarginLevelStatusChange
|
|
11051
11051
|
*/
|
|
11052
|
-
E?: number;
|
|
11052
|
+
E?: number | bigint;
|
|
11053
11053
|
/**
|
|
11054
11054
|
*
|
|
11055
11055
|
* @type {string}
|
|
@@ -11123,16 +11123,16 @@ interface OutboundaccountpositionBInner {
|
|
|
11123
11123
|
interface Outboundaccountposition {
|
|
11124
11124
|
/**
|
|
11125
11125
|
*
|
|
11126
|
-
* @type {number}
|
|
11126
|
+
* @type {number | bigint}
|
|
11127
11127
|
* @memberof Outboundaccountposition
|
|
11128
11128
|
*/
|
|
11129
|
-
E?: number;
|
|
11129
|
+
E?: number | bigint;
|
|
11130
11130
|
/**
|
|
11131
11131
|
*
|
|
11132
|
-
* @type {number}
|
|
11132
|
+
* @type {number | bigint}
|
|
11133
11133
|
* @memberof Outboundaccountposition
|
|
11134
11134
|
*/
|
|
11135
|
-
u?: number;
|
|
11135
|
+
u?: number | bigint;
|
|
11136
11136
|
/**
|
|
11137
11137
|
*
|
|
11138
11138
|
* @type {Array<OutboundaccountpositionBInner>}
|
|
@@ -11161,10 +11161,10 @@ interface Outboundaccountposition {
|
|
|
11161
11161
|
interface UserLiabilityChange {
|
|
11162
11162
|
/**
|
|
11163
11163
|
*
|
|
11164
|
-
* @type {number}
|
|
11164
|
+
* @type {number | bigint}
|
|
11165
11165
|
* @memberof UserLiabilityChange
|
|
11166
11166
|
*/
|
|
11167
|
-
E?: number;
|
|
11167
|
+
E?: number | bigint;
|
|
11168
11168
|
/**
|
|
11169
11169
|
*
|
|
11170
11170
|
* @type {string}
|