@binance/simple-earn 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 +93 -199
- package/dist/index.d.ts +93 -199
- package/dist/index.js +28 -54
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +25 -51
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,42 +1,10 @@
|
|
|
1
1
|
import { RestApiResponse, ConfigurationRestAPI } from '@binance/common';
|
|
2
|
-
export { BadRequestError, ConnectorClientError, ForbiddenError, NetworkError, NotFoundError, RateLimitBanError, RequiredError, SIMPLE_EARN_REST_API_PROD_URL,
|
|
2
|
+
export { BadRequestError, ConnectorClientError, ForbiddenError, NetworkError, NotFoundError, RateLimitBanError, RequiredError, SIMPLE_EARN_REST_API_PROD_URL, ServerError, TooManyRequestsError, UnauthorizedError } from '@binance/common';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
|
-
* Binance
|
|
5
|
+
* Binance Simple Earn REST API
|
|
6
6
|
*
|
|
7
|
-
* OpenAPI Specification for the Binance
|
|
8
|
-
*
|
|
9
|
-
* The version of the OpenAPI document: 1.0.0
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13
|
-
* https://openapi-generator.tech
|
|
14
|
-
* Do not edit the class manually.
|
|
15
|
-
*/
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface BadRequest
|
|
20
|
-
*/
|
|
21
|
-
interface BadRequest {
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {number}
|
|
25
|
-
* @memberof BadRequest
|
|
26
|
-
*/
|
|
27
|
-
code: number;
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof BadRequest
|
|
32
|
-
*/
|
|
33
|
-
message: string;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* Binance Public Simple Earn REST API
|
|
38
|
-
*
|
|
39
|
-
* OpenAPI Specification for the Binance Public Simple Earn REST API
|
|
7
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
40
8
|
*
|
|
41
9
|
* The version of the OpenAPI document: 1.0.0
|
|
42
10
|
*
|
|
@@ -96,9 +64,9 @@ interface GetCollateralRecordResponseRowsInner {
|
|
|
96
64
|
}
|
|
97
65
|
|
|
98
66
|
/**
|
|
99
|
-
* Binance
|
|
67
|
+
* Binance Simple Earn REST API
|
|
100
68
|
*
|
|
101
|
-
* OpenAPI Specification for the Binance
|
|
69
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
102
70
|
*
|
|
103
71
|
* The version of the OpenAPI document: 1.0.0
|
|
104
72
|
*
|
|
@@ -129,9 +97,9 @@ interface GetCollateralRecordResponse {
|
|
|
129
97
|
}
|
|
130
98
|
|
|
131
99
|
/**
|
|
132
|
-
* Binance
|
|
100
|
+
* Binance Simple Earn REST API
|
|
133
101
|
*
|
|
134
|
-
* OpenAPI Specification for the Binance
|
|
102
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
135
103
|
*
|
|
136
104
|
* The version of the OpenAPI document: 1.0.0
|
|
137
105
|
*
|
|
@@ -155,9 +123,9 @@ interface GetFlexiblePersonalLeftQuotaResponse {
|
|
|
155
123
|
}
|
|
156
124
|
|
|
157
125
|
/**
|
|
158
|
-
* Binance
|
|
126
|
+
* Binance Simple Earn REST API
|
|
159
127
|
*
|
|
160
|
-
* OpenAPI Specification for the Binance
|
|
128
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
161
129
|
*
|
|
162
130
|
* The version of the OpenAPI document: 1.0.0
|
|
163
131
|
*
|
|
@@ -187,9 +155,9 @@ interface GetFlexibleProductPositionResponseRowsInnerTierAnnualPercentageRate {
|
|
|
187
155
|
}
|
|
188
156
|
|
|
189
157
|
/**
|
|
190
|
-
* Binance
|
|
158
|
+
* Binance Simple Earn REST API
|
|
191
159
|
*
|
|
192
|
-
* OpenAPI Specification for the Binance
|
|
160
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
193
161
|
*
|
|
194
162
|
* The version of the OpenAPI document: 1.0.0
|
|
195
163
|
*
|
|
@@ -292,9 +260,9 @@ interface GetFlexibleProductPositionResponseRowsInner {
|
|
|
292
260
|
}
|
|
293
261
|
|
|
294
262
|
/**
|
|
295
|
-
* Binance
|
|
263
|
+
* Binance Simple Earn REST API
|
|
296
264
|
*
|
|
297
|
-
* OpenAPI Specification for the Binance
|
|
265
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
298
266
|
*
|
|
299
267
|
* The version of the OpenAPI document: 1.0.0
|
|
300
268
|
*
|
|
@@ -325,9 +293,9 @@ interface GetFlexibleProductPositionResponse {
|
|
|
325
293
|
}
|
|
326
294
|
|
|
327
295
|
/**
|
|
328
|
-
* Binance
|
|
296
|
+
* Binance Simple Earn REST API
|
|
329
297
|
*
|
|
330
|
-
* OpenAPI Specification for the Binance
|
|
298
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
331
299
|
*
|
|
332
300
|
* The version of the OpenAPI document: 1.0.0
|
|
333
301
|
*
|
|
@@ -387,9 +355,9 @@ interface GetFlexibleRedemptionRecordResponseRowsInner {
|
|
|
387
355
|
}
|
|
388
356
|
|
|
389
357
|
/**
|
|
390
|
-
* Binance
|
|
358
|
+
* Binance Simple Earn REST API
|
|
391
359
|
*
|
|
392
|
-
* OpenAPI Specification for the Binance
|
|
360
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
393
361
|
*
|
|
394
362
|
* The version of the OpenAPI document: 1.0.0
|
|
395
363
|
*
|
|
@@ -420,9 +388,9 @@ interface GetFlexibleRedemptionRecordResponse {
|
|
|
420
388
|
}
|
|
421
389
|
|
|
422
390
|
/**
|
|
423
|
-
* Binance
|
|
391
|
+
* Binance Simple Earn REST API
|
|
424
392
|
*
|
|
425
|
-
* OpenAPI Specification for the Binance
|
|
393
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
426
394
|
*
|
|
427
395
|
* The version of the OpenAPI document: 1.0.0
|
|
428
396
|
*
|
|
@@ -470,9 +438,9 @@ interface GetFlexibleRewardsHistoryResponseRowsInner {
|
|
|
470
438
|
}
|
|
471
439
|
|
|
472
440
|
/**
|
|
473
|
-
* Binance
|
|
441
|
+
* Binance Simple Earn REST API
|
|
474
442
|
*
|
|
475
|
-
* OpenAPI Specification for the Binance
|
|
443
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
476
444
|
*
|
|
477
445
|
* The version of the OpenAPI document: 1.0.0
|
|
478
446
|
*
|
|
@@ -503,9 +471,9 @@ interface GetFlexibleRewardsHistoryResponse {
|
|
|
503
471
|
}
|
|
504
472
|
|
|
505
473
|
/**
|
|
506
|
-
* Binance
|
|
474
|
+
* Binance Simple Earn REST API
|
|
507
475
|
*
|
|
508
|
-
* OpenAPI Specification for the Binance
|
|
476
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
509
477
|
*
|
|
510
478
|
* The version of the OpenAPI document: 1.0.0
|
|
511
479
|
*
|
|
@@ -559,9 +527,9 @@ interface GetFlexibleSubscriptionPreviewResponse {
|
|
|
559
527
|
}
|
|
560
528
|
|
|
561
529
|
/**
|
|
562
|
-
* Binance
|
|
530
|
+
* Binance Simple Earn REST API
|
|
563
531
|
*
|
|
564
|
-
* OpenAPI Specification for the Binance
|
|
532
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
565
533
|
*
|
|
566
534
|
* The version of the OpenAPI document: 1.0.0
|
|
567
535
|
*
|
|
@@ -639,9 +607,9 @@ interface GetFlexibleSubscriptionRecordResponseRowsInner {
|
|
|
639
607
|
}
|
|
640
608
|
|
|
641
609
|
/**
|
|
642
|
-
* Binance
|
|
610
|
+
* Binance Simple Earn REST API
|
|
643
611
|
*
|
|
644
|
-
* OpenAPI Specification for the Binance
|
|
612
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
645
613
|
*
|
|
646
614
|
* The version of the OpenAPI document: 1.0.0
|
|
647
615
|
*
|
|
@@ -672,9 +640,9 @@ interface GetFlexibleSubscriptionRecordResponse {
|
|
|
672
640
|
}
|
|
673
641
|
|
|
674
642
|
/**
|
|
675
|
-
* Binance
|
|
643
|
+
* Binance Simple Earn REST API
|
|
676
644
|
*
|
|
677
|
-
* OpenAPI Specification for the Binance
|
|
645
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
678
646
|
*
|
|
679
647
|
* The version of the OpenAPI document: 1.0.0
|
|
680
648
|
*
|
|
@@ -698,9 +666,9 @@ interface GetLockedPersonalLeftQuotaResponse {
|
|
|
698
666
|
}
|
|
699
667
|
|
|
700
668
|
/**
|
|
701
|
-
* Binance
|
|
669
|
+
* Binance Simple Earn REST API
|
|
702
670
|
*
|
|
703
|
-
* OpenAPI Specification for the Binance
|
|
671
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
704
672
|
*
|
|
705
673
|
* The version of the OpenAPI document: 1.0.0
|
|
706
674
|
*
|
|
@@ -916,9 +884,9 @@ interface GetLockedProductPositionResponseRowsInner {
|
|
|
916
884
|
}
|
|
917
885
|
|
|
918
886
|
/**
|
|
919
|
-
* Binance
|
|
887
|
+
* Binance Simple Earn REST API
|
|
920
888
|
*
|
|
921
|
-
* OpenAPI Specification for the Binance
|
|
889
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
922
890
|
*
|
|
923
891
|
* The version of the OpenAPI document: 1.0.0
|
|
924
892
|
*
|
|
@@ -949,9 +917,9 @@ interface GetLockedProductPositionResponse {
|
|
|
949
917
|
}
|
|
950
918
|
|
|
951
919
|
/**
|
|
952
|
-
* Binance
|
|
920
|
+
* Binance Simple Earn REST API
|
|
953
921
|
*
|
|
954
|
-
* OpenAPI Specification for the Binance
|
|
922
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
955
923
|
*
|
|
956
924
|
* The version of the OpenAPI document: 1.0.0
|
|
957
925
|
*
|
|
@@ -1065,9 +1033,9 @@ interface GetLockedRedemptionRecordResponseRowsInner {
|
|
|
1065
1033
|
}
|
|
1066
1034
|
|
|
1067
1035
|
/**
|
|
1068
|
-
* Binance
|
|
1036
|
+
* Binance Simple Earn REST API
|
|
1069
1037
|
*
|
|
1070
|
-
* OpenAPI Specification for the Binance
|
|
1038
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1071
1039
|
*
|
|
1072
1040
|
* The version of the OpenAPI document: 1.0.0
|
|
1073
1041
|
*
|
|
@@ -1098,9 +1066,9 @@ interface GetLockedRedemptionRecordResponse {
|
|
|
1098
1066
|
}
|
|
1099
1067
|
|
|
1100
1068
|
/**
|
|
1101
|
-
* Binance
|
|
1069
|
+
* Binance Simple Earn REST API
|
|
1102
1070
|
*
|
|
1103
|
-
* OpenAPI Specification for the Binance
|
|
1071
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1104
1072
|
*
|
|
1105
1073
|
* The version of the OpenAPI document: 1.0.0
|
|
1106
1074
|
*
|
|
@@ -1154,9 +1122,9 @@ interface GetLockedRewardsHistoryResponseRowsInner {
|
|
|
1154
1122
|
}
|
|
1155
1123
|
|
|
1156
1124
|
/**
|
|
1157
|
-
* Binance
|
|
1125
|
+
* Binance Simple Earn REST API
|
|
1158
1126
|
*
|
|
1159
|
-
* OpenAPI Specification for the Binance
|
|
1127
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1160
1128
|
*
|
|
1161
1129
|
* The version of the OpenAPI document: 1.0.0
|
|
1162
1130
|
*
|
|
@@ -1187,9 +1155,9 @@ interface GetLockedRewardsHistoryResponse {
|
|
|
1187
1155
|
}
|
|
1188
1156
|
|
|
1189
1157
|
/**
|
|
1190
|
-
* Binance
|
|
1158
|
+
* Binance Simple Earn REST API
|
|
1191
1159
|
*
|
|
1192
|
-
* OpenAPI Specification for the Binance
|
|
1160
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1193
1161
|
*
|
|
1194
1162
|
* The version of the OpenAPI document: 1.0.0
|
|
1195
1163
|
*
|
|
@@ -1279,9 +1247,9 @@ interface GetLockedSubscriptionPreviewResponseInner {
|
|
|
1279
1247
|
}
|
|
1280
1248
|
|
|
1281
1249
|
/**
|
|
1282
|
-
* Binance
|
|
1250
|
+
* Binance Simple Earn REST API
|
|
1283
1251
|
*
|
|
1284
|
-
* OpenAPI Specification for the Binance
|
|
1252
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1285
1253
|
*
|
|
1286
1254
|
* The version of the OpenAPI document: 1.0.0
|
|
1287
1255
|
*
|
|
@@ -1300,9 +1268,9 @@ interface GetLockedSubscriptionPreviewResponse extends Array<GetLockedSubscripti
|
|
|
1300
1268
|
}
|
|
1301
1269
|
|
|
1302
1270
|
/**
|
|
1303
|
-
* Binance
|
|
1271
|
+
* Binance Simple Earn REST API
|
|
1304
1272
|
*
|
|
1305
|
-
* OpenAPI Specification for the Binance
|
|
1273
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1306
1274
|
*
|
|
1307
1275
|
* The version of the OpenAPI document: 1.0.0
|
|
1308
1276
|
*
|
|
@@ -1392,9 +1360,9 @@ interface GetLockedSubscriptionRecordResponseRowsInner {
|
|
|
1392
1360
|
}
|
|
1393
1361
|
|
|
1394
1362
|
/**
|
|
1395
|
-
* Binance
|
|
1363
|
+
* Binance Simple Earn REST API
|
|
1396
1364
|
*
|
|
1397
|
-
* OpenAPI Specification for the Binance
|
|
1365
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1398
1366
|
*
|
|
1399
1367
|
* The version of the OpenAPI document: 1.0.0
|
|
1400
1368
|
*
|
|
@@ -1425,9 +1393,9 @@ interface GetLockedSubscriptionRecordResponse {
|
|
|
1425
1393
|
}
|
|
1426
1394
|
|
|
1427
1395
|
/**
|
|
1428
|
-
* Binance
|
|
1396
|
+
* Binance Simple Earn REST API
|
|
1429
1397
|
*
|
|
1430
|
-
* OpenAPI Specification for the Binance
|
|
1398
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1431
1399
|
*
|
|
1432
1400
|
* The version of the OpenAPI document: 1.0.0
|
|
1433
1401
|
*
|
|
@@ -1469,9 +1437,9 @@ interface GetRateHistoryResponseRowsInner {
|
|
|
1469
1437
|
}
|
|
1470
1438
|
|
|
1471
1439
|
/**
|
|
1472
|
-
* Binance
|
|
1440
|
+
* Binance Simple Earn REST API
|
|
1473
1441
|
*
|
|
1474
|
-
* OpenAPI Specification for the Binance
|
|
1442
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1475
1443
|
*
|
|
1476
1444
|
* The version of the OpenAPI document: 1.0.0
|
|
1477
1445
|
*
|
|
@@ -1502,9 +1470,9 @@ interface GetRateHistoryResponse {
|
|
|
1502
1470
|
}
|
|
1503
1471
|
|
|
1504
1472
|
/**
|
|
1505
|
-
* Binance
|
|
1473
|
+
* Binance Simple Earn REST API
|
|
1506
1474
|
*
|
|
1507
|
-
* OpenAPI Specification for the Binance
|
|
1475
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1508
1476
|
*
|
|
1509
1477
|
* The version of the OpenAPI document: 1.0.0
|
|
1510
1478
|
*
|
|
@@ -1595,9 +1563,9 @@ interface GetSimpleEarnFlexibleProductListResponseRowsInner {
|
|
|
1595
1563
|
}
|
|
1596
1564
|
|
|
1597
1565
|
/**
|
|
1598
|
-
* Binance
|
|
1566
|
+
* Binance Simple Earn REST API
|
|
1599
1567
|
*
|
|
1600
|
-
* OpenAPI Specification for the Binance
|
|
1568
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1601
1569
|
*
|
|
1602
1570
|
* The version of the OpenAPI document: 1.0.0
|
|
1603
1571
|
*
|
|
@@ -1628,9 +1596,9 @@ interface GetSimpleEarnFlexibleProductListResponse {
|
|
|
1628
1596
|
}
|
|
1629
1597
|
|
|
1630
1598
|
/**
|
|
1631
|
-
* Binance
|
|
1599
|
+
* Binance Simple Earn REST API
|
|
1632
1600
|
*
|
|
1633
|
-
* OpenAPI Specification for the Binance
|
|
1601
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1634
1602
|
*
|
|
1635
1603
|
* The version of the OpenAPI document: 1.0.0
|
|
1636
1604
|
*
|
|
@@ -1726,9 +1694,9 @@ interface GetSimpleEarnLockedProductListResponseRowsInnerDetail {
|
|
|
1726
1694
|
}
|
|
1727
1695
|
|
|
1728
1696
|
/**
|
|
1729
|
-
* Binance
|
|
1697
|
+
* Binance Simple Earn REST API
|
|
1730
1698
|
*
|
|
1731
|
-
* OpenAPI Specification for the Binance
|
|
1699
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1732
1700
|
*
|
|
1733
1701
|
* The version of the OpenAPI document: 1.0.0
|
|
1734
1702
|
*
|
|
@@ -1758,9 +1726,9 @@ interface GetSimpleEarnLockedProductListResponseRowsInnerQuota {
|
|
|
1758
1726
|
}
|
|
1759
1727
|
|
|
1760
1728
|
/**
|
|
1761
|
-
* Binance
|
|
1729
|
+
* Binance Simple Earn REST API
|
|
1762
1730
|
*
|
|
1763
|
-
* OpenAPI Specification for the Binance
|
|
1731
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1764
1732
|
*
|
|
1765
1733
|
* The version of the OpenAPI document: 1.0.0
|
|
1766
1734
|
*
|
|
@@ -1797,9 +1765,9 @@ interface GetSimpleEarnLockedProductListResponseRowsInner {
|
|
|
1797
1765
|
}
|
|
1798
1766
|
|
|
1799
1767
|
/**
|
|
1800
|
-
* Binance
|
|
1768
|
+
* Binance Simple Earn REST API
|
|
1801
1769
|
*
|
|
1802
|
-
* OpenAPI Specification for the Binance
|
|
1770
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1803
1771
|
*
|
|
1804
1772
|
* The version of the OpenAPI document: 1.0.0
|
|
1805
1773
|
*
|
|
@@ -1830,9 +1798,9 @@ interface GetSimpleEarnLockedProductListResponse {
|
|
|
1830
1798
|
}
|
|
1831
1799
|
|
|
1832
1800
|
/**
|
|
1833
|
-
* Binance
|
|
1801
|
+
* Binance Simple Earn REST API
|
|
1834
1802
|
*
|
|
1835
|
-
* OpenAPI Specification for the Binance
|
|
1803
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1836
1804
|
*
|
|
1837
1805
|
* The version of the OpenAPI document: 1.0.0
|
|
1838
1806
|
*
|
|
@@ -1862,9 +1830,9 @@ interface RedeemFlexibleProductResponse {
|
|
|
1862
1830
|
}
|
|
1863
1831
|
|
|
1864
1832
|
/**
|
|
1865
|
-
* Binance
|
|
1833
|
+
* Binance Simple Earn REST API
|
|
1866
1834
|
*
|
|
1867
|
-
* OpenAPI Specification for the Binance
|
|
1835
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1868
1836
|
*
|
|
1869
1837
|
* The version of the OpenAPI document: 1.0.0
|
|
1870
1838
|
*
|
|
@@ -1894,9 +1862,9 @@ interface RedeemLockedProductResponse {
|
|
|
1894
1862
|
}
|
|
1895
1863
|
|
|
1896
1864
|
/**
|
|
1897
|
-
* Binance
|
|
1865
|
+
* Binance Simple Earn REST API
|
|
1898
1866
|
*
|
|
1899
|
-
* OpenAPI Specification for the Binance
|
|
1867
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1900
1868
|
*
|
|
1901
1869
|
* The version of the OpenAPI document: 1.0.0
|
|
1902
1870
|
*
|
|
@@ -1920,9 +1888,9 @@ interface SetFlexibleAutoSubscribeResponse {
|
|
|
1920
1888
|
}
|
|
1921
1889
|
|
|
1922
1890
|
/**
|
|
1923
|
-
* Binance
|
|
1891
|
+
* Binance Simple Earn REST API
|
|
1924
1892
|
*
|
|
1925
|
-
* OpenAPI Specification for the Binance
|
|
1893
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1926
1894
|
*
|
|
1927
1895
|
* The version of the OpenAPI document: 1.0.0
|
|
1928
1896
|
*
|
|
@@ -1946,9 +1914,9 @@ interface SetLockedAutoSubscribeResponse {
|
|
|
1946
1914
|
}
|
|
1947
1915
|
|
|
1948
1916
|
/**
|
|
1949
|
-
* Binance
|
|
1917
|
+
* Binance Simple Earn REST API
|
|
1950
1918
|
*
|
|
1951
|
-
* OpenAPI Specification for the Binance
|
|
1919
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1952
1920
|
*
|
|
1953
1921
|
* The version of the OpenAPI document: 1.0.0
|
|
1954
1922
|
*
|
|
@@ -1972,9 +1940,9 @@ interface SetLockedProductRedeemOptionResponse {
|
|
|
1972
1940
|
}
|
|
1973
1941
|
|
|
1974
1942
|
/**
|
|
1975
|
-
* Binance
|
|
1943
|
+
* Binance Simple Earn REST API
|
|
1976
1944
|
*
|
|
1977
|
-
* OpenAPI Specification for the Binance
|
|
1945
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1978
1946
|
*
|
|
1979
1947
|
* The version of the OpenAPI document: 1.0.0
|
|
1980
1948
|
*
|
|
@@ -2028,9 +1996,9 @@ interface SimpleAccountResponse {
|
|
|
2028
1996
|
}
|
|
2029
1997
|
|
|
2030
1998
|
/**
|
|
2031
|
-
* Binance
|
|
1999
|
+
* Binance Simple Earn REST API
|
|
2032
2000
|
*
|
|
2033
|
-
* OpenAPI Specification for the Binance
|
|
2001
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
2034
2002
|
*
|
|
2035
2003
|
* The version of the OpenAPI document: 1.0.0
|
|
2036
2004
|
*
|
|
@@ -2060,9 +2028,9 @@ interface SubscribeFlexibleProductResponse {
|
|
|
2060
2028
|
}
|
|
2061
2029
|
|
|
2062
2030
|
/**
|
|
2063
|
-
* Binance
|
|
2031
|
+
* Binance Simple Earn REST API
|
|
2064
2032
|
*
|
|
2065
|
-
* OpenAPI Specification for the Binance
|
|
2033
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
2066
2034
|
*
|
|
2067
2035
|
* The version of the OpenAPI document: 1.0.0
|
|
2068
2036
|
*
|
|
@@ -2098,9 +2066,9 @@ interface SubscribeLockedProductResponse {
|
|
|
2098
2066
|
}
|
|
2099
2067
|
|
|
2100
2068
|
/**
|
|
2101
|
-
* Binance
|
|
2069
|
+
* Binance Simple Earn REST API
|
|
2102
2070
|
*
|
|
2103
|
-
* OpenAPI Specification for the Binance
|
|
2071
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
2104
2072
|
*
|
|
2105
2073
|
* The version of the OpenAPI document: 1.0.0
|
|
2106
2074
|
*
|
|
@@ -2492,9 +2460,9 @@ declare class AccountApi implements AccountApiInterface {
|
|
|
2492
2460
|
}
|
|
2493
2461
|
|
|
2494
2462
|
/**
|
|
2495
|
-
* Binance
|
|
2463
|
+
* Binance Simple Earn REST API
|
|
2496
2464
|
*
|
|
2497
|
-
* OpenAPI Specification for the Binance
|
|
2465
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
2498
2466
|
*
|
|
2499
2467
|
* The version of the OpenAPI document: 1.0.0
|
|
2500
2468
|
*
|
|
@@ -3020,9 +2988,9 @@ declare class EarnApi implements EarnApiInterface {
|
|
|
3020
2988
|
}
|
|
3021
2989
|
|
|
3022
2990
|
/**
|
|
3023
|
-
* Binance
|
|
2991
|
+
* Binance Simple Earn REST API
|
|
3024
2992
|
*
|
|
3025
|
-
* OpenAPI Specification for the Binance
|
|
2993
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
3026
2994
|
*
|
|
3027
2995
|
* The version of the OpenAPI document: 1.0.0
|
|
3028
2996
|
*
|
|
@@ -3707,9 +3675,9 @@ declare class HistoryApi implements HistoryApiInterface {
|
|
|
3707
3675
|
}
|
|
3708
3676
|
|
|
3709
3677
|
/**
|
|
3710
|
-
* Binance
|
|
3678
|
+
* Binance Simple Earn REST API
|
|
3711
3679
|
*
|
|
3712
|
-
* OpenAPI Specification for the Binance
|
|
3680
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
3713
3681
|
*
|
|
3714
3682
|
* The version of the OpenAPI document: 1.0.0
|
|
3715
3683
|
*
|
|
@@ -4084,9 +4052,9 @@ declare class RestAPI {
|
|
|
4084
4052
|
}
|
|
4085
4053
|
|
|
4086
4054
|
/**
|
|
4087
|
-
* Binance
|
|
4055
|
+
* Binance Simple Earn REST API
|
|
4088
4056
|
*
|
|
4089
|
-
* OpenAPI Specification for the Binance
|
|
4057
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
4090
4058
|
*
|
|
4091
4059
|
* The version of the OpenAPI document: 1.0.0
|
|
4092
4060
|
*
|
|
@@ -4099,7 +4067,6 @@ declare class RestAPI {
|
|
|
4099
4067
|
type index_AccountApi = AccountApi;
|
|
4100
4068
|
declare const index_AccountApi: typeof AccountApi;
|
|
4101
4069
|
type index_AccountApiInterface = AccountApiInterface;
|
|
4102
|
-
type index_BadRequest = BadRequest;
|
|
4103
4070
|
type index_EarnApi = EarnApi;
|
|
4104
4071
|
declare const index_EarnApi: typeof EarnApi;
|
|
4105
4072
|
type index_EarnApiInterface = EarnApiInterface;
|
|
@@ -4173,80 +4140,7 @@ type index_SubscribeFlexibleProductResponse = SubscribeFlexibleProductResponse;
|
|
|
4173
4140
|
type index_SubscribeLockedProductRequest = SubscribeLockedProductRequest;
|
|
4174
4141
|
type index_SubscribeLockedProductResponse = SubscribeLockedProductResponse;
|
|
4175
4142
|
declare namespace index {
|
|
4176
|
-
export {
|
|
4177
|
-
index_AccountApi as AccountApi,
|
|
4178
|
-
index_AccountApiInterface as AccountApiInterface,
|
|
4179
|
-
index_BadRequest as BadRequest,
|
|
4180
|
-
index_EarnApi as EarnApi,
|
|
4181
|
-
index_EarnApiInterface as EarnApiInterface,
|
|
4182
|
-
index_GetCollateralRecordRequest as GetCollateralRecordRequest,
|
|
4183
|
-
index_GetCollateralRecordResponse as GetCollateralRecordResponse,
|
|
4184
|
-
index_GetCollateralRecordResponseRowsInner as GetCollateralRecordResponseRowsInner,
|
|
4185
|
-
index_GetFlexiblePersonalLeftQuotaRequest as GetFlexiblePersonalLeftQuotaRequest,
|
|
4186
|
-
index_GetFlexiblePersonalLeftQuotaResponse as GetFlexiblePersonalLeftQuotaResponse,
|
|
4187
|
-
index_GetFlexibleProductPositionRequest as GetFlexibleProductPositionRequest,
|
|
4188
|
-
index_GetFlexibleProductPositionResponse as GetFlexibleProductPositionResponse,
|
|
4189
|
-
index_GetFlexibleProductPositionResponseRowsInner as GetFlexibleProductPositionResponseRowsInner,
|
|
4190
|
-
index_GetFlexibleProductPositionResponseRowsInnerTierAnnualPercentageRate as GetFlexibleProductPositionResponseRowsInnerTierAnnualPercentageRate,
|
|
4191
|
-
index_GetFlexibleRedemptionRecordRequest as GetFlexibleRedemptionRecordRequest,
|
|
4192
|
-
index_GetFlexibleRedemptionRecordResponse as GetFlexibleRedemptionRecordResponse,
|
|
4193
|
-
index_GetFlexibleRedemptionRecordResponseRowsInner as GetFlexibleRedemptionRecordResponseRowsInner,
|
|
4194
|
-
index_GetFlexibleRewardsHistoryRequest as GetFlexibleRewardsHistoryRequest,
|
|
4195
|
-
index_GetFlexibleRewardsHistoryResponse as GetFlexibleRewardsHistoryResponse,
|
|
4196
|
-
index_GetFlexibleRewardsHistoryResponseRowsInner as GetFlexibleRewardsHistoryResponseRowsInner,
|
|
4197
|
-
index_GetFlexibleSubscriptionPreviewRequest as GetFlexibleSubscriptionPreviewRequest,
|
|
4198
|
-
index_GetFlexibleSubscriptionPreviewResponse as GetFlexibleSubscriptionPreviewResponse,
|
|
4199
|
-
index_GetFlexibleSubscriptionRecordRequest as GetFlexibleSubscriptionRecordRequest,
|
|
4200
|
-
index_GetFlexibleSubscriptionRecordResponse as GetFlexibleSubscriptionRecordResponse,
|
|
4201
|
-
index_GetFlexibleSubscriptionRecordResponseRowsInner as GetFlexibleSubscriptionRecordResponseRowsInner,
|
|
4202
|
-
index_GetLockedPersonalLeftQuotaRequest as GetLockedPersonalLeftQuotaRequest,
|
|
4203
|
-
index_GetLockedPersonalLeftQuotaResponse as GetLockedPersonalLeftQuotaResponse,
|
|
4204
|
-
index_GetLockedProductPositionRequest as GetLockedProductPositionRequest,
|
|
4205
|
-
index_GetLockedProductPositionResponse as GetLockedProductPositionResponse,
|
|
4206
|
-
index_GetLockedProductPositionResponseRowsInner as GetLockedProductPositionResponseRowsInner,
|
|
4207
|
-
index_GetLockedRedemptionRecordRequest as GetLockedRedemptionRecordRequest,
|
|
4208
|
-
index_GetLockedRedemptionRecordResponse as GetLockedRedemptionRecordResponse,
|
|
4209
|
-
index_GetLockedRedemptionRecordResponseRowsInner as GetLockedRedemptionRecordResponseRowsInner,
|
|
4210
|
-
index_GetLockedRewardsHistoryRequest as GetLockedRewardsHistoryRequest,
|
|
4211
|
-
index_GetLockedRewardsHistoryResponse as GetLockedRewardsHistoryResponse,
|
|
4212
|
-
index_GetLockedRewardsHistoryResponseRowsInner as GetLockedRewardsHistoryResponseRowsInner,
|
|
4213
|
-
index_GetLockedSubscriptionPreviewRequest as GetLockedSubscriptionPreviewRequest,
|
|
4214
|
-
index_GetLockedSubscriptionPreviewResponse as GetLockedSubscriptionPreviewResponse,
|
|
4215
|
-
index_GetLockedSubscriptionPreviewResponseInner as GetLockedSubscriptionPreviewResponseInner,
|
|
4216
|
-
index_GetLockedSubscriptionRecordRequest as GetLockedSubscriptionRecordRequest,
|
|
4217
|
-
index_GetLockedSubscriptionRecordResponse as GetLockedSubscriptionRecordResponse,
|
|
4218
|
-
index_GetLockedSubscriptionRecordResponseRowsInner as GetLockedSubscriptionRecordResponseRowsInner,
|
|
4219
|
-
index_GetRateHistoryRequest as GetRateHistoryRequest,
|
|
4220
|
-
index_GetRateHistoryResponse as GetRateHistoryResponse,
|
|
4221
|
-
index_GetRateHistoryResponseRowsInner as GetRateHistoryResponseRowsInner,
|
|
4222
|
-
index_GetSimpleEarnFlexibleProductListRequest as GetSimpleEarnFlexibleProductListRequest,
|
|
4223
|
-
index_GetSimpleEarnFlexibleProductListResponse as GetSimpleEarnFlexibleProductListResponse,
|
|
4224
|
-
index_GetSimpleEarnFlexibleProductListResponseRowsInner as GetSimpleEarnFlexibleProductListResponseRowsInner,
|
|
4225
|
-
index_GetSimpleEarnLockedProductListRequest as GetSimpleEarnLockedProductListRequest,
|
|
4226
|
-
index_GetSimpleEarnLockedProductListResponse as GetSimpleEarnLockedProductListResponse,
|
|
4227
|
-
index_GetSimpleEarnLockedProductListResponseRowsInner as GetSimpleEarnLockedProductListResponseRowsInner,
|
|
4228
|
-
index_GetSimpleEarnLockedProductListResponseRowsInnerDetail as GetSimpleEarnLockedProductListResponseRowsInnerDetail,
|
|
4229
|
-
index_GetSimpleEarnLockedProductListResponseRowsInnerQuota as GetSimpleEarnLockedProductListResponseRowsInnerQuota,
|
|
4230
|
-
index_HistoryApi as HistoryApi,
|
|
4231
|
-
index_HistoryApiInterface as HistoryApiInterface,
|
|
4232
|
-
index_RedeemFlexibleProductRequest as RedeemFlexibleProductRequest,
|
|
4233
|
-
index_RedeemFlexibleProductResponse as RedeemFlexibleProductResponse,
|
|
4234
|
-
index_RedeemLockedProductRequest as RedeemLockedProductRequest,
|
|
4235
|
-
index_RedeemLockedProductResponse as RedeemLockedProductResponse,
|
|
4236
|
-
index_RestAPI as RestAPI,
|
|
4237
|
-
index_SetFlexibleAutoSubscribeRequest as SetFlexibleAutoSubscribeRequest,
|
|
4238
|
-
index_SetFlexibleAutoSubscribeResponse as SetFlexibleAutoSubscribeResponse,
|
|
4239
|
-
index_SetLockedAutoSubscribeRequest as SetLockedAutoSubscribeRequest,
|
|
4240
|
-
index_SetLockedAutoSubscribeResponse as SetLockedAutoSubscribeResponse,
|
|
4241
|
-
index_SetLockedProductRedeemOptionRequest as SetLockedProductRedeemOptionRequest,
|
|
4242
|
-
index_SetLockedProductRedeemOptionResponse as SetLockedProductRedeemOptionResponse,
|
|
4243
|
-
index_SimpleAccountRequest as SimpleAccountRequest,
|
|
4244
|
-
index_SimpleAccountResponse as SimpleAccountResponse,
|
|
4245
|
-
index_SubscribeFlexibleProductRequest as SubscribeFlexibleProductRequest,
|
|
4246
|
-
index_SubscribeFlexibleProductResponse as SubscribeFlexibleProductResponse,
|
|
4247
|
-
index_SubscribeLockedProductRequest as SubscribeLockedProductRequest,
|
|
4248
|
-
index_SubscribeLockedProductResponse as SubscribeLockedProductResponse,
|
|
4249
|
-
};
|
|
4143
|
+
export { index_AccountApi as AccountApi, type index_AccountApiInterface as AccountApiInterface, index_EarnApi as EarnApi, type index_EarnApiInterface as EarnApiInterface, type index_GetCollateralRecordRequest as GetCollateralRecordRequest, type index_GetCollateralRecordResponse as GetCollateralRecordResponse, type index_GetCollateralRecordResponseRowsInner as GetCollateralRecordResponseRowsInner, type index_GetFlexiblePersonalLeftQuotaRequest as GetFlexiblePersonalLeftQuotaRequest, type index_GetFlexiblePersonalLeftQuotaResponse as GetFlexiblePersonalLeftQuotaResponse, type index_GetFlexibleProductPositionRequest as GetFlexibleProductPositionRequest, type index_GetFlexibleProductPositionResponse as GetFlexibleProductPositionResponse, type index_GetFlexibleProductPositionResponseRowsInner as GetFlexibleProductPositionResponseRowsInner, type index_GetFlexibleProductPositionResponseRowsInnerTierAnnualPercentageRate as GetFlexibleProductPositionResponseRowsInnerTierAnnualPercentageRate, type index_GetFlexibleRedemptionRecordRequest as GetFlexibleRedemptionRecordRequest, type index_GetFlexibleRedemptionRecordResponse as GetFlexibleRedemptionRecordResponse, type index_GetFlexibleRedemptionRecordResponseRowsInner as GetFlexibleRedemptionRecordResponseRowsInner, type index_GetFlexibleRewardsHistoryRequest as GetFlexibleRewardsHistoryRequest, type index_GetFlexibleRewardsHistoryResponse as GetFlexibleRewardsHistoryResponse, type index_GetFlexibleRewardsHistoryResponseRowsInner as GetFlexibleRewardsHistoryResponseRowsInner, type index_GetFlexibleSubscriptionPreviewRequest as GetFlexibleSubscriptionPreviewRequest, type index_GetFlexibleSubscriptionPreviewResponse as GetFlexibleSubscriptionPreviewResponse, type index_GetFlexibleSubscriptionRecordRequest as GetFlexibleSubscriptionRecordRequest, type index_GetFlexibleSubscriptionRecordResponse as GetFlexibleSubscriptionRecordResponse, type index_GetFlexibleSubscriptionRecordResponseRowsInner as GetFlexibleSubscriptionRecordResponseRowsInner, type index_GetLockedPersonalLeftQuotaRequest as GetLockedPersonalLeftQuotaRequest, type index_GetLockedPersonalLeftQuotaResponse as GetLockedPersonalLeftQuotaResponse, type index_GetLockedProductPositionRequest as GetLockedProductPositionRequest, type index_GetLockedProductPositionResponse as GetLockedProductPositionResponse, type index_GetLockedProductPositionResponseRowsInner as GetLockedProductPositionResponseRowsInner, type index_GetLockedRedemptionRecordRequest as GetLockedRedemptionRecordRequest, type index_GetLockedRedemptionRecordResponse as GetLockedRedemptionRecordResponse, type index_GetLockedRedemptionRecordResponseRowsInner as GetLockedRedemptionRecordResponseRowsInner, type index_GetLockedRewardsHistoryRequest as GetLockedRewardsHistoryRequest, type index_GetLockedRewardsHistoryResponse as GetLockedRewardsHistoryResponse, type index_GetLockedRewardsHistoryResponseRowsInner as GetLockedRewardsHistoryResponseRowsInner, type index_GetLockedSubscriptionPreviewRequest as GetLockedSubscriptionPreviewRequest, type index_GetLockedSubscriptionPreviewResponse as GetLockedSubscriptionPreviewResponse, type index_GetLockedSubscriptionPreviewResponseInner as GetLockedSubscriptionPreviewResponseInner, type index_GetLockedSubscriptionRecordRequest as GetLockedSubscriptionRecordRequest, type index_GetLockedSubscriptionRecordResponse as GetLockedSubscriptionRecordResponse, type index_GetLockedSubscriptionRecordResponseRowsInner as GetLockedSubscriptionRecordResponseRowsInner, type index_GetRateHistoryRequest as GetRateHistoryRequest, type index_GetRateHistoryResponse as GetRateHistoryResponse, type index_GetRateHistoryResponseRowsInner as GetRateHistoryResponseRowsInner, type index_GetSimpleEarnFlexibleProductListRequest as GetSimpleEarnFlexibleProductListRequest, type index_GetSimpleEarnFlexibleProductListResponse as GetSimpleEarnFlexibleProductListResponse, type index_GetSimpleEarnFlexibleProductListResponseRowsInner as GetSimpleEarnFlexibleProductListResponseRowsInner, type index_GetSimpleEarnLockedProductListRequest as GetSimpleEarnLockedProductListRequest, type index_GetSimpleEarnLockedProductListResponse as GetSimpleEarnLockedProductListResponse, type index_GetSimpleEarnLockedProductListResponseRowsInner as GetSimpleEarnLockedProductListResponseRowsInner, type index_GetSimpleEarnLockedProductListResponseRowsInnerDetail as GetSimpleEarnLockedProductListResponseRowsInnerDetail, type index_GetSimpleEarnLockedProductListResponseRowsInnerQuota as GetSimpleEarnLockedProductListResponseRowsInnerQuota, index_HistoryApi as HistoryApi, type index_HistoryApiInterface as HistoryApiInterface, type index_RedeemFlexibleProductRequest as RedeemFlexibleProductRequest, type index_RedeemFlexibleProductResponse as RedeemFlexibleProductResponse, type index_RedeemLockedProductRequest as RedeemLockedProductRequest, type index_RedeemLockedProductResponse as RedeemLockedProductResponse, index_RestAPI as RestAPI, type index_SetFlexibleAutoSubscribeRequest as SetFlexibleAutoSubscribeRequest, type index_SetFlexibleAutoSubscribeResponse as SetFlexibleAutoSubscribeResponse, type index_SetLockedAutoSubscribeRequest as SetLockedAutoSubscribeRequest, type index_SetLockedAutoSubscribeResponse as SetLockedAutoSubscribeResponse, type index_SetLockedProductRedeemOptionRequest as SetLockedProductRedeemOptionRequest, type index_SetLockedProductRedeemOptionResponse as SetLockedProductRedeemOptionResponse, type index_SimpleAccountRequest as SimpleAccountRequest, type index_SimpleAccountResponse as SimpleAccountResponse, type index_SubscribeFlexibleProductRequest as SubscribeFlexibleProductRequest, type index_SubscribeFlexibleProductResponse as SubscribeFlexibleProductResponse, type index_SubscribeLockedProductRequest as SubscribeLockedProductRequest, type index_SubscribeLockedProductResponse as SubscribeLockedProductResponse };
|
|
4250
4144
|
}
|
|
4251
4145
|
|
|
4252
4146
|
interface ConfigurationSimpleEarn {
|
|
@@ -4257,4 +4151,4 @@ declare class SimpleEarn {
|
|
|
4257
4151
|
constructor(config: ConfigurationSimpleEarn);
|
|
4258
4152
|
}
|
|
4259
4153
|
|
|
4260
|
-
export { ConfigurationSimpleEarn, SimpleEarn, index as SimpleEarnRestAPI };
|
|
4154
|
+
export { type ConfigurationSimpleEarn, SimpleEarn, index as SimpleEarnRestAPI };
|