@binance/simple-earn 8.0.1 → 10.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/dist/index.d.mts +2089 -864
- package/dist/index.d.ts +2089 -864
- package/dist/index.js +882 -142
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +873 -130
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -2
package/dist/index.d.mts
CHANGED
|
@@ -16,51 +16,65 @@ export { BadRequestError, ConnectorClientError, ForbiddenError, NetworkError, No
|
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
19
|
-
* @interface
|
|
19
|
+
* @interface GetBfusdAccountResponse
|
|
20
20
|
*/
|
|
21
|
-
interface
|
|
21
|
+
interface GetBfusdAccountResponse {
|
|
22
22
|
/**
|
|
23
23
|
*
|
|
24
24
|
* @type {string}
|
|
25
|
-
* @memberof
|
|
25
|
+
* @memberof GetBfusdAccountResponse
|
|
26
26
|
*/
|
|
27
|
-
|
|
27
|
+
bfusdAmount?: string;
|
|
28
28
|
/**
|
|
29
29
|
*
|
|
30
30
|
* @type {string}
|
|
31
|
-
* @memberof
|
|
31
|
+
* @memberof GetBfusdAccountResponse
|
|
32
32
|
*/
|
|
33
|
-
|
|
33
|
+
totalProfit?: string;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Binance Simple Earn REST API
|
|
38
|
+
*
|
|
39
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
40
|
+
*
|
|
41
|
+
* The version of the OpenAPI document: 1.0.0
|
|
42
|
+
*
|
|
43
|
+
*
|
|
44
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
45
|
+
* https://openapi-generator.tech
|
|
46
|
+
* Do not edit the class manually.
|
|
47
|
+
*/
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @export
|
|
51
|
+
* @interface GetBfusdQuotaDetailsResponseFastRedemptionQuota
|
|
52
|
+
*/
|
|
53
|
+
interface GetBfusdQuotaDetailsResponseFastRedemptionQuota {
|
|
34
54
|
/**
|
|
35
55
|
*
|
|
36
56
|
* @type {string}
|
|
37
|
-
* @memberof
|
|
38
|
-
*/
|
|
39
|
-
asset?: string;
|
|
40
|
-
/**
|
|
41
|
-
*
|
|
42
|
-
* @type {number}
|
|
43
|
-
* @memberof GetCollateralRecordResponseRowsInner
|
|
57
|
+
* @memberof GetBfusdQuotaDetailsResponseFastRedemptionQuota
|
|
44
58
|
*/
|
|
45
|
-
|
|
59
|
+
leftQuota?: string;
|
|
46
60
|
/**
|
|
47
61
|
*
|
|
48
62
|
* @type {string}
|
|
49
|
-
* @memberof
|
|
63
|
+
* @memberof GetBfusdQuotaDetailsResponseFastRedemptionQuota
|
|
50
64
|
*/
|
|
51
|
-
|
|
65
|
+
minimum?: string;
|
|
52
66
|
/**
|
|
53
67
|
*
|
|
54
68
|
* @type {string}
|
|
55
|
-
* @memberof
|
|
69
|
+
* @memberof GetBfusdQuotaDetailsResponseFastRedemptionQuota
|
|
56
70
|
*/
|
|
57
|
-
|
|
71
|
+
fee?: string;
|
|
58
72
|
/**
|
|
59
73
|
*
|
|
60
|
-
* @type {
|
|
61
|
-
* @memberof
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof GetBfusdQuotaDetailsResponseFastRedemptionQuota
|
|
62
76
|
*/
|
|
63
|
-
|
|
77
|
+
freeQuota?: string;
|
|
64
78
|
}
|
|
65
79
|
|
|
66
80
|
/**
|
|
@@ -75,25 +89,36 @@ interface GetCollateralRecordResponseRowsInner {
|
|
|
75
89
|
* https://openapi-generator.tech
|
|
76
90
|
* Do not edit the class manually.
|
|
77
91
|
*/
|
|
78
|
-
|
|
79
92
|
/**
|
|
80
93
|
*
|
|
81
94
|
* @export
|
|
82
|
-
* @interface
|
|
95
|
+
* @interface GetBfusdQuotaDetailsResponseStandardRedemptionQuota
|
|
83
96
|
*/
|
|
84
|
-
interface
|
|
97
|
+
interface GetBfusdQuotaDetailsResponseStandardRedemptionQuota {
|
|
85
98
|
/**
|
|
86
99
|
*
|
|
87
|
-
* @type {
|
|
88
|
-
* @memberof
|
|
100
|
+
* @type {string}
|
|
101
|
+
* @memberof GetBfusdQuotaDetailsResponseStandardRedemptionQuota
|
|
89
102
|
*/
|
|
90
|
-
|
|
103
|
+
leftQuota?: string;
|
|
91
104
|
/**
|
|
92
105
|
*
|
|
93
106
|
* @type {string}
|
|
94
|
-
* @memberof
|
|
107
|
+
* @memberof GetBfusdQuotaDetailsResponseStandardRedemptionQuota
|
|
95
108
|
*/
|
|
96
|
-
|
|
109
|
+
minimum?: string;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
* @type {string}
|
|
113
|
+
* @memberof GetBfusdQuotaDetailsResponseStandardRedemptionQuota
|
|
114
|
+
*/
|
|
115
|
+
fee?: string;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
* @type {number | bigint}
|
|
119
|
+
* @memberof GetBfusdQuotaDetailsResponseStandardRedemptionQuota
|
|
120
|
+
*/
|
|
121
|
+
redeemPeriod?: number | bigint;
|
|
97
122
|
}
|
|
98
123
|
|
|
99
124
|
/**
|
|
@@ -108,18 +133,37 @@ interface GetCollateralRecordResponse {
|
|
|
108
133
|
* https://openapi-generator.tech
|
|
109
134
|
* Do not edit the class manually.
|
|
110
135
|
*/
|
|
136
|
+
|
|
111
137
|
/**
|
|
112
138
|
*
|
|
113
139
|
* @export
|
|
114
|
-
* @interface
|
|
140
|
+
* @interface GetBfusdQuotaDetailsResponse
|
|
115
141
|
*/
|
|
116
|
-
interface
|
|
142
|
+
interface GetBfusdQuotaDetailsResponse {
|
|
117
143
|
/**
|
|
118
144
|
*
|
|
119
|
-
* @type {
|
|
120
|
-
* @memberof
|
|
145
|
+
* @type {GetBfusdQuotaDetailsResponseFastRedemptionQuota}
|
|
146
|
+
* @memberof GetBfusdQuotaDetailsResponse
|
|
121
147
|
*/
|
|
122
|
-
|
|
148
|
+
fastRedemptionQuota?: GetBfusdQuotaDetailsResponseFastRedemptionQuota;
|
|
149
|
+
/**
|
|
150
|
+
*
|
|
151
|
+
* @type {GetBfusdQuotaDetailsResponseStandardRedemptionQuota}
|
|
152
|
+
* @memberof GetBfusdQuotaDetailsResponse
|
|
153
|
+
*/
|
|
154
|
+
standardRedemptionQuota?: GetBfusdQuotaDetailsResponseStandardRedemptionQuota;
|
|
155
|
+
/**
|
|
156
|
+
*
|
|
157
|
+
* @type {boolean}
|
|
158
|
+
* @memberof GetBfusdQuotaDetailsResponse
|
|
159
|
+
*/
|
|
160
|
+
subscribeEnable?: boolean;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @type {boolean}
|
|
164
|
+
* @memberof GetBfusdQuotaDetailsResponse
|
|
165
|
+
*/
|
|
166
|
+
redeemEnable?: boolean;
|
|
123
167
|
}
|
|
124
168
|
|
|
125
169
|
/**
|
|
@@ -137,21 +181,21 @@ interface GetFlexiblePersonalLeftQuotaResponse {
|
|
|
137
181
|
/**
|
|
138
182
|
*
|
|
139
183
|
* @export
|
|
140
|
-
* @interface
|
|
184
|
+
* @interface GetBfusdRateHistoryResponseRowsInner
|
|
141
185
|
*/
|
|
142
|
-
interface
|
|
186
|
+
interface GetBfusdRateHistoryResponseRowsInner {
|
|
143
187
|
/**
|
|
144
188
|
*
|
|
145
|
-
* @type {
|
|
146
|
-
* @memberof
|
|
189
|
+
* @type {string}
|
|
190
|
+
* @memberof GetBfusdRateHistoryResponseRowsInner
|
|
147
191
|
*/
|
|
148
|
-
|
|
192
|
+
annualPercentageRate?: string;
|
|
149
193
|
/**
|
|
150
194
|
*
|
|
151
|
-
* @type {number}
|
|
152
|
-
* @memberof
|
|
195
|
+
* @type {number | bigint}
|
|
196
|
+
* @memberof GetBfusdRateHistoryResponseRowsInner
|
|
153
197
|
*/
|
|
154
|
-
|
|
198
|
+
time?: number | bigint;
|
|
155
199
|
}
|
|
156
200
|
|
|
157
201
|
/**
|
|
@@ -170,93 +214,89 @@ interface GetFlexibleProductPositionResponseRowsInnerTierAnnualPercentageRate {
|
|
|
170
214
|
/**
|
|
171
215
|
*
|
|
172
216
|
* @export
|
|
173
|
-
* @interface
|
|
217
|
+
* @interface GetBfusdRateHistoryResponse
|
|
174
218
|
*/
|
|
175
|
-
interface
|
|
176
|
-
/**
|
|
177
|
-
*
|
|
178
|
-
* @type {string}
|
|
179
|
-
* @memberof GetFlexibleProductPositionResponseRowsInner
|
|
180
|
-
*/
|
|
181
|
-
totalAmount?: string;
|
|
219
|
+
interface GetBfusdRateHistoryResponse {
|
|
182
220
|
/**
|
|
183
221
|
*
|
|
184
|
-
* @type {
|
|
185
|
-
* @memberof
|
|
222
|
+
* @type {Array<GetBfusdRateHistoryResponseRowsInner>}
|
|
223
|
+
* @memberof GetBfusdRateHistoryResponse
|
|
186
224
|
*/
|
|
187
|
-
|
|
225
|
+
rows?: Array<GetBfusdRateHistoryResponseRowsInner>;
|
|
188
226
|
/**
|
|
189
227
|
*
|
|
190
228
|
* @type {string}
|
|
191
|
-
* @memberof
|
|
229
|
+
* @memberof GetBfusdRateHistoryResponse
|
|
192
230
|
*/
|
|
193
|
-
|
|
231
|
+
total?: string;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* Binance Simple Earn REST API
|
|
236
|
+
*
|
|
237
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
238
|
+
*
|
|
239
|
+
* The version of the OpenAPI document: 1.0.0
|
|
240
|
+
*
|
|
241
|
+
*
|
|
242
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
243
|
+
* https://openapi-generator.tech
|
|
244
|
+
* Do not edit the class manually.
|
|
245
|
+
*/
|
|
246
|
+
/**
|
|
247
|
+
*
|
|
248
|
+
* @export
|
|
249
|
+
* @interface GetBfusdRedemptionHistoryResponseRowsInner
|
|
250
|
+
*/
|
|
251
|
+
interface GetBfusdRedemptionHistoryResponseRowsInner {
|
|
194
252
|
/**
|
|
195
253
|
*
|
|
196
|
-
* @type {
|
|
197
|
-
* @memberof
|
|
254
|
+
* @type {number | bigint}
|
|
255
|
+
* @memberof GetBfusdRedemptionHistoryResponseRowsInner
|
|
198
256
|
*/
|
|
199
|
-
|
|
257
|
+
time?: number | bigint;
|
|
200
258
|
/**
|
|
201
259
|
*
|
|
202
260
|
* @type {string}
|
|
203
|
-
* @memberof
|
|
261
|
+
* @memberof GetBfusdRedemptionHistoryResponseRowsInner
|
|
204
262
|
*/
|
|
205
263
|
asset?: string;
|
|
206
264
|
/**
|
|
207
265
|
*
|
|
208
266
|
* @type {string}
|
|
209
|
-
* @memberof
|
|
210
|
-
*/
|
|
211
|
-
airDropAsset?: string;
|
|
212
|
-
/**
|
|
213
|
-
*
|
|
214
|
-
* @type {boolean}
|
|
215
|
-
* @memberof GetFlexibleProductPositionResponseRowsInner
|
|
216
|
-
*/
|
|
217
|
-
canRedeem?: boolean;
|
|
218
|
-
/**
|
|
219
|
-
*
|
|
220
|
-
* @type {string}
|
|
221
|
-
* @memberof GetFlexibleProductPositionResponseRowsInner
|
|
267
|
+
* @memberof GetBfusdRedemptionHistoryResponseRowsInner
|
|
222
268
|
*/
|
|
223
|
-
|
|
269
|
+
amount?: string;
|
|
224
270
|
/**
|
|
225
271
|
*
|
|
226
272
|
* @type {string}
|
|
227
|
-
* @memberof
|
|
273
|
+
* @memberof GetBfusdRedemptionHistoryResponseRowsInner
|
|
228
274
|
*/
|
|
229
|
-
|
|
275
|
+
receiveAsset?: string;
|
|
230
276
|
/**
|
|
231
277
|
*
|
|
232
278
|
* @type {string}
|
|
233
|
-
* @memberof
|
|
279
|
+
* @memberof GetBfusdRedemptionHistoryResponseRowsInner
|
|
234
280
|
*/
|
|
235
|
-
|
|
281
|
+
receiveAmount?: string;
|
|
236
282
|
/**
|
|
237
283
|
*
|
|
238
284
|
* @type {string}
|
|
239
|
-
* @memberof
|
|
285
|
+
* @memberof GetBfusdRedemptionHistoryResponseRowsInner
|
|
240
286
|
*/
|
|
241
|
-
|
|
287
|
+
fee?: string;
|
|
242
288
|
/**
|
|
243
289
|
*
|
|
244
|
-
* @type {
|
|
245
|
-
* @memberof
|
|
290
|
+
* @type {number | bigint}
|
|
291
|
+
* @memberof GetBfusdRedemptionHistoryResponseRowsInner
|
|
246
292
|
*/
|
|
247
|
-
|
|
293
|
+
arrivalTime?: number | bigint;
|
|
248
294
|
/**
|
|
249
295
|
*
|
|
250
296
|
* @type {string}
|
|
251
|
-
* @memberof
|
|
252
|
-
*/
|
|
253
|
-
cumulativeTotalRewards?: string;
|
|
254
|
-
/**
|
|
255
|
-
*
|
|
256
|
-
* @type {boolean}
|
|
257
|
-
* @memberof GetFlexibleProductPositionResponseRowsInner
|
|
297
|
+
* @memberof GetBfusdRedemptionHistoryResponseRowsInner
|
|
258
298
|
*/
|
|
259
|
-
|
|
299
|
+
status?: string;
|
|
260
300
|
}
|
|
261
301
|
|
|
262
302
|
/**
|
|
@@ -275,21 +315,21 @@ interface GetFlexibleProductPositionResponseRowsInner {
|
|
|
275
315
|
/**
|
|
276
316
|
*
|
|
277
317
|
* @export
|
|
278
|
-
* @interface
|
|
318
|
+
* @interface GetBfusdRedemptionHistoryResponse
|
|
279
319
|
*/
|
|
280
|
-
interface
|
|
320
|
+
interface GetBfusdRedemptionHistoryResponse {
|
|
281
321
|
/**
|
|
282
322
|
*
|
|
283
|
-
* @type {Array<
|
|
284
|
-
* @memberof
|
|
323
|
+
* @type {Array<GetBfusdRedemptionHistoryResponseRowsInner>}
|
|
324
|
+
* @memberof GetBfusdRedemptionHistoryResponse
|
|
285
325
|
*/
|
|
286
|
-
rows?: Array<
|
|
326
|
+
rows?: Array<GetBfusdRedemptionHistoryResponseRowsInner>;
|
|
287
327
|
/**
|
|
288
328
|
*
|
|
289
|
-
* @type {number}
|
|
290
|
-
* @memberof
|
|
329
|
+
* @type {number | bigint}
|
|
330
|
+
* @memberof GetBfusdRedemptionHistoryResponse
|
|
291
331
|
*/
|
|
292
|
-
total?: number;
|
|
332
|
+
total?: number | bigint;
|
|
293
333
|
}
|
|
294
334
|
|
|
295
335
|
/**
|
|
@@ -307,51 +347,33 @@ interface GetFlexibleProductPositionResponse {
|
|
|
307
347
|
/**
|
|
308
348
|
*
|
|
309
349
|
* @export
|
|
310
|
-
* @interface
|
|
350
|
+
* @interface GetBfusdRewardsHistoryResponseRowsInner
|
|
311
351
|
*/
|
|
312
|
-
interface
|
|
313
|
-
/**
|
|
314
|
-
*
|
|
315
|
-
* @type {string}
|
|
316
|
-
* @memberof GetFlexibleRedemptionRecordResponseRowsInner
|
|
317
|
-
*/
|
|
318
|
-
amount?: string;
|
|
319
|
-
/**
|
|
320
|
-
*
|
|
321
|
-
* @type {string}
|
|
322
|
-
* @memberof GetFlexibleRedemptionRecordResponseRowsInner
|
|
323
|
-
*/
|
|
324
|
-
asset?: string;
|
|
352
|
+
interface GetBfusdRewardsHistoryResponseRowsInner {
|
|
325
353
|
/**
|
|
326
354
|
*
|
|
327
|
-
* @type {number}
|
|
328
|
-
* @memberof
|
|
355
|
+
* @type {number | bigint}
|
|
356
|
+
* @memberof GetBfusdRewardsHistoryResponseRowsInner
|
|
329
357
|
*/
|
|
330
|
-
time?: number;
|
|
358
|
+
time?: number | bigint;
|
|
331
359
|
/**
|
|
332
360
|
*
|
|
333
361
|
* @type {string}
|
|
334
|
-
* @memberof
|
|
335
|
-
*/
|
|
336
|
-
projectId?: string;
|
|
337
|
-
/**
|
|
338
|
-
*
|
|
339
|
-
* @type {number}
|
|
340
|
-
* @memberof GetFlexibleRedemptionRecordResponseRowsInner
|
|
362
|
+
* @memberof GetBfusdRewardsHistoryResponseRowsInner
|
|
341
363
|
*/
|
|
342
|
-
|
|
364
|
+
rewardsAmount?: string;
|
|
343
365
|
/**
|
|
344
366
|
*
|
|
345
367
|
* @type {string}
|
|
346
|
-
* @memberof
|
|
368
|
+
* @memberof GetBfusdRewardsHistoryResponseRowsInner
|
|
347
369
|
*/
|
|
348
|
-
|
|
370
|
+
BFUSDPosition?: string;
|
|
349
371
|
/**
|
|
350
372
|
*
|
|
351
373
|
* @type {string}
|
|
352
|
-
* @memberof
|
|
374
|
+
* @memberof GetBfusdRewardsHistoryResponseRowsInner
|
|
353
375
|
*/
|
|
354
|
-
|
|
376
|
+
annualPercentageRate?: string;
|
|
355
377
|
}
|
|
356
378
|
|
|
357
379
|
/**
|
|
@@ -370,21 +392,21 @@ interface GetFlexibleRedemptionRecordResponseRowsInner {
|
|
|
370
392
|
/**
|
|
371
393
|
*
|
|
372
394
|
* @export
|
|
373
|
-
* @interface
|
|
395
|
+
* @interface GetBfusdRewardsHistoryResponse
|
|
374
396
|
*/
|
|
375
|
-
interface
|
|
397
|
+
interface GetBfusdRewardsHistoryResponse {
|
|
376
398
|
/**
|
|
377
399
|
*
|
|
378
|
-
* @type {Array<
|
|
379
|
-
* @memberof
|
|
400
|
+
* @type {Array<GetBfusdRewardsHistoryResponseRowsInner>}
|
|
401
|
+
* @memberof GetBfusdRewardsHistoryResponse
|
|
380
402
|
*/
|
|
381
|
-
rows?: Array<
|
|
403
|
+
rows?: Array<GetBfusdRewardsHistoryResponseRowsInner>;
|
|
382
404
|
/**
|
|
383
405
|
*
|
|
384
|
-
* @type {number}
|
|
385
|
-
* @memberof
|
|
406
|
+
* @type {number | bigint}
|
|
407
|
+
* @memberof GetBfusdRewardsHistoryResponse
|
|
386
408
|
*/
|
|
387
|
-
total?: number;
|
|
409
|
+
total?: number | bigint;
|
|
388
410
|
}
|
|
389
411
|
|
|
390
412
|
/**
|
|
@@ -402,39 +424,45 @@ interface GetFlexibleRedemptionRecordResponse {
|
|
|
402
424
|
/**
|
|
403
425
|
*
|
|
404
426
|
* @export
|
|
405
|
-
* @interface
|
|
427
|
+
* @interface GetBfusdSubscriptionHistoryResponseRowsInner
|
|
406
428
|
*/
|
|
407
|
-
interface
|
|
429
|
+
interface GetBfusdSubscriptionHistoryResponseRowsInner {
|
|
430
|
+
/**
|
|
431
|
+
*
|
|
432
|
+
* @type {number | bigint}
|
|
433
|
+
* @memberof GetBfusdSubscriptionHistoryResponseRowsInner
|
|
434
|
+
*/
|
|
435
|
+
time?: number | bigint;
|
|
408
436
|
/**
|
|
409
437
|
*
|
|
410
438
|
* @type {string}
|
|
411
|
-
* @memberof
|
|
439
|
+
* @memberof GetBfusdSubscriptionHistoryResponseRowsInner
|
|
412
440
|
*/
|
|
413
441
|
asset?: string;
|
|
414
442
|
/**
|
|
415
443
|
*
|
|
416
444
|
* @type {string}
|
|
417
|
-
* @memberof
|
|
445
|
+
* @memberof GetBfusdSubscriptionHistoryResponseRowsInner
|
|
418
446
|
*/
|
|
419
|
-
|
|
447
|
+
amount?: string;
|
|
420
448
|
/**
|
|
421
449
|
*
|
|
422
450
|
* @type {string}
|
|
423
|
-
* @memberof
|
|
451
|
+
* @memberof GetBfusdSubscriptionHistoryResponseRowsInner
|
|
424
452
|
*/
|
|
425
|
-
|
|
453
|
+
receiveAsset?: string;
|
|
426
454
|
/**
|
|
427
455
|
*
|
|
428
456
|
* @type {string}
|
|
429
|
-
* @memberof
|
|
457
|
+
* @memberof GetBfusdSubscriptionHistoryResponseRowsInner
|
|
430
458
|
*/
|
|
431
|
-
|
|
459
|
+
receiveAmount?: string;
|
|
432
460
|
/**
|
|
433
461
|
*
|
|
434
|
-
* @type {
|
|
435
|
-
* @memberof
|
|
462
|
+
* @type {string}
|
|
463
|
+
* @memberof GetBfusdSubscriptionHistoryResponseRowsInner
|
|
436
464
|
*/
|
|
437
|
-
|
|
465
|
+
status?: string;
|
|
438
466
|
}
|
|
439
467
|
|
|
440
468
|
/**
|
|
@@ -453,21 +481,21 @@ interface GetFlexibleRewardsHistoryResponseRowsInner {
|
|
|
453
481
|
/**
|
|
454
482
|
*
|
|
455
483
|
* @export
|
|
456
|
-
* @interface
|
|
484
|
+
* @interface GetBfusdSubscriptionHistoryResponse
|
|
457
485
|
*/
|
|
458
|
-
interface
|
|
486
|
+
interface GetBfusdSubscriptionHistoryResponse {
|
|
459
487
|
/**
|
|
460
488
|
*
|
|
461
|
-
* @type {Array<
|
|
462
|
-
* @memberof
|
|
489
|
+
* @type {Array<GetBfusdSubscriptionHistoryResponseRowsInner>}
|
|
490
|
+
* @memberof GetBfusdSubscriptionHistoryResponse
|
|
463
491
|
*/
|
|
464
|
-
rows?: Array<
|
|
492
|
+
rows?: Array<GetBfusdSubscriptionHistoryResponseRowsInner>;
|
|
465
493
|
/**
|
|
466
494
|
*
|
|
467
|
-
* @type {number}
|
|
468
|
-
* @memberof
|
|
495
|
+
* @type {number | bigint}
|
|
496
|
+
* @memberof GetBfusdSubscriptionHistoryResponse
|
|
469
497
|
*/
|
|
470
|
-
total?: number;
|
|
498
|
+
total?: number | bigint;
|
|
471
499
|
}
|
|
472
500
|
|
|
473
501
|
/**
|
|
@@ -485,45 +513,51 @@ interface GetFlexibleRewardsHistoryResponse {
|
|
|
485
513
|
/**
|
|
486
514
|
*
|
|
487
515
|
* @export
|
|
488
|
-
* @interface
|
|
516
|
+
* @interface GetCollateralRecordResponseRowsInner
|
|
489
517
|
*/
|
|
490
|
-
interface
|
|
518
|
+
interface GetCollateralRecordResponseRowsInner {
|
|
491
519
|
/**
|
|
492
520
|
*
|
|
493
521
|
* @type {string}
|
|
494
|
-
* @memberof
|
|
522
|
+
* @memberof GetCollateralRecordResponseRowsInner
|
|
495
523
|
*/
|
|
496
|
-
|
|
524
|
+
amount?: string;
|
|
497
525
|
/**
|
|
498
526
|
*
|
|
499
527
|
* @type {string}
|
|
500
|
-
* @memberof
|
|
528
|
+
* @memberof GetCollateralRecordResponseRowsInner
|
|
501
529
|
*/
|
|
502
|
-
|
|
530
|
+
productId?: string;
|
|
503
531
|
/**
|
|
504
532
|
*
|
|
505
533
|
* @type {string}
|
|
506
|
-
* @memberof
|
|
534
|
+
* @memberof GetCollateralRecordResponseRowsInner
|
|
507
535
|
*/
|
|
508
|
-
|
|
536
|
+
asset?: string;
|
|
509
537
|
/**
|
|
510
538
|
*
|
|
511
|
-
* @type {
|
|
512
|
-
* @memberof
|
|
539
|
+
* @type {number | bigint}
|
|
540
|
+
* @memberof GetCollateralRecordResponseRowsInner
|
|
513
541
|
*/
|
|
514
|
-
|
|
542
|
+
createTime?: number | bigint;
|
|
515
543
|
/**
|
|
516
544
|
*
|
|
517
545
|
* @type {string}
|
|
518
|
-
* @memberof
|
|
546
|
+
* @memberof GetCollateralRecordResponseRowsInner
|
|
519
547
|
*/
|
|
520
|
-
|
|
548
|
+
type?: string;
|
|
521
549
|
/**
|
|
522
550
|
*
|
|
523
551
|
* @type {string}
|
|
524
|
-
* @memberof
|
|
552
|
+
* @memberof GetCollateralRecordResponseRowsInner
|
|
525
553
|
*/
|
|
526
|
-
|
|
554
|
+
productName?: string;
|
|
555
|
+
/**
|
|
556
|
+
*
|
|
557
|
+
* @type {number | bigint}
|
|
558
|
+
* @memberof GetCollateralRecordResponseRowsInner
|
|
559
|
+
*/
|
|
560
|
+
orderId?: number | bigint;
|
|
527
561
|
}
|
|
528
562
|
|
|
529
563
|
/**
|
|
@@ -538,72 +572,25 @@ interface GetFlexibleSubscriptionPreviewResponse {
|
|
|
538
572
|
* https://openapi-generator.tech
|
|
539
573
|
* Do not edit the class manually.
|
|
540
574
|
*/
|
|
575
|
+
|
|
541
576
|
/**
|
|
542
577
|
*
|
|
543
578
|
* @export
|
|
544
|
-
* @interface
|
|
579
|
+
* @interface GetCollateralRecordResponse
|
|
545
580
|
*/
|
|
546
|
-
interface
|
|
547
|
-
/**
|
|
548
|
-
*
|
|
549
|
-
* @type {string}
|
|
550
|
-
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
551
|
-
*/
|
|
552
|
-
amount?: string;
|
|
553
|
-
/**
|
|
554
|
-
*
|
|
555
|
-
* @type {string}
|
|
556
|
-
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
557
|
-
*/
|
|
558
|
-
asset?: string;
|
|
559
|
-
/**
|
|
560
|
-
*
|
|
561
|
-
* @type {number}
|
|
562
|
-
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
563
|
-
*/
|
|
564
|
-
time?: number;
|
|
565
|
-
/**
|
|
566
|
-
*
|
|
567
|
-
* @type {number}
|
|
568
|
-
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
569
|
-
*/
|
|
570
|
-
purchaseId?: number;
|
|
571
|
-
/**
|
|
572
|
-
*
|
|
573
|
-
* @type {string}
|
|
574
|
-
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
575
|
-
*/
|
|
576
|
-
productId?: string;
|
|
577
|
-
/**
|
|
578
|
-
*
|
|
579
|
-
* @type {string}
|
|
580
|
-
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
581
|
-
*/
|
|
582
|
-
type?: string;
|
|
583
|
-
/**
|
|
584
|
-
*
|
|
585
|
-
* @type {string}
|
|
586
|
-
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
587
|
-
*/
|
|
588
|
-
sourceAccount?: string;
|
|
589
|
-
/**
|
|
590
|
-
*
|
|
591
|
-
* @type {string}
|
|
592
|
-
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
593
|
-
*/
|
|
594
|
-
amtFromSpot?: string;
|
|
581
|
+
interface GetCollateralRecordResponse {
|
|
595
582
|
/**
|
|
596
583
|
*
|
|
597
|
-
* @type {
|
|
598
|
-
* @memberof
|
|
584
|
+
* @type {Array<GetCollateralRecordResponseRowsInner>}
|
|
585
|
+
* @memberof GetCollateralRecordResponse
|
|
599
586
|
*/
|
|
600
|
-
|
|
587
|
+
rows?: Array<GetCollateralRecordResponseRowsInner>;
|
|
601
588
|
/**
|
|
602
589
|
*
|
|
603
590
|
* @type {string}
|
|
604
|
-
* @memberof
|
|
591
|
+
* @memberof GetCollateralRecordResponse
|
|
605
592
|
*/
|
|
606
|
-
|
|
593
|
+
total?: string;
|
|
607
594
|
}
|
|
608
595
|
|
|
609
596
|
/**
|
|
@@ -618,25 +605,18 @@ interface GetFlexibleSubscriptionRecordResponseRowsInner {
|
|
|
618
605
|
* https://openapi-generator.tech
|
|
619
606
|
* Do not edit the class manually.
|
|
620
607
|
*/
|
|
621
|
-
|
|
622
608
|
/**
|
|
623
609
|
*
|
|
624
610
|
* @export
|
|
625
|
-
* @interface
|
|
611
|
+
* @interface GetFlexiblePersonalLeftQuotaResponse
|
|
626
612
|
*/
|
|
627
|
-
interface
|
|
628
|
-
/**
|
|
629
|
-
*
|
|
630
|
-
* @type {Array<GetFlexibleSubscriptionRecordResponseRowsInner>}
|
|
631
|
-
* @memberof GetFlexibleSubscriptionRecordResponse
|
|
632
|
-
*/
|
|
633
|
-
rows?: Array<GetFlexibleSubscriptionRecordResponseRowsInner>;
|
|
613
|
+
interface GetFlexiblePersonalLeftQuotaResponse {
|
|
634
614
|
/**
|
|
635
615
|
*
|
|
636
|
-
* @type {
|
|
637
|
-
* @memberof
|
|
616
|
+
* @type {string}
|
|
617
|
+
* @memberof GetFlexiblePersonalLeftQuotaResponse
|
|
638
618
|
*/
|
|
639
|
-
|
|
619
|
+
leftPersonalQuota?: string;
|
|
640
620
|
}
|
|
641
621
|
|
|
642
622
|
/**
|
|
@@ -654,15 +634,21 @@ interface GetFlexibleSubscriptionRecordResponse {
|
|
|
654
634
|
/**
|
|
655
635
|
*
|
|
656
636
|
* @export
|
|
657
|
-
* @interface
|
|
637
|
+
* @interface GetFlexibleProductPositionResponseRowsInnerTierAnnualPercentageRate
|
|
658
638
|
*/
|
|
659
|
-
interface
|
|
639
|
+
interface GetFlexibleProductPositionResponseRowsInnerTierAnnualPercentageRate {
|
|
660
640
|
/**
|
|
661
641
|
*
|
|
662
|
-
* @type {
|
|
663
|
-
* @memberof
|
|
642
|
+
* @type {number}
|
|
643
|
+
* @memberof GetFlexibleProductPositionResponseRowsInnerTierAnnualPercentageRate
|
|
664
644
|
*/
|
|
665
|
-
|
|
645
|
+
'0-5BTC'?: number;
|
|
646
|
+
/**
|
|
647
|
+
*
|
|
648
|
+
* @type {number}
|
|
649
|
+
* @memberof GetFlexibleProductPositionResponseRowsInnerTierAnnualPercentageRate
|
|
650
|
+
*/
|
|
651
|
+
'5-10BTC'?: number;
|
|
666
652
|
}
|
|
667
653
|
|
|
668
654
|
/**
|
|
@@ -677,210 +663,275 @@ interface GetLockedPersonalLeftQuotaResponse {
|
|
|
677
663
|
* https://openapi-generator.tech
|
|
678
664
|
* Do not edit the class manually.
|
|
679
665
|
*/
|
|
666
|
+
|
|
680
667
|
/**
|
|
681
668
|
*
|
|
682
669
|
* @export
|
|
683
|
-
* @interface
|
|
670
|
+
* @interface GetFlexibleProductPositionResponseRowsInner
|
|
684
671
|
*/
|
|
685
|
-
interface
|
|
686
|
-
/**
|
|
687
|
-
*
|
|
688
|
-
* @type {number}
|
|
689
|
-
* @memberof GetLockedProductPositionResponseRowsInner
|
|
690
|
-
*/
|
|
691
|
-
positionId?: number;
|
|
692
|
-
/**
|
|
693
|
-
*
|
|
694
|
-
* @type {number}
|
|
695
|
-
* @memberof GetLockedProductPositionResponseRowsInner
|
|
696
|
-
*/
|
|
697
|
-
parentPositionId?: number;
|
|
672
|
+
interface GetFlexibleProductPositionResponseRowsInner {
|
|
698
673
|
/**
|
|
699
674
|
*
|
|
700
675
|
* @type {string}
|
|
701
|
-
* @memberof
|
|
676
|
+
* @memberof GetFlexibleProductPositionResponseRowsInner
|
|
702
677
|
*/
|
|
703
|
-
|
|
678
|
+
totalAmount?: string;
|
|
704
679
|
/**
|
|
705
680
|
*
|
|
706
|
-
* @type {
|
|
707
|
-
* @memberof
|
|
681
|
+
* @type {GetFlexibleProductPositionResponseRowsInnerTierAnnualPercentageRate}
|
|
682
|
+
* @memberof GetFlexibleProductPositionResponseRowsInner
|
|
708
683
|
*/
|
|
709
|
-
|
|
684
|
+
tierAnnualPercentageRate?: GetFlexibleProductPositionResponseRowsInnerTierAnnualPercentageRate;
|
|
710
685
|
/**
|
|
711
686
|
*
|
|
712
687
|
* @type {string}
|
|
713
|
-
* @memberof
|
|
688
|
+
* @memberof GetFlexibleProductPositionResponseRowsInner
|
|
714
689
|
*/
|
|
715
|
-
|
|
690
|
+
latestAnnualPercentageRate?: string;
|
|
716
691
|
/**
|
|
717
692
|
*
|
|
718
693
|
* @type {string}
|
|
719
|
-
* @memberof
|
|
694
|
+
* @memberof GetFlexibleProductPositionResponseRowsInner
|
|
720
695
|
*/
|
|
721
|
-
|
|
696
|
+
yesterdayAirdropPercentageRate?: string;
|
|
722
697
|
/**
|
|
723
698
|
*
|
|
724
699
|
* @type {string}
|
|
725
|
-
* @memberof
|
|
700
|
+
* @memberof GetFlexibleProductPositionResponseRowsInner
|
|
726
701
|
*/
|
|
727
|
-
|
|
702
|
+
asset?: string;
|
|
728
703
|
/**
|
|
729
704
|
*
|
|
730
705
|
* @type {string}
|
|
731
|
-
* @memberof
|
|
706
|
+
* @memberof GetFlexibleProductPositionResponseRowsInner
|
|
732
707
|
*/
|
|
733
|
-
|
|
708
|
+
airDropAsset?: string;
|
|
734
709
|
/**
|
|
735
710
|
*
|
|
736
|
-
* @type {
|
|
737
|
-
* @memberof
|
|
711
|
+
* @type {boolean}
|
|
712
|
+
* @memberof GetFlexibleProductPositionResponseRowsInner
|
|
738
713
|
*/
|
|
739
|
-
|
|
714
|
+
canRedeem?: boolean;
|
|
740
715
|
/**
|
|
741
716
|
*
|
|
742
717
|
* @type {string}
|
|
743
|
-
* @memberof
|
|
718
|
+
* @memberof GetFlexibleProductPositionResponseRowsInner
|
|
744
719
|
*/
|
|
745
|
-
|
|
720
|
+
collateralAmount?: string;
|
|
746
721
|
/**
|
|
747
722
|
*
|
|
748
723
|
* @type {string}
|
|
749
|
-
* @memberof
|
|
724
|
+
* @memberof GetFlexibleProductPositionResponseRowsInner
|
|
750
725
|
*/
|
|
751
|
-
|
|
726
|
+
productId?: string;
|
|
752
727
|
/**
|
|
753
728
|
*
|
|
754
729
|
* @type {string}
|
|
755
|
-
* @memberof
|
|
730
|
+
* @memberof GetFlexibleProductPositionResponseRowsInner
|
|
756
731
|
*/
|
|
757
|
-
|
|
732
|
+
yesterdayRealTimeRewards?: string;
|
|
758
733
|
/**
|
|
759
734
|
*
|
|
760
735
|
* @type {string}
|
|
761
|
-
* @memberof
|
|
736
|
+
* @memberof GetFlexibleProductPositionResponseRowsInner
|
|
762
737
|
*/
|
|
763
|
-
|
|
738
|
+
cumulativeBonusRewards?: string;
|
|
764
739
|
/**
|
|
765
740
|
*
|
|
766
741
|
* @type {string}
|
|
767
|
-
* @memberof
|
|
742
|
+
* @memberof GetFlexibleProductPositionResponseRowsInner
|
|
768
743
|
*/
|
|
769
|
-
|
|
744
|
+
cumulativeRealTimeRewards?: string;
|
|
770
745
|
/**
|
|
771
746
|
*
|
|
772
747
|
* @type {string}
|
|
773
|
-
* @memberof
|
|
748
|
+
* @memberof GetFlexibleProductPositionResponseRowsInner
|
|
774
749
|
*/
|
|
775
|
-
|
|
750
|
+
cumulativeTotalRewards?: string;
|
|
776
751
|
/**
|
|
777
752
|
*
|
|
778
|
-
* @type {
|
|
779
|
-
* @memberof
|
|
753
|
+
* @type {boolean}
|
|
754
|
+
* @memberof GetFlexibleProductPositionResponseRowsInner
|
|
780
755
|
*/
|
|
781
|
-
|
|
756
|
+
autoSubscribe?: boolean;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
/**
|
|
760
|
+
* Binance Simple Earn REST API
|
|
761
|
+
*
|
|
762
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
763
|
+
*
|
|
764
|
+
* The version of the OpenAPI document: 1.0.0
|
|
765
|
+
*
|
|
766
|
+
*
|
|
767
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
768
|
+
* https://openapi-generator.tech
|
|
769
|
+
* Do not edit the class manually.
|
|
770
|
+
*/
|
|
771
|
+
|
|
772
|
+
/**
|
|
773
|
+
*
|
|
774
|
+
* @export
|
|
775
|
+
* @interface GetFlexibleProductPositionResponse
|
|
776
|
+
*/
|
|
777
|
+
interface GetFlexibleProductPositionResponse {
|
|
782
778
|
/**
|
|
783
779
|
*
|
|
784
|
-
* @type {
|
|
785
|
-
* @memberof
|
|
780
|
+
* @type {Array<GetFlexibleProductPositionResponseRowsInner>}
|
|
781
|
+
* @memberof GetFlexibleProductPositionResponse
|
|
786
782
|
*/
|
|
787
|
-
|
|
783
|
+
rows?: Array<GetFlexibleProductPositionResponseRowsInner>;
|
|
788
784
|
/**
|
|
789
785
|
*
|
|
790
|
-
* @type {
|
|
791
|
-
* @memberof
|
|
786
|
+
* @type {number | bigint}
|
|
787
|
+
* @memberof GetFlexibleProductPositionResponse
|
|
792
788
|
*/
|
|
793
|
-
|
|
789
|
+
total?: number | bigint;
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
/**
|
|
793
|
+
* Binance Simple Earn REST API
|
|
794
|
+
*
|
|
795
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
796
|
+
*
|
|
797
|
+
* The version of the OpenAPI document: 1.0.0
|
|
798
|
+
*
|
|
799
|
+
*
|
|
800
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
801
|
+
* https://openapi-generator.tech
|
|
802
|
+
* Do not edit the class manually.
|
|
803
|
+
*/
|
|
804
|
+
/**
|
|
805
|
+
*
|
|
806
|
+
* @export
|
|
807
|
+
* @interface GetFlexibleRedemptionRecordResponseRowsInner
|
|
808
|
+
*/
|
|
809
|
+
interface GetFlexibleRedemptionRecordResponseRowsInner {
|
|
794
810
|
/**
|
|
795
811
|
*
|
|
796
812
|
* @type {string}
|
|
797
|
-
* @memberof
|
|
813
|
+
* @memberof GetFlexibleRedemptionRecordResponseRowsInner
|
|
798
814
|
*/
|
|
799
|
-
|
|
815
|
+
amount?: string;
|
|
800
816
|
/**
|
|
801
817
|
*
|
|
802
818
|
* @type {string}
|
|
803
|
-
* @memberof
|
|
819
|
+
* @memberof GetFlexibleRedemptionRecordResponseRowsInner
|
|
804
820
|
*/
|
|
805
|
-
|
|
821
|
+
asset?: string;
|
|
806
822
|
/**
|
|
807
823
|
*
|
|
808
|
-
* @type {
|
|
809
|
-
* @memberof
|
|
824
|
+
* @type {number | bigint}
|
|
825
|
+
* @memberof GetFlexibleRedemptionRecordResponseRowsInner
|
|
810
826
|
*/
|
|
811
|
-
|
|
827
|
+
time?: number | bigint;
|
|
812
828
|
/**
|
|
813
829
|
*
|
|
814
830
|
* @type {string}
|
|
815
|
-
* @memberof
|
|
831
|
+
* @memberof GetFlexibleRedemptionRecordResponseRowsInner
|
|
816
832
|
*/
|
|
817
|
-
|
|
833
|
+
projectId?: string;
|
|
818
834
|
/**
|
|
819
835
|
*
|
|
820
|
-
* @type {
|
|
821
|
-
* @memberof
|
|
836
|
+
* @type {number | bigint}
|
|
837
|
+
* @memberof GetFlexibleRedemptionRecordResponseRowsInner
|
|
822
838
|
*/
|
|
823
|
-
|
|
839
|
+
redeemId?: number | bigint;
|
|
824
840
|
/**
|
|
825
841
|
*
|
|
826
842
|
* @type {string}
|
|
827
|
-
* @memberof
|
|
843
|
+
* @memberof GetFlexibleRedemptionRecordResponseRowsInner
|
|
828
844
|
*/
|
|
829
|
-
|
|
845
|
+
destAccount?: string;
|
|
830
846
|
/**
|
|
831
847
|
*
|
|
832
848
|
* @type {string}
|
|
833
|
-
* @memberof
|
|
849
|
+
* @memberof GetFlexibleRedemptionRecordResponseRowsInner
|
|
834
850
|
*/
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
851
|
+
status?: string;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
/**
|
|
855
|
+
* Binance Simple Earn REST API
|
|
856
|
+
*
|
|
857
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
858
|
+
*
|
|
859
|
+
* The version of the OpenAPI document: 1.0.0
|
|
860
|
+
*
|
|
861
|
+
*
|
|
862
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
863
|
+
* https://openapi-generator.tech
|
|
864
|
+
* Do not edit the class manually.
|
|
865
|
+
*/
|
|
866
|
+
|
|
867
|
+
/**
|
|
868
|
+
*
|
|
869
|
+
* @export
|
|
870
|
+
* @interface GetFlexibleRedemptionRecordResponse
|
|
871
|
+
*/
|
|
872
|
+
interface GetFlexibleRedemptionRecordResponse {
|
|
842
873
|
/**
|
|
843
874
|
*
|
|
844
|
-
* @type {
|
|
845
|
-
* @memberof
|
|
875
|
+
* @type {Array<GetFlexibleRedemptionRecordResponseRowsInner>}
|
|
876
|
+
* @memberof GetFlexibleRedemptionRecordResponse
|
|
846
877
|
*/
|
|
847
|
-
|
|
878
|
+
rows?: Array<GetFlexibleRedemptionRecordResponseRowsInner>;
|
|
848
879
|
/**
|
|
849
880
|
*
|
|
850
|
-
* @type {
|
|
851
|
-
* @memberof
|
|
881
|
+
* @type {number | bigint}
|
|
882
|
+
* @memberof GetFlexibleRedemptionRecordResponse
|
|
852
883
|
*/
|
|
853
|
-
|
|
884
|
+
total?: number | bigint;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
/**
|
|
888
|
+
* Binance Simple Earn REST API
|
|
889
|
+
*
|
|
890
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
891
|
+
*
|
|
892
|
+
* The version of the OpenAPI document: 1.0.0
|
|
893
|
+
*
|
|
894
|
+
*
|
|
895
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
896
|
+
* https://openapi-generator.tech
|
|
897
|
+
* Do not edit the class manually.
|
|
898
|
+
*/
|
|
899
|
+
/**
|
|
900
|
+
*
|
|
901
|
+
* @export
|
|
902
|
+
* @interface GetFlexibleRewardsHistoryResponseRowsInner
|
|
903
|
+
*/
|
|
904
|
+
interface GetFlexibleRewardsHistoryResponseRowsInner {
|
|
854
905
|
/**
|
|
855
906
|
*
|
|
856
|
-
* @type {
|
|
857
|
-
* @memberof
|
|
907
|
+
* @type {string}
|
|
908
|
+
* @memberof GetFlexibleRewardsHistoryResponseRowsInner
|
|
858
909
|
*/
|
|
859
|
-
|
|
910
|
+
asset?: string;
|
|
860
911
|
/**
|
|
861
912
|
*
|
|
862
|
-
* @type {
|
|
863
|
-
* @memberof
|
|
913
|
+
* @type {string}
|
|
914
|
+
* @memberof GetFlexibleRewardsHistoryResponseRowsInner
|
|
864
915
|
*/
|
|
865
|
-
|
|
916
|
+
rewards?: string;
|
|
866
917
|
/**
|
|
867
918
|
*
|
|
868
919
|
* @type {string}
|
|
869
|
-
* @memberof
|
|
920
|
+
* @memberof GetFlexibleRewardsHistoryResponseRowsInner
|
|
870
921
|
*/
|
|
871
|
-
|
|
922
|
+
projectId?: string;
|
|
872
923
|
/**
|
|
873
924
|
*
|
|
874
925
|
* @type {string}
|
|
875
|
-
* @memberof
|
|
926
|
+
* @memberof GetFlexibleRewardsHistoryResponseRowsInner
|
|
876
927
|
*/
|
|
877
|
-
|
|
928
|
+
type?: string;
|
|
878
929
|
/**
|
|
879
930
|
*
|
|
880
|
-
* @type {
|
|
881
|
-
* @memberof
|
|
931
|
+
* @type {number | bigint}
|
|
932
|
+
* @memberof GetFlexibleRewardsHistoryResponseRowsInner
|
|
882
933
|
*/
|
|
883
|
-
|
|
934
|
+
time?: number | bigint;
|
|
884
935
|
}
|
|
885
936
|
|
|
886
937
|
/**
|
|
@@ -899,21 +950,21 @@ interface GetLockedProductPositionResponseRowsInner {
|
|
|
899
950
|
/**
|
|
900
951
|
*
|
|
901
952
|
* @export
|
|
902
|
-
* @interface
|
|
953
|
+
* @interface GetFlexibleRewardsHistoryResponse
|
|
903
954
|
*/
|
|
904
|
-
interface
|
|
955
|
+
interface GetFlexibleRewardsHistoryResponse {
|
|
905
956
|
/**
|
|
906
957
|
*
|
|
907
|
-
* @type {Array<
|
|
908
|
-
* @memberof
|
|
958
|
+
* @type {Array<GetFlexibleRewardsHistoryResponseRowsInner>}
|
|
959
|
+
* @memberof GetFlexibleRewardsHistoryResponse
|
|
909
960
|
*/
|
|
910
|
-
rows?: Array<
|
|
961
|
+
rows?: Array<GetFlexibleRewardsHistoryResponseRowsInner>;
|
|
911
962
|
/**
|
|
912
963
|
*
|
|
913
|
-
* @type {number}
|
|
914
|
-
* @memberof
|
|
964
|
+
* @type {number | bigint}
|
|
965
|
+
* @memberof GetFlexibleRewardsHistoryResponse
|
|
915
966
|
*/
|
|
916
|
-
total?: number;
|
|
967
|
+
total?: number | bigint;
|
|
917
968
|
}
|
|
918
969
|
|
|
919
970
|
/**
|
|
@@ -931,103 +982,123 @@ interface GetLockedProductPositionResponse {
|
|
|
931
982
|
/**
|
|
932
983
|
*
|
|
933
984
|
* @export
|
|
934
|
-
* @interface
|
|
985
|
+
* @interface GetFlexibleSubscriptionPreviewResponse
|
|
935
986
|
*/
|
|
936
|
-
interface
|
|
987
|
+
interface GetFlexibleSubscriptionPreviewResponse {
|
|
937
988
|
/**
|
|
938
989
|
*
|
|
939
|
-
* @type {
|
|
940
|
-
* @memberof
|
|
990
|
+
* @type {string}
|
|
991
|
+
* @memberof GetFlexibleSubscriptionPreviewResponse
|
|
941
992
|
*/
|
|
942
|
-
|
|
993
|
+
totalAmount?: string;
|
|
943
994
|
/**
|
|
944
995
|
*
|
|
945
|
-
* @type {
|
|
946
|
-
* @memberof
|
|
996
|
+
* @type {string}
|
|
997
|
+
* @memberof GetFlexibleSubscriptionPreviewResponse
|
|
947
998
|
*/
|
|
948
|
-
|
|
999
|
+
rewardAsset?: string;
|
|
949
1000
|
/**
|
|
950
1001
|
*
|
|
951
|
-
* @type {
|
|
952
|
-
* @memberof
|
|
1002
|
+
* @type {string}
|
|
1003
|
+
* @memberof GetFlexibleSubscriptionPreviewResponse
|
|
953
1004
|
*/
|
|
954
|
-
|
|
1005
|
+
airDropAsset?: string;
|
|
955
1006
|
/**
|
|
956
1007
|
*
|
|
957
1008
|
* @type {string}
|
|
958
|
-
* @memberof
|
|
1009
|
+
* @memberof GetFlexibleSubscriptionPreviewResponse
|
|
959
1010
|
*/
|
|
960
|
-
|
|
1011
|
+
estDailyBonusRewards?: string;
|
|
961
1012
|
/**
|
|
962
1013
|
*
|
|
963
1014
|
* @type {string}
|
|
964
|
-
* @memberof
|
|
1015
|
+
* @memberof GetFlexibleSubscriptionPreviewResponse
|
|
965
1016
|
*/
|
|
966
|
-
|
|
1017
|
+
estDailyRealTimeRewards?: string;
|
|
967
1018
|
/**
|
|
968
1019
|
*
|
|
969
1020
|
* @type {string}
|
|
970
|
-
* @memberof
|
|
1021
|
+
* @memberof GetFlexibleSubscriptionPreviewResponse
|
|
971
1022
|
*/
|
|
972
|
-
|
|
1023
|
+
estDailyAirdropRewards?: string;
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1026
|
+
/**
|
|
1027
|
+
* Binance Simple Earn REST API
|
|
1028
|
+
*
|
|
1029
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1030
|
+
*
|
|
1031
|
+
* The version of the OpenAPI document: 1.0.0
|
|
1032
|
+
*
|
|
1033
|
+
*
|
|
1034
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1035
|
+
* https://openapi-generator.tech
|
|
1036
|
+
* Do not edit the class manually.
|
|
1037
|
+
*/
|
|
1038
|
+
/**
|
|
1039
|
+
*
|
|
1040
|
+
* @export
|
|
1041
|
+
* @interface GetFlexibleSubscriptionRecordResponseRowsInner
|
|
1042
|
+
*/
|
|
1043
|
+
interface GetFlexibleSubscriptionRecordResponseRowsInner {
|
|
973
1044
|
/**
|
|
974
1045
|
*
|
|
975
1046
|
* @type {string}
|
|
976
|
-
* @memberof
|
|
1047
|
+
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
977
1048
|
*/
|
|
978
|
-
|
|
1049
|
+
amount?: string;
|
|
979
1050
|
/**
|
|
980
1051
|
*
|
|
981
1052
|
* @type {string}
|
|
982
|
-
* @memberof
|
|
1053
|
+
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
983
1054
|
*/
|
|
984
|
-
|
|
1055
|
+
asset?: string;
|
|
985
1056
|
/**
|
|
986
1057
|
*
|
|
987
|
-
* @type {
|
|
988
|
-
* @memberof
|
|
1058
|
+
* @type {number | bigint}
|
|
1059
|
+
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
989
1060
|
*/
|
|
990
|
-
|
|
1061
|
+
time?: number | bigint;
|
|
991
1062
|
/**
|
|
992
1063
|
*
|
|
993
|
-
* @type {
|
|
994
|
-
* @memberof
|
|
1064
|
+
* @type {number | bigint}
|
|
1065
|
+
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
995
1066
|
*/
|
|
996
|
-
|
|
1067
|
+
purchaseId?: number | bigint;
|
|
997
1068
|
/**
|
|
998
1069
|
*
|
|
999
|
-
* @type {
|
|
1000
|
-
* @memberof
|
|
1070
|
+
* @type {string}
|
|
1071
|
+
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
1001
1072
|
*/
|
|
1002
|
-
|
|
1073
|
+
productId?: string;
|
|
1003
1074
|
/**
|
|
1004
1075
|
*
|
|
1005
1076
|
* @type {string}
|
|
1006
|
-
* @memberof
|
|
1077
|
+
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
1007
1078
|
*/
|
|
1008
|
-
|
|
1079
|
+
type?: string;
|
|
1009
1080
|
/**
|
|
1010
1081
|
*
|
|
1011
1082
|
* @type {string}
|
|
1012
|
-
* @memberof
|
|
1083
|
+
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
1013
1084
|
*/
|
|
1014
|
-
|
|
1085
|
+
sourceAccount?: string;
|
|
1015
1086
|
/**
|
|
1016
1087
|
*
|
|
1017
1088
|
* @type {string}
|
|
1018
|
-
* @memberof
|
|
1089
|
+
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
1019
1090
|
*/
|
|
1020
|
-
|
|
1091
|
+
amtFromSpot?: string;
|
|
1021
1092
|
/**
|
|
1022
1093
|
*
|
|
1023
1094
|
* @type {string}
|
|
1024
|
-
* @memberof
|
|
1095
|
+
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
1025
1096
|
*/
|
|
1026
|
-
|
|
1097
|
+
amtFromFunding?: string;
|
|
1027
1098
|
/**
|
|
1028
1099
|
*
|
|
1029
1100
|
* @type {string}
|
|
1030
|
-
* @memberof
|
|
1101
|
+
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
1031
1102
|
*/
|
|
1032
1103
|
status?: string;
|
|
1033
1104
|
}
|
|
@@ -1048,21 +1119,21 @@ interface GetLockedRedemptionRecordResponseRowsInner {
|
|
|
1048
1119
|
/**
|
|
1049
1120
|
*
|
|
1050
1121
|
* @export
|
|
1051
|
-
* @interface
|
|
1122
|
+
* @interface GetFlexibleSubscriptionRecordResponse
|
|
1052
1123
|
*/
|
|
1053
|
-
interface
|
|
1124
|
+
interface GetFlexibleSubscriptionRecordResponse {
|
|
1054
1125
|
/**
|
|
1055
1126
|
*
|
|
1056
|
-
* @type {Array<
|
|
1057
|
-
* @memberof
|
|
1127
|
+
* @type {Array<GetFlexibleSubscriptionRecordResponseRowsInner>}
|
|
1128
|
+
* @memberof GetFlexibleSubscriptionRecordResponse
|
|
1058
1129
|
*/
|
|
1059
|
-
rows?: Array<
|
|
1130
|
+
rows?: Array<GetFlexibleSubscriptionRecordResponseRowsInner>;
|
|
1060
1131
|
/**
|
|
1061
1132
|
*
|
|
1062
|
-
* @type {number}
|
|
1063
|
-
* @memberof
|
|
1133
|
+
* @type {number | bigint}
|
|
1134
|
+
* @memberof GetFlexibleSubscriptionRecordResponse
|
|
1064
1135
|
*/
|
|
1065
|
-
total?: number;
|
|
1136
|
+
total?: number | bigint;
|
|
1066
1137
|
}
|
|
1067
1138
|
|
|
1068
1139
|
/**
|
|
@@ -1080,45 +1151,15 @@ interface GetLockedRedemptionRecordResponse {
|
|
|
1080
1151
|
/**
|
|
1081
1152
|
*
|
|
1082
1153
|
* @export
|
|
1083
|
-
* @interface
|
|
1154
|
+
* @interface GetLockedPersonalLeftQuotaResponse
|
|
1084
1155
|
*/
|
|
1085
|
-
interface
|
|
1086
|
-
/**
|
|
1087
|
-
*
|
|
1088
|
-
* @type {number}
|
|
1089
|
-
* @memberof GetLockedRewardsHistoryResponseRowsInner
|
|
1090
|
-
*/
|
|
1091
|
-
positionId?: number;
|
|
1092
|
-
/**
|
|
1093
|
-
*
|
|
1094
|
-
* @type {number}
|
|
1095
|
-
* @memberof GetLockedRewardsHistoryResponseRowsInner
|
|
1096
|
-
*/
|
|
1097
|
-
time?: number;
|
|
1098
|
-
/**
|
|
1099
|
-
*
|
|
1100
|
-
* @type {string}
|
|
1101
|
-
* @memberof GetLockedRewardsHistoryResponseRowsInner
|
|
1102
|
-
*/
|
|
1103
|
-
asset?: string;
|
|
1104
|
-
/**
|
|
1105
|
-
*
|
|
1106
|
-
* @type {string}
|
|
1107
|
-
* @memberof GetLockedRewardsHistoryResponseRowsInner
|
|
1108
|
-
*/
|
|
1109
|
-
lockPeriod?: string;
|
|
1110
|
-
/**
|
|
1111
|
-
*
|
|
1112
|
-
* @type {string}
|
|
1113
|
-
* @memberof GetLockedRewardsHistoryResponseRowsInner
|
|
1114
|
-
*/
|
|
1115
|
-
amount?: string;
|
|
1156
|
+
interface GetLockedPersonalLeftQuotaResponse {
|
|
1116
1157
|
/**
|
|
1117
1158
|
*
|
|
1118
1159
|
* @type {string}
|
|
1119
|
-
* @memberof
|
|
1160
|
+
* @memberof GetLockedPersonalLeftQuotaResponse
|
|
1120
1161
|
*/
|
|
1121
|
-
|
|
1162
|
+
leftPersonalQuota?: string;
|
|
1122
1163
|
}
|
|
1123
1164
|
|
|
1124
1165
|
/**
|
|
@@ -1133,117 +1174,210 @@ interface GetLockedRewardsHistoryResponseRowsInner {
|
|
|
1133
1174
|
* https://openapi-generator.tech
|
|
1134
1175
|
* Do not edit the class manually.
|
|
1135
1176
|
*/
|
|
1136
|
-
|
|
1137
1177
|
/**
|
|
1138
1178
|
*
|
|
1139
1179
|
* @export
|
|
1140
|
-
* @interface
|
|
1180
|
+
* @interface GetLockedProductPositionResponseRowsInner
|
|
1141
1181
|
*/
|
|
1142
|
-
interface
|
|
1182
|
+
interface GetLockedProductPositionResponseRowsInner {
|
|
1143
1183
|
/**
|
|
1144
1184
|
*
|
|
1145
|
-
* @type {
|
|
1146
|
-
* @memberof
|
|
1185
|
+
* @type {number | bigint}
|
|
1186
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1147
1187
|
*/
|
|
1148
|
-
|
|
1188
|
+
positionId?: number | bigint;
|
|
1149
1189
|
/**
|
|
1150
1190
|
*
|
|
1151
|
-
* @type {number}
|
|
1152
|
-
* @memberof
|
|
1191
|
+
* @type {number | bigint}
|
|
1192
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1153
1193
|
*/
|
|
1154
|
-
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
/**
|
|
1158
|
-
* Binance Simple Earn REST API
|
|
1159
|
-
*
|
|
1160
|
-
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1161
|
-
*
|
|
1162
|
-
* The version of the OpenAPI document: 1.0.0
|
|
1163
|
-
*
|
|
1164
|
-
*
|
|
1165
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1166
|
-
* https://openapi-generator.tech
|
|
1167
|
-
* Do not edit the class manually.
|
|
1168
|
-
*/
|
|
1169
|
-
/**
|
|
1170
|
-
*
|
|
1171
|
-
* @export
|
|
1172
|
-
* @interface GetLockedSubscriptionPreviewResponseInner
|
|
1173
|
-
*/
|
|
1174
|
-
interface GetLockedSubscriptionPreviewResponseInner {
|
|
1194
|
+
parentPositionId?: number | bigint;
|
|
1175
1195
|
/**
|
|
1176
1196
|
*
|
|
1177
1197
|
* @type {string}
|
|
1178
|
-
* @memberof
|
|
1198
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1199
|
+
*/
|
|
1200
|
+
projectId?: string;
|
|
1201
|
+
/**
|
|
1202
|
+
*
|
|
1203
|
+
* @type {string}
|
|
1204
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1205
|
+
*/
|
|
1206
|
+
asset?: string;
|
|
1207
|
+
/**
|
|
1208
|
+
*
|
|
1209
|
+
* @type {string}
|
|
1210
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1211
|
+
*/
|
|
1212
|
+
amount?: string;
|
|
1213
|
+
/**
|
|
1214
|
+
*
|
|
1215
|
+
* @type {string}
|
|
1216
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1217
|
+
*/
|
|
1218
|
+
purchaseTime?: string;
|
|
1219
|
+
/**
|
|
1220
|
+
*
|
|
1221
|
+
* @type {string}
|
|
1222
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1223
|
+
*/
|
|
1224
|
+
duration?: string;
|
|
1225
|
+
/**
|
|
1226
|
+
*
|
|
1227
|
+
* @type {string}
|
|
1228
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1229
|
+
*/
|
|
1230
|
+
accrualDays?: string;
|
|
1231
|
+
/**
|
|
1232
|
+
*
|
|
1233
|
+
* @type {string}
|
|
1234
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1179
1235
|
*/
|
|
1180
1236
|
rewardAsset?: string;
|
|
1181
1237
|
/**
|
|
1182
1238
|
*
|
|
1183
1239
|
* @type {string}
|
|
1184
|
-
* @memberof
|
|
1240
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1185
1241
|
*/
|
|
1186
|
-
|
|
1242
|
+
APY?: string;
|
|
1187
1243
|
/**
|
|
1188
1244
|
*
|
|
1189
1245
|
* @type {string}
|
|
1190
|
-
* @memberof
|
|
1246
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1247
|
+
*/
|
|
1248
|
+
rewardAmt?: string;
|
|
1249
|
+
/**
|
|
1250
|
+
*
|
|
1251
|
+
* @type {string}
|
|
1252
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1191
1253
|
*/
|
|
1192
1254
|
extraRewardAsset?: string;
|
|
1193
1255
|
/**
|
|
1194
1256
|
*
|
|
1195
1257
|
* @type {string}
|
|
1196
|
-
* @memberof
|
|
1258
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1197
1259
|
*/
|
|
1198
|
-
|
|
1260
|
+
extraRewardAPR?: string;
|
|
1199
1261
|
/**
|
|
1200
1262
|
*
|
|
1201
1263
|
* @type {string}
|
|
1202
|
-
* @memberof
|
|
1264
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1265
|
+
*/
|
|
1266
|
+
estExtraRewardAmt?: string;
|
|
1267
|
+
/**
|
|
1268
|
+
*
|
|
1269
|
+
* @type {string}
|
|
1270
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1203
1271
|
*/
|
|
1204
1272
|
boostRewardAsset?: string;
|
|
1205
1273
|
/**
|
|
1206
1274
|
*
|
|
1207
1275
|
* @type {string}
|
|
1208
|
-
* @memberof
|
|
1276
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1209
1277
|
*/
|
|
1210
|
-
|
|
1278
|
+
boostApr?: string;
|
|
1211
1279
|
/**
|
|
1212
1280
|
*
|
|
1213
1281
|
* @type {string}
|
|
1214
|
-
* @memberof
|
|
1282
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1283
|
+
*/
|
|
1284
|
+
totalBoostRewardAmt?: string;
|
|
1285
|
+
/**
|
|
1286
|
+
*
|
|
1287
|
+
* @type {string}
|
|
1288
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1215
1289
|
*/
|
|
1216
1290
|
nextPay?: string;
|
|
1217
1291
|
/**
|
|
1218
1292
|
*
|
|
1219
1293
|
* @type {string}
|
|
1220
|
-
* @memberof
|
|
1294
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1221
1295
|
*/
|
|
1222
1296
|
nextPayDate?: string;
|
|
1223
1297
|
/**
|
|
1224
1298
|
*
|
|
1225
1299
|
* @type {string}
|
|
1226
|
-
* @memberof
|
|
1300
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1227
1301
|
*/
|
|
1228
|
-
|
|
1302
|
+
payPeriod?: string;
|
|
1229
1303
|
/**
|
|
1230
1304
|
*
|
|
1231
1305
|
* @type {string}
|
|
1232
|
-
* @memberof
|
|
1306
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1307
|
+
*/
|
|
1308
|
+
redeemAmountEarly?: string;
|
|
1309
|
+
/**
|
|
1310
|
+
*
|
|
1311
|
+
* @type {string}
|
|
1312
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1233
1313
|
*/
|
|
1234
1314
|
rewardsEndDate?: string;
|
|
1235
1315
|
/**
|
|
1236
1316
|
*
|
|
1237
1317
|
* @type {string}
|
|
1238
|
-
* @memberof
|
|
1318
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1239
1319
|
*/
|
|
1240
1320
|
deliverDate?: string;
|
|
1241
1321
|
/**
|
|
1242
1322
|
*
|
|
1243
1323
|
* @type {string}
|
|
1244
|
-
* @memberof
|
|
1324
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1245
1325
|
*/
|
|
1246
|
-
|
|
1326
|
+
redeemPeriod?: string;
|
|
1327
|
+
/**
|
|
1328
|
+
*
|
|
1329
|
+
* @type {string}
|
|
1330
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1331
|
+
*/
|
|
1332
|
+
redeemingAmt?: string;
|
|
1333
|
+
/**
|
|
1334
|
+
*
|
|
1335
|
+
* @type {string}
|
|
1336
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1337
|
+
*/
|
|
1338
|
+
redeemTo?: string;
|
|
1339
|
+
/**
|
|
1340
|
+
*
|
|
1341
|
+
* @type {string}
|
|
1342
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1343
|
+
*/
|
|
1344
|
+
partialAmtDeliverDate?: string;
|
|
1345
|
+
/**
|
|
1346
|
+
*
|
|
1347
|
+
* @type {boolean}
|
|
1348
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1349
|
+
*/
|
|
1350
|
+
canRedeemEarly?: boolean;
|
|
1351
|
+
/**
|
|
1352
|
+
*
|
|
1353
|
+
* @type {boolean}
|
|
1354
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1355
|
+
*/
|
|
1356
|
+
canFastRedemption?: boolean;
|
|
1357
|
+
/**
|
|
1358
|
+
*
|
|
1359
|
+
* @type {boolean}
|
|
1360
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1361
|
+
*/
|
|
1362
|
+
autoSubscribe?: boolean;
|
|
1363
|
+
/**
|
|
1364
|
+
*
|
|
1365
|
+
* @type {string}
|
|
1366
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1367
|
+
*/
|
|
1368
|
+
type?: string;
|
|
1369
|
+
/**
|
|
1370
|
+
*
|
|
1371
|
+
* @type {string}
|
|
1372
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1373
|
+
*/
|
|
1374
|
+
status?: string;
|
|
1375
|
+
/**
|
|
1376
|
+
*
|
|
1377
|
+
* @type {boolean}
|
|
1378
|
+
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1379
|
+
*/
|
|
1380
|
+
canReStake?: boolean;
|
|
1247
1381
|
}
|
|
1248
1382
|
|
|
1249
1383
|
/**
|
|
@@ -1262,9 +1396,21 @@ interface GetLockedSubscriptionPreviewResponseInner {
|
|
|
1262
1396
|
/**
|
|
1263
1397
|
*
|
|
1264
1398
|
* @export
|
|
1265
|
-
* @interface
|
|
1399
|
+
* @interface GetLockedProductPositionResponse
|
|
1266
1400
|
*/
|
|
1267
|
-
interface
|
|
1401
|
+
interface GetLockedProductPositionResponse {
|
|
1402
|
+
/**
|
|
1403
|
+
*
|
|
1404
|
+
* @type {Array<GetLockedProductPositionResponseRowsInner>}
|
|
1405
|
+
* @memberof GetLockedProductPositionResponse
|
|
1406
|
+
*/
|
|
1407
|
+
rows?: Array<GetLockedProductPositionResponseRowsInner>;
|
|
1408
|
+
/**
|
|
1409
|
+
*
|
|
1410
|
+
* @type {number | bigint}
|
|
1411
|
+
* @memberof GetLockedProductPositionResponse
|
|
1412
|
+
*/
|
|
1413
|
+
total?: number | bigint;
|
|
1268
1414
|
}
|
|
1269
1415
|
|
|
1270
1416
|
/**
|
|
@@ -1282,79 +1428,103 @@ interface GetLockedSubscriptionPreviewResponse extends Array<GetLockedSubscripti
|
|
|
1282
1428
|
/**
|
|
1283
1429
|
*
|
|
1284
1430
|
* @export
|
|
1285
|
-
* @interface
|
|
1431
|
+
* @interface GetLockedRedemptionRecordResponseRowsInner
|
|
1286
1432
|
*/
|
|
1287
|
-
interface
|
|
1433
|
+
interface GetLockedRedemptionRecordResponseRowsInner {
|
|
1288
1434
|
/**
|
|
1289
1435
|
*
|
|
1290
|
-
* @type {number}
|
|
1291
|
-
* @memberof
|
|
1436
|
+
* @type {number | bigint}
|
|
1437
|
+
* @memberof GetLockedRedemptionRecordResponseRowsInner
|
|
1292
1438
|
*/
|
|
1293
|
-
positionId?: number;
|
|
1439
|
+
positionId?: number | bigint;
|
|
1294
1440
|
/**
|
|
1295
1441
|
*
|
|
1296
|
-
* @type {
|
|
1297
|
-
* @memberof
|
|
1442
|
+
* @type {number | bigint}
|
|
1443
|
+
* @memberof GetLockedRedemptionRecordResponseRowsInner
|
|
1298
1444
|
*/
|
|
1299
|
-
|
|
1445
|
+
redeemId?: number | bigint;
|
|
1300
1446
|
/**
|
|
1301
1447
|
*
|
|
1302
|
-
* @type {
|
|
1303
|
-
* @memberof
|
|
1448
|
+
* @type {number | bigint}
|
|
1449
|
+
* @memberof GetLockedRedemptionRecordResponseRowsInner
|
|
1304
1450
|
*/
|
|
1305
|
-
|
|
1451
|
+
time?: number | bigint;
|
|
1306
1452
|
/**
|
|
1307
1453
|
*
|
|
1308
|
-
* @type {
|
|
1309
|
-
* @memberof
|
|
1454
|
+
* @type {string}
|
|
1455
|
+
* @memberof GetLockedRedemptionRecordResponseRowsInner
|
|
1310
1456
|
*/
|
|
1311
|
-
|
|
1457
|
+
asset?: string;
|
|
1312
1458
|
/**
|
|
1313
1459
|
*
|
|
1314
1460
|
* @type {string}
|
|
1315
|
-
* @memberof
|
|
1461
|
+
* @memberof GetLockedRedemptionRecordResponseRowsInner
|
|
1316
1462
|
*/
|
|
1317
|
-
|
|
1463
|
+
lockPeriod?: string;
|
|
1318
1464
|
/**
|
|
1319
1465
|
*
|
|
1320
1466
|
* @type {string}
|
|
1321
|
-
* @memberof
|
|
1467
|
+
* @memberof GetLockedRedemptionRecordResponseRowsInner
|
|
1322
1468
|
*/
|
|
1323
1469
|
amount?: string;
|
|
1324
1470
|
/**
|
|
1325
1471
|
*
|
|
1326
1472
|
* @type {string}
|
|
1327
|
-
* @memberof
|
|
1473
|
+
* @memberof GetLockedRedemptionRecordResponseRowsInner
|
|
1328
1474
|
*/
|
|
1329
|
-
|
|
1475
|
+
originalAmount?: string;
|
|
1330
1476
|
/**
|
|
1331
1477
|
*
|
|
1332
1478
|
* @type {string}
|
|
1333
|
-
* @memberof
|
|
1479
|
+
* @memberof GetLockedRedemptionRecordResponseRowsInner
|
|
1334
1480
|
*/
|
|
1335
1481
|
type?: string;
|
|
1336
1482
|
/**
|
|
1337
1483
|
*
|
|
1338
1484
|
* @type {string}
|
|
1339
|
-
* @memberof
|
|
1485
|
+
* @memberof GetLockedRedemptionRecordResponseRowsInner
|
|
1340
1486
|
*/
|
|
1341
|
-
|
|
1487
|
+
deliverDate?: string;
|
|
1342
1488
|
/**
|
|
1343
1489
|
*
|
|
1344
1490
|
* @type {string}
|
|
1345
|
-
* @memberof
|
|
1491
|
+
* @memberof GetLockedRedemptionRecordResponseRowsInner
|
|
1346
1492
|
*/
|
|
1347
|
-
|
|
1493
|
+
lossAmount?: string;
|
|
1494
|
+
/**
|
|
1495
|
+
*
|
|
1496
|
+
* @type {boolean}
|
|
1497
|
+
* @memberof GetLockedRedemptionRecordResponseRowsInner
|
|
1498
|
+
*/
|
|
1499
|
+
isComplete?: boolean;
|
|
1348
1500
|
/**
|
|
1349
1501
|
*
|
|
1350
1502
|
* @type {string}
|
|
1351
|
-
* @memberof
|
|
1503
|
+
* @memberof GetLockedRedemptionRecordResponseRowsInner
|
|
1352
1504
|
*/
|
|
1353
|
-
|
|
1505
|
+
rewardAsset?: string;
|
|
1354
1506
|
/**
|
|
1355
1507
|
*
|
|
1356
1508
|
* @type {string}
|
|
1357
|
-
* @memberof
|
|
1509
|
+
* @memberof GetLockedRedemptionRecordResponseRowsInner
|
|
1510
|
+
*/
|
|
1511
|
+
rewardAmt?: string;
|
|
1512
|
+
/**
|
|
1513
|
+
*
|
|
1514
|
+
* @type {string}
|
|
1515
|
+
* @memberof GetLockedRedemptionRecordResponseRowsInner
|
|
1516
|
+
*/
|
|
1517
|
+
extraRewardAsset?: string;
|
|
1518
|
+
/**
|
|
1519
|
+
*
|
|
1520
|
+
* @type {string}
|
|
1521
|
+
* @memberof GetLockedRedemptionRecordResponseRowsInner
|
|
1522
|
+
*/
|
|
1523
|
+
estExtraRewardAmt?: string;
|
|
1524
|
+
/**
|
|
1525
|
+
*
|
|
1526
|
+
* @type {string}
|
|
1527
|
+
* @memberof GetLockedRedemptionRecordResponseRowsInner
|
|
1358
1528
|
*/
|
|
1359
1529
|
status?: string;
|
|
1360
1530
|
}
|
|
@@ -1375,21 +1545,21 @@ interface GetLockedSubscriptionRecordResponseRowsInner {
|
|
|
1375
1545
|
/**
|
|
1376
1546
|
*
|
|
1377
1547
|
* @export
|
|
1378
|
-
* @interface
|
|
1548
|
+
* @interface GetLockedRedemptionRecordResponse
|
|
1379
1549
|
*/
|
|
1380
|
-
interface
|
|
1550
|
+
interface GetLockedRedemptionRecordResponse {
|
|
1381
1551
|
/**
|
|
1382
1552
|
*
|
|
1383
|
-
* @type {Array<
|
|
1384
|
-
* @memberof
|
|
1553
|
+
* @type {Array<GetLockedRedemptionRecordResponseRowsInner>}
|
|
1554
|
+
* @memberof GetLockedRedemptionRecordResponse
|
|
1385
1555
|
*/
|
|
1386
|
-
rows?: Array<
|
|
1556
|
+
rows?: Array<GetLockedRedemptionRecordResponseRowsInner>;
|
|
1387
1557
|
/**
|
|
1388
1558
|
*
|
|
1389
|
-
* @type {number}
|
|
1390
|
-
* @memberof
|
|
1559
|
+
* @type {number | bigint}
|
|
1560
|
+
* @memberof GetLockedRedemptionRecordResponse
|
|
1391
1561
|
*/
|
|
1392
|
-
total?: number;
|
|
1562
|
+
total?: number | bigint;
|
|
1393
1563
|
}
|
|
1394
1564
|
|
|
1395
1565
|
/**
|
|
@@ -1407,33 +1577,45 @@ interface GetLockedSubscriptionRecordResponse {
|
|
|
1407
1577
|
/**
|
|
1408
1578
|
*
|
|
1409
1579
|
* @export
|
|
1410
|
-
* @interface
|
|
1580
|
+
* @interface GetLockedRewardsHistoryResponseRowsInner
|
|
1411
1581
|
*/
|
|
1412
|
-
interface
|
|
1582
|
+
interface GetLockedRewardsHistoryResponseRowsInner {
|
|
1413
1583
|
/**
|
|
1414
1584
|
*
|
|
1415
|
-
* @type {
|
|
1416
|
-
* @memberof
|
|
1585
|
+
* @type {number | bigint}
|
|
1586
|
+
* @memberof GetLockedRewardsHistoryResponseRowsInner
|
|
1417
1587
|
*/
|
|
1418
|
-
|
|
1588
|
+
positionId?: number | bigint;
|
|
1589
|
+
/**
|
|
1590
|
+
*
|
|
1591
|
+
* @type {number | bigint}
|
|
1592
|
+
* @memberof GetLockedRewardsHistoryResponseRowsInner
|
|
1593
|
+
*/
|
|
1594
|
+
time?: number | bigint;
|
|
1419
1595
|
/**
|
|
1420
1596
|
*
|
|
1421
1597
|
* @type {string}
|
|
1422
|
-
* @memberof
|
|
1598
|
+
* @memberof GetLockedRewardsHistoryResponseRowsInner
|
|
1423
1599
|
*/
|
|
1424
1600
|
asset?: string;
|
|
1425
1601
|
/**
|
|
1426
1602
|
*
|
|
1427
1603
|
* @type {string}
|
|
1428
|
-
* @memberof
|
|
1604
|
+
* @memberof GetLockedRewardsHistoryResponseRowsInner
|
|
1429
1605
|
*/
|
|
1430
|
-
|
|
1606
|
+
lockPeriod?: string;
|
|
1431
1607
|
/**
|
|
1432
1608
|
*
|
|
1433
|
-
* @type {
|
|
1434
|
-
* @memberof
|
|
1609
|
+
* @type {string}
|
|
1610
|
+
* @memberof GetLockedRewardsHistoryResponseRowsInner
|
|
1611
|
+
*/
|
|
1612
|
+
amount?: string;
|
|
1613
|
+
/**
|
|
1614
|
+
*
|
|
1615
|
+
* @type {string}
|
|
1616
|
+
* @memberof GetLockedRewardsHistoryResponseRowsInner
|
|
1435
1617
|
*/
|
|
1436
|
-
|
|
1618
|
+
type?: string;
|
|
1437
1619
|
}
|
|
1438
1620
|
|
|
1439
1621
|
/**
|
|
@@ -1452,21 +1634,21 @@ interface GetRateHistoryResponseRowsInner {
|
|
|
1452
1634
|
/**
|
|
1453
1635
|
*
|
|
1454
1636
|
* @export
|
|
1455
|
-
* @interface
|
|
1637
|
+
* @interface GetLockedRewardsHistoryResponse
|
|
1456
1638
|
*/
|
|
1457
|
-
interface
|
|
1639
|
+
interface GetLockedRewardsHistoryResponse {
|
|
1458
1640
|
/**
|
|
1459
1641
|
*
|
|
1460
|
-
* @type {Array<
|
|
1461
|
-
* @memberof
|
|
1642
|
+
* @type {Array<GetLockedRewardsHistoryResponseRowsInner>}
|
|
1643
|
+
* @memberof GetLockedRewardsHistoryResponse
|
|
1462
1644
|
*/
|
|
1463
|
-
rows?: Array<
|
|
1645
|
+
rows?: Array<GetLockedRewardsHistoryResponseRowsInner>;
|
|
1464
1646
|
/**
|
|
1465
1647
|
*
|
|
1466
|
-
* @type {
|
|
1467
|
-
* @memberof
|
|
1648
|
+
* @type {number | bigint}
|
|
1649
|
+
* @memberof GetLockedRewardsHistoryResponse
|
|
1468
1650
|
*/
|
|
1469
|
-
total?:
|
|
1651
|
+
total?: number | bigint;
|
|
1470
1652
|
}
|
|
1471
1653
|
|
|
1472
1654
|
/**
|
|
@@ -1484,109 +1666,81 @@ interface GetRateHistoryResponse {
|
|
|
1484
1666
|
/**
|
|
1485
1667
|
*
|
|
1486
1668
|
* @export
|
|
1487
|
-
* @interface
|
|
1669
|
+
* @interface GetLockedSubscriptionPreviewResponseInner
|
|
1488
1670
|
*/
|
|
1489
|
-
interface
|
|
1671
|
+
interface GetLockedSubscriptionPreviewResponseInner {
|
|
1490
1672
|
/**
|
|
1491
1673
|
*
|
|
1492
1674
|
* @type {string}
|
|
1493
|
-
* @memberof
|
|
1675
|
+
* @memberof GetLockedSubscriptionPreviewResponseInner
|
|
1494
1676
|
*/
|
|
1495
|
-
|
|
1677
|
+
rewardAsset?: string;
|
|
1496
1678
|
/**
|
|
1497
1679
|
*
|
|
1498
1680
|
* @type {string}
|
|
1499
|
-
* @memberof
|
|
1681
|
+
* @memberof GetLockedSubscriptionPreviewResponseInner
|
|
1500
1682
|
*/
|
|
1501
|
-
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
|
-
/**
|
|
1505
|
-
* Binance Simple Earn REST API
|
|
1506
|
-
*
|
|
1507
|
-
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1508
|
-
*
|
|
1509
|
-
* The version of the OpenAPI document: 1.0.0
|
|
1510
|
-
*
|
|
1511
|
-
*
|
|
1512
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1513
|
-
* https://openapi-generator.tech
|
|
1514
|
-
* Do not edit the class manually.
|
|
1515
|
-
*/
|
|
1516
|
-
/**
|
|
1517
|
-
*
|
|
1518
|
-
* @export
|
|
1519
|
-
* @interface GetRwusdQuotaDetailsResponseFastRedemptionQuota
|
|
1520
|
-
*/
|
|
1521
|
-
interface GetRwusdQuotaDetailsResponseFastRedemptionQuota {
|
|
1683
|
+
totalRewardAmt?: string;
|
|
1522
1684
|
/**
|
|
1523
1685
|
*
|
|
1524
1686
|
* @type {string}
|
|
1525
|
-
* @memberof
|
|
1687
|
+
* @memberof GetLockedSubscriptionPreviewResponseInner
|
|
1526
1688
|
*/
|
|
1527
|
-
|
|
1689
|
+
extraRewardAsset?: string;
|
|
1528
1690
|
/**
|
|
1529
1691
|
*
|
|
1530
1692
|
* @type {string}
|
|
1531
|
-
* @memberof
|
|
1693
|
+
* @memberof GetLockedSubscriptionPreviewResponseInner
|
|
1532
1694
|
*/
|
|
1533
|
-
|
|
1695
|
+
estTotalExtraRewardAmt?: string;
|
|
1534
1696
|
/**
|
|
1535
1697
|
*
|
|
1536
1698
|
* @type {string}
|
|
1537
|
-
* @memberof
|
|
1699
|
+
* @memberof GetLockedSubscriptionPreviewResponseInner
|
|
1538
1700
|
*/
|
|
1539
|
-
|
|
1701
|
+
boostRewardAsset?: string;
|
|
1540
1702
|
/**
|
|
1541
1703
|
*
|
|
1542
1704
|
* @type {string}
|
|
1543
|
-
* @memberof
|
|
1705
|
+
* @memberof GetLockedSubscriptionPreviewResponseInner
|
|
1544
1706
|
*/
|
|
1545
|
-
|
|
1546
|
-
}
|
|
1547
|
-
|
|
1548
|
-
/**
|
|
1549
|
-
* Binance Simple Earn REST API
|
|
1550
|
-
*
|
|
1551
|
-
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1552
|
-
*
|
|
1553
|
-
* The version of the OpenAPI document: 1.0.0
|
|
1554
|
-
*
|
|
1555
|
-
*
|
|
1556
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1557
|
-
* https://openapi-generator.tech
|
|
1558
|
-
* Do not edit the class manually.
|
|
1559
|
-
*/
|
|
1560
|
-
/**
|
|
1561
|
-
*
|
|
1562
|
-
* @export
|
|
1563
|
-
* @interface GetRwusdQuotaDetailsResponseStandardRedemptionQuota
|
|
1564
|
-
*/
|
|
1565
|
-
interface GetRwusdQuotaDetailsResponseStandardRedemptionQuota {
|
|
1707
|
+
estDailyRewardAmt?: string;
|
|
1566
1708
|
/**
|
|
1567
1709
|
*
|
|
1568
1710
|
* @type {string}
|
|
1569
|
-
* @memberof
|
|
1711
|
+
* @memberof GetLockedSubscriptionPreviewResponseInner
|
|
1570
1712
|
*/
|
|
1571
|
-
|
|
1713
|
+
nextPay?: string;
|
|
1572
1714
|
/**
|
|
1573
1715
|
*
|
|
1574
1716
|
* @type {string}
|
|
1575
|
-
* @memberof
|
|
1717
|
+
* @memberof GetLockedSubscriptionPreviewResponseInner
|
|
1576
1718
|
*/
|
|
1577
|
-
|
|
1719
|
+
nextPayDate?: string;
|
|
1578
1720
|
/**
|
|
1579
1721
|
*
|
|
1580
1722
|
* @type {string}
|
|
1581
|
-
* @memberof
|
|
1723
|
+
* @memberof GetLockedSubscriptionPreviewResponseInner
|
|
1582
1724
|
*/
|
|
1583
|
-
|
|
1725
|
+
valueDate?: string;
|
|
1584
1726
|
/**
|
|
1585
1727
|
*
|
|
1586
|
-
* @type {
|
|
1587
|
-
* @memberof
|
|
1728
|
+
* @type {string}
|
|
1729
|
+
* @memberof GetLockedSubscriptionPreviewResponseInner
|
|
1730
|
+
*/
|
|
1731
|
+
rewardsEndDate?: string;
|
|
1732
|
+
/**
|
|
1733
|
+
*
|
|
1734
|
+
* @type {string}
|
|
1735
|
+
* @memberof GetLockedSubscriptionPreviewResponseInner
|
|
1736
|
+
*/
|
|
1737
|
+
deliverDate?: string;
|
|
1738
|
+
/**
|
|
1739
|
+
*
|
|
1740
|
+
* @type {string}
|
|
1741
|
+
* @memberof GetLockedSubscriptionPreviewResponseInner
|
|
1588
1742
|
*/
|
|
1589
|
-
|
|
1743
|
+
nextSubscriptionDate?: string;
|
|
1590
1744
|
}
|
|
1591
1745
|
|
|
1592
1746
|
/**
|
|
@@ -1601,30 +1755,13 @@ interface GetRwusdQuotaDetailsResponseStandardRedemptionQuota {
|
|
|
1601
1755
|
* https://openapi-generator.tech
|
|
1602
1756
|
* Do not edit the class manually.
|
|
1603
1757
|
*/
|
|
1758
|
+
|
|
1604
1759
|
/**
|
|
1605
1760
|
*
|
|
1606
1761
|
* @export
|
|
1607
|
-
* @interface
|
|
1762
|
+
* @interface GetLockedSubscriptionPreviewResponse
|
|
1608
1763
|
*/
|
|
1609
|
-
interface
|
|
1610
|
-
/**
|
|
1611
|
-
*
|
|
1612
|
-
* @type {Array<string>}
|
|
1613
|
-
* @memberof GetRwusdQuotaDetailsResponseSubscriptionQuota
|
|
1614
|
-
*/
|
|
1615
|
-
assets?: Array<string>;
|
|
1616
|
-
/**
|
|
1617
|
-
*
|
|
1618
|
-
* @type {string}
|
|
1619
|
-
* @memberof GetRwusdQuotaDetailsResponseSubscriptionQuota
|
|
1620
|
-
*/
|
|
1621
|
-
leftQuota?: string;
|
|
1622
|
-
/**
|
|
1623
|
-
*
|
|
1624
|
-
* @type {string}
|
|
1625
|
-
* @memberof GetRwusdQuotaDetailsResponseSubscriptionQuota
|
|
1626
|
-
*/
|
|
1627
|
-
minimum?: string;
|
|
1764
|
+
interface GetLockedSubscriptionPreviewResponse extends Array<GetLockedSubscriptionPreviewResponseInner> {
|
|
1628
1765
|
}
|
|
1629
1766
|
|
|
1630
1767
|
/**
|
|
@@ -1639,43 +1776,84 @@ interface GetRwusdQuotaDetailsResponseSubscriptionQuota {
|
|
|
1639
1776
|
* https://openapi-generator.tech
|
|
1640
1777
|
* Do not edit the class manually.
|
|
1641
1778
|
*/
|
|
1642
|
-
|
|
1643
1779
|
/**
|
|
1644
1780
|
*
|
|
1645
1781
|
* @export
|
|
1646
|
-
* @interface
|
|
1782
|
+
* @interface GetLockedSubscriptionRecordResponseRowsInner
|
|
1647
1783
|
*/
|
|
1648
|
-
interface
|
|
1784
|
+
interface GetLockedSubscriptionRecordResponseRowsInner {
|
|
1649
1785
|
/**
|
|
1650
1786
|
*
|
|
1651
|
-
* @type {
|
|
1652
|
-
* @memberof
|
|
1787
|
+
* @type {number | bigint}
|
|
1788
|
+
* @memberof GetLockedSubscriptionRecordResponseRowsInner
|
|
1653
1789
|
*/
|
|
1654
|
-
|
|
1790
|
+
positionId?: number | bigint;
|
|
1655
1791
|
/**
|
|
1656
1792
|
*
|
|
1657
|
-
* @type {
|
|
1658
|
-
* @memberof
|
|
1793
|
+
* @type {string}
|
|
1794
|
+
* @memberof GetLockedSubscriptionRecordResponseRowsInner
|
|
1659
1795
|
*/
|
|
1660
|
-
|
|
1796
|
+
purchaseId?: string;
|
|
1661
1797
|
/**
|
|
1662
1798
|
*
|
|
1663
|
-
* @type {
|
|
1664
|
-
* @memberof
|
|
1799
|
+
* @type {string}
|
|
1800
|
+
* @memberof GetLockedSubscriptionRecordResponseRowsInner
|
|
1665
1801
|
*/
|
|
1666
|
-
|
|
1802
|
+
projectId?: string;
|
|
1667
1803
|
/**
|
|
1668
1804
|
*
|
|
1669
|
-
* @type {
|
|
1670
|
-
* @memberof
|
|
1805
|
+
* @type {number | bigint}
|
|
1806
|
+
* @memberof GetLockedSubscriptionRecordResponseRowsInner
|
|
1671
1807
|
*/
|
|
1672
|
-
|
|
1808
|
+
time?: number | bigint;
|
|
1673
1809
|
/**
|
|
1674
1810
|
*
|
|
1675
|
-
* @type {
|
|
1676
|
-
* @memberof
|
|
1811
|
+
* @type {string}
|
|
1812
|
+
* @memberof GetLockedSubscriptionRecordResponseRowsInner
|
|
1677
1813
|
*/
|
|
1678
|
-
|
|
1814
|
+
asset?: string;
|
|
1815
|
+
/**
|
|
1816
|
+
*
|
|
1817
|
+
* @type {string}
|
|
1818
|
+
* @memberof GetLockedSubscriptionRecordResponseRowsInner
|
|
1819
|
+
*/
|
|
1820
|
+
amount?: string;
|
|
1821
|
+
/**
|
|
1822
|
+
*
|
|
1823
|
+
* @type {string}
|
|
1824
|
+
* @memberof GetLockedSubscriptionRecordResponseRowsInner
|
|
1825
|
+
*/
|
|
1826
|
+
lockPeriod?: string;
|
|
1827
|
+
/**
|
|
1828
|
+
*
|
|
1829
|
+
* @type {string}
|
|
1830
|
+
* @memberof GetLockedSubscriptionRecordResponseRowsInner
|
|
1831
|
+
*/
|
|
1832
|
+
type?: string;
|
|
1833
|
+
/**
|
|
1834
|
+
*
|
|
1835
|
+
* @type {string}
|
|
1836
|
+
* @memberof GetLockedSubscriptionRecordResponseRowsInner
|
|
1837
|
+
*/
|
|
1838
|
+
sourceAccount?: string;
|
|
1839
|
+
/**
|
|
1840
|
+
*
|
|
1841
|
+
* @type {string}
|
|
1842
|
+
* @memberof GetLockedSubscriptionRecordResponseRowsInner
|
|
1843
|
+
*/
|
|
1844
|
+
amtFromSpot?: string;
|
|
1845
|
+
/**
|
|
1846
|
+
*
|
|
1847
|
+
* @type {string}
|
|
1848
|
+
* @memberof GetLockedSubscriptionRecordResponseRowsInner
|
|
1849
|
+
*/
|
|
1850
|
+
amtFromFunding?: string;
|
|
1851
|
+
/**
|
|
1852
|
+
*
|
|
1853
|
+
* @type {string}
|
|
1854
|
+
* @memberof GetLockedSubscriptionRecordResponseRowsInner
|
|
1855
|
+
*/
|
|
1856
|
+
status?: string;
|
|
1679
1857
|
}
|
|
1680
1858
|
|
|
1681
1859
|
/**
|
|
@@ -1690,24 +1868,25 @@ interface GetRwusdQuotaDetailsResponse {
|
|
|
1690
1868
|
* https://openapi-generator.tech
|
|
1691
1869
|
* Do not edit the class manually.
|
|
1692
1870
|
*/
|
|
1871
|
+
|
|
1693
1872
|
/**
|
|
1694
1873
|
*
|
|
1695
1874
|
* @export
|
|
1696
|
-
* @interface
|
|
1875
|
+
* @interface GetLockedSubscriptionRecordResponse
|
|
1697
1876
|
*/
|
|
1698
|
-
interface
|
|
1877
|
+
interface GetLockedSubscriptionRecordResponse {
|
|
1699
1878
|
/**
|
|
1700
1879
|
*
|
|
1701
|
-
* @type {
|
|
1702
|
-
* @memberof
|
|
1880
|
+
* @type {Array<GetLockedSubscriptionRecordResponseRowsInner>}
|
|
1881
|
+
* @memberof GetLockedSubscriptionRecordResponse
|
|
1703
1882
|
*/
|
|
1704
|
-
|
|
1883
|
+
rows?: Array<GetLockedSubscriptionRecordResponseRowsInner>;
|
|
1705
1884
|
/**
|
|
1706
1885
|
*
|
|
1707
|
-
* @type {number}
|
|
1708
|
-
* @memberof
|
|
1886
|
+
* @type {number | bigint}
|
|
1887
|
+
* @memberof GetLockedSubscriptionRecordResponse
|
|
1709
1888
|
*/
|
|
1710
|
-
|
|
1889
|
+
total?: number | bigint;
|
|
1711
1890
|
}
|
|
1712
1891
|
|
|
1713
1892
|
/**
|
|
@@ -1722,25 +1901,36 @@ interface GetRwusdRateHistoryResponseRowsInner {
|
|
|
1722
1901
|
* https://openapi-generator.tech
|
|
1723
1902
|
* Do not edit the class manually.
|
|
1724
1903
|
*/
|
|
1725
|
-
|
|
1726
1904
|
/**
|
|
1727
1905
|
*
|
|
1728
1906
|
* @export
|
|
1729
|
-
* @interface
|
|
1907
|
+
* @interface GetRateHistoryResponseRowsInner
|
|
1730
1908
|
*/
|
|
1731
|
-
interface
|
|
1909
|
+
interface GetRateHistoryResponseRowsInner {
|
|
1732
1910
|
/**
|
|
1733
1911
|
*
|
|
1734
|
-
* @type {
|
|
1735
|
-
* @memberof
|
|
1912
|
+
* @type {string}
|
|
1913
|
+
* @memberof GetRateHistoryResponseRowsInner
|
|
1736
1914
|
*/
|
|
1737
|
-
|
|
1915
|
+
productId?: string;
|
|
1738
1916
|
/**
|
|
1739
1917
|
*
|
|
1740
1918
|
* @type {string}
|
|
1741
|
-
* @memberof
|
|
1919
|
+
* @memberof GetRateHistoryResponseRowsInner
|
|
1742
1920
|
*/
|
|
1743
|
-
|
|
1921
|
+
asset?: string;
|
|
1922
|
+
/**
|
|
1923
|
+
*
|
|
1924
|
+
* @type {string}
|
|
1925
|
+
* @memberof GetRateHistoryResponseRowsInner
|
|
1926
|
+
*/
|
|
1927
|
+
annualPercentageRate?: string;
|
|
1928
|
+
/**
|
|
1929
|
+
*
|
|
1930
|
+
* @type {number | bigint}
|
|
1931
|
+
* @memberof GetRateHistoryResponseRowsInner
|
|
1932
|
+
*/
|
|
1933
|
+
time?: number | bigint;
|
|
1744
1934
|
}
|
|
1745
1935
|
|
|
1746
1936
|
/**
|
|
@@ -1755,60 +1945,101 @@ interface GetRwusdRateHistoryResponse {
|
|
|
1755
1945
|
* https://openapi-generator.tech
|
|
1756
1946
|
* Do not edit the class manually.
|
|
1757
1947
|
*/
|
|
1948
|
+
|
|
1758
1949
|
/**
|
|
1759
1950
|
*
|
|
1760
1951
|
* @export
|
|
1761
|
-
* @interface
|
|
1952
|
+
* @interface GetRateHistoryResponse
|
|
1762
1953
|
*/
|
|
1763
|
-
interface
|
|
1954
|
+
interface GetRateHistoryResponse {
|
|
1764
1955
|
/**
|
|
1765
1956
|
*
|
|
1766
|
-
* @type {
|
|
1767
|
-
* @memberof
|
|
1957
|
+
* @type {Array<GetRateHistoryResponseRowsInner>}
|
|
1958
|
+
* @memberof GetRateHistoryResponse
|
|
1768
1959
|
*/
|
|
1769
|
-
|
|
1960
|
+
rows?: Array<GetRateHistoryResponseRowsInner>;
|
|
1770
1961
|
/**
|
|
1771
1962
|
*
|
|
1772
1963
|
* @type {string}
|
|
1773
|
-
* @memberof
|
|
1964
|
+
* @memberof GetRateHistoryResponse
|
|
1774
1965
|
*/
|
|
1775
|
-
|
|
1966
|
+
total?: string;
|
|
1967
|
+
}
|
|
1968
|
+
|
|
1969
|
+
/**
|
|
1970
|
+
* Binance Simple Earn REST API
|
|
1971
|
+
*
|
|
1972
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
1973
|
+
*
|
|
1974
|
+
* The version of the OpenAPI document: 1.0.0
|
|
1975
|
+
*
|
|
1976
|
+
*
|
|
1977
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1978
|
+
* https://openapi-generator.tech
|
|
1979
|
+
* Do not edit the class manually.
|
|
1980
|
+
*/
|
|
1981
|
+
/**
|
|
1982
|
+
*
|
|
1983
|
+
* @export
|
|
1984
|
+
* @interface GetRwusdAccountResponse
|
|
1985
|
+
*/
|
|
1986
|
+
interface GetRwusdAccountResponse {
|
|
1776
1987
|
/**
|
|
1777
1988
|
*
|
|
1778
1989
|
* @type {string}
|
|
1779
|
-
* @memberof
|
|
1990
|
+
* @memberof GetRwusdAccountResponse
|
|
1780
1991
|
*/
|
|
1781
|
-
|
|
1992
|
+
rwusdAmount?: string;
|
|
1782
1993
|
/**
|
|
1783
1994
|
*
|
|
1784
1995
|
* @type {string}
|
|
1785
|
-
* @memberof
|
|
1996
|
+
* @memberof GetRwusdAccountResponse
|
|
1786
1997
|
*/
|
|
1787
|
-
|
|
1998
|
+
totalProfit?: string;
|
|
1999
|
+
}
|
|
2000
|
+
|
|
2001
|
+
/**
|
|
2002
|
+
* Binance Simple Earn REST API
|
|
2003
|
+
*
|
|
2004
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
2005
|
+
*
|
|
2006
|
+
* The version of the OpenAPI document: 1.0.0
|
|
2007
|
+
*
|
|
2008
|
+
*
|
|
2009
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2010
|
+
* https://openapi-generator.tech
|
|
2011
|
+
* Do not edit the class manually.
|
|
2012
|
+
*/
|
|
2013
|
+
/**
|
|
2014
|
+
*
|
|
2015
|
+
* @export
|
|
2016
|
+
* @interface GetRwusdQuotaDetailsResponseFastRedemptionQuota
|
|
2017
|
+
*/
|
|
2018
|
+
interface GetRwusdQuotaDetailsResponseFastRedemptionQuota {
|
|
1788
2019
|
/**
|
|
1789
2020
|
*
|
|
1790
2021
|
* @type {string}
|
|
1791
|
-
* @memberof
|
|
2022
|
+
* @memberof GetRwusdQuotaDetailsResponseFastRedemptionQuota
|
|
1792
2023
|
*/
|
|
1793
|
-
|
|
2024
|
+
leftQuota?: string;
|
|
1794
2025
|
/**
|
|
1795
2026
|
*
|
|
1796
2027
|
* @type {string}
|
|
1797
|
-
* @memberof
|
|
2028
|
+
* @memberof GetRwusdQuotaDetailsResponseFastRedemptionQuota
|
|
1798
2029
|
*/
|
|
1799
|
-
|
|
2030
|
+
minimum?: string;
|
|
1800
2031
|
/**
|
|
1801
2032
|
*
|
|
1802
|
-
* @type {
|
|
1803
|
-
* @memberof
|
|
2033
|
+
* @type {string}
|
|
2034
|
+
* @memberof GetRwusdQuotaDetailsResponseFastRedemptionQuota
|
|
1804
2035
|
*/
|
|
1805
|
-
|
|
2036
|
+
fee?: string;
|
|
1806
2037
|
/**
|
|
1807
2038
|
*
|
|
1808
2039
|
* @type {string}
|
|
1809
|
-
* @memberof
|
|
2040
|
+
* @memberof GetRwusdQuotaDetailsResponseFastRedemptionQuota
|
|
1810
2041
|
*/
|
|
1811
|
-
|
|
2042
|
+
freeQuota?: string;
|
|
1812
2043
|
}
|
|
1813
2044
|
|
|
1814
2045
|
/**
|
|
@@ -1823,25 +2054,36 @@ interface GetRwusdRedemptionHistoryResponseRowsInner {
|
|
|
1823
2054
|
* https://openapi-generator.tech
|
|
1824
2055
|
* Do not edit the class manually.
|
|
1825
2056
|
*/
|
|
1826
|
-
|
|
1827
2057
|
/**
|
|
1828
2058
|
*
|
|
1829
2059
|
* @export
|
|
1830
|
-
* @interface
|
|
2060
|
+
* @interface GetRwusdQuotaDetailsResponseStandardRedemptionQuota
|
|
1831
2061
|
*/
|
|
1832
|
-
interface
|
|
2062
|
+
interface GetRwusdQuotaDetailsResponseStandardRedemptionQuota {
|
|
1833
2063
|
/**
|
|
1834
2064
|
*
|
|
1835
|
-
* @type {
|
|
1836
|
-
* @memberof
|
|
2065
|
+
* @type {string}
|
|
2066
|
+
* @memberof GetRwusdQuotaDetailsResponseStandardRedemptionQuota
|
|
1837
2067
|
*/
|
|
1838
|
-
|
|
2068
|
+
leftQuota?: string;
|
|
1839
2069
|
/**
|
|
1840
2070
|
*
|
|
1841
|
-
* @type {
|
|
1842
|
-
* @memberof
|
|
2071
|
+
* @type {string}
|
|
2072
|
+
* @memberof GetRwusdQuotaDetailsResponseStandardRedemptionQuota
|
|
2073
|
+
*/
|
|
2074
|
+
minimum?: string;
|
|
2075
|
+
/**
|
|
2076
|
+
*
|
|
2077
|
+
* @type {string}
|
|
2078
|
+
* @memberof GetRwusdQuotaDetailsResponseStandardRedemptionQuota
|
|
2079
|
+
*/
|
|
2080
|
+
fee?: string;
|
|
2081
|
+
/**
|
|
2082
|
+
*
|
|
2083
|
+
* @type {number | bigint}
|
|
2084
|
+
* @memberof GetRwusdQuotaDetailsResponseStandardRedemptionQuota
|
|
1843
2085
|
*/
|
|
1844
|
-
|
|
2086
|
+
redeemPeriod?: number | bigint;
|
|
1845
2087
|
}
|
|
1846
2088
|
|
|
1847
2089
|
/**
|
|
@@ -1859,33 +2101,78 @@ interface GetRwusdRedemptionHistoryResponse {
|
|
|
1859
2101
|
/**
|
|
1860
2102
|
*
|
|
1861
2103
|
* @export
|
|
1862
|
-
* @interface
|
|
2104
|
+
* @interface GetRwusdQuotaDetailsResponseSubscriptionQuota
|
|
1863
2105
|
*/
|
|
1864
|
-
interface
|
|
2106
|
+
interface GetRwusdQuotaDetailsResponseSubscriptionQuota {
|
|
1865
2107
|
/**
|
|
1866
2108
|
*
|
|
1867
|
-
* @type {
|
|
1868
|
-
* @memberof
|
|
2109
|
+
* @type {Array<string>}
|
|
2110
|
+
* @memberof GetRwusdQuotaDetailsResponseSubscriptionQuota
|
|
1869
2111
|
*/
|
|
1870
|
-
|
|
2112
|
+
assets?: Array<string>;
|
|
1871
2113
|
/**
|
|
1872
2114
|
*
|
|
1873
2115
|
* @type {string}
|
|
1874
|
-
* @memberof
|
|
2116
|
+
* @memberof GetRwusdQuotaDetailsResponseSubscriptionQuota
|
|
1875
2117
|
*/
|
|
1876
|
-
|
|
2118
|
+
leftQuota?: string;
|
|
1877
2119
|
/**
|
|
1878
2120
|
*
|
|
1879
2121
|
* @type {string}
|
|
1880
|
-
* @memberof
|
|
2122
|
+
* @memberof GetRwusdQuotaDetailsResponseSubscriptionQuota
|
|
1881
2123
|
*/
|
|
1882
|
-
|
|
2124
|
+
minimum?: string;
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
/**
|
|
2128
|
+
* Binance Simple Earn REST API
|
|
2129
|
+
*
|
|
2130
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
2131
|
+
*
|
|
2132
|
+
* The version of the OpenAPI document: 1.0.0
|
|
2133
|
+
*
|
|
2134
|
+
*
|
|
2135
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2136
|
+
* https://openapi-generator.tech
|
|
2137
|
+
* Do not edit the class manually.
|
|
2138
|
+
*/
|
|
2139
|
+
|
|
2140
|
+
/**
|
|
2141
|
+
*
|
|
2142
|
+
* @export
|
|
2143
|
+
* @interface GetRwusdQuotaDetailsResponse
|
|
2144
|
+
*/
|
|
2145
|
+
interface GetRwusdQuotaDetailsResponse {
|
|
1883
2146
|
/**
|
|
1884
2147
|
*
|
|
1885
|
-
* @type {
|
|
1886
|
-
* @memberof
|
|
2148
|
+
* @type {GetRwusdQuotaDetailsResponseSubscriptionQuota}
|
|
2149
|
+
* @memberof GetRwusdQuotaDetailsResponse
|
|
1887
2150
|
*/
|
|
1888
|
-
|
|
2151
|
+
subscriptionQuota?: GetRwusdQuotaDetailsResponseSubscriptionQuota;
|
|
2152
|
+
/**
|
|
2153
|
+
*
|
|
2154
|
+
* @type {GetRwusdQuotaDetailsResponseFastRedemptionQuota}
|
|
2155
|
+
* @memberof GetRwusdQuotaDetailsResponse
|
|
2156
|
+
*/
|
|
2157
|
+
fastRedemptionQuota?: GetRwusdQuotaDetailsResponseFastRedemptionQuota;
|
|
2158
|
+
/**
|
|
2159
|
+
*
|
|
2160
|
+
* @type {GetRwusdQuotaDetailsResponseStandardRedemptionQuota}
|
|
2161
|
+
* @memberof GetRwusdQuotaDetailsResponse
|
|
2162
|
+
*/
|
|
2163
|
+
standardRedemptionQuota?: GetRwusdQuotaDetailsResponseStandardRedemptionQuota;
|
|
2164
|
+
/**
|
|
2165
|
+
*
|
|
2166
|
+
* @type {boolean}
|
|
2167
|
+
* @memberof GetRwusdQuotaDetailsResponse
|
|
2168
|
+
*/
|
|
2169
|
+
subscribeEnable?: boolean;
|
|
2170
|
+
/**
|
|
2171
|
+
*
|
|
2172
|
+
* @type {boolean}
|
|
2173
|
+
* @memberof GetRwusdQuotaDetailsResponse
|
|
2174
|
+
*/
|
|
2175
|
+
redeemEnable?: boolean;
|
|
1889
2176
|
}
|
|
1890
2177
|
|
|
1891
2178
|
/**
|
|
@@ -1904,21 +2191,21 @@ interface GetRwusdRewardsHistoryResponseRowsInner {
|
|
|
1904
2191
|
/**
|
|
1905
2192
|
*
|
|
1906
2193
|
* @export
|
|
1907
|
-
* @interface
|
|
2194
|
+
* @interface GetRwusdRateHistoryResponse
|
|
1908
2195
|
*/
|
|
1909
|
-
interface
|
|
2196
|
+
interface GetRwusdRateHistoryResponse {
|
|
1910
2197
|
/**
|
|
1911
2198
|
*
|
|
1912
|
-
* @type {Array<
|
|
1913
|
-
* @memberof
|
|
2199
|
+
* @type {Array<GetBfusdRateHistoryResponseRowsInner>}
|
|
2200
|
+
* @memberof GetRwusdRateHistoryResponse
|
|
1914
2201
|
*/
|
|
1915
|
-
rows?: Array<
|
|
2202
|
+
rows?: Array<GetBfusdRateHistoryResponseRowsInner>;
|
|
1916
2203
|
/**
|
|
1917
2204
|
*
|
|
1918
|
-
* @type {
|
|
1919
|
-
* @memberof
|
|
2205
|
+
* @type {string}
|
|
2206
|
+
* @memberof GetRwusdRateHistoryResponse
|
|
1920
2207
|
*/
|
|
1921
|
-
total?:
|
|
2208
|
+
total?: string;
|
|
1922
2209
|
}
|
|
1923
2210
|
|
|
1924
2211
|
/**
|
|
@@ -1936,43 +2223,55 @@ interface GetRwusdRewardsHistoryResponse {
|
|
|
1936
2223
|
/**
|
|
1937
2224
|
*
|
|
1938
2225
|
* @export
|
|
1939
|
-
* @interface
|
|
2226
|
+
* @interface GetRwusdRedemptionHistoryResponseRowsInner
|
|
1940
2227
|
*/
|
|
1941
|
-
interface
|
|
2228
|
+
interface GetRwusdRedemptionHistoryResponseRowsInner {
|
|
1942
2229
|
/**
|
|
1943
2230
|
*
|
|
1944
|
-
* @type {number}
|
|
1945
|
-
* @memberof
|
|
2231
|
+
* @type {number | bigint}
|
|
2232
|
+
* @memberof GetRwusdRedemptionHistoryResponseRowsInner
|
|
1946
2233
|
*/
|
|
1947
|
-
time?: number;
|
|
2234
|
+
time?: number | bigint;
|
|
1948
2235
|
/**
|
|
1949
2236
|
*
|
|
1950
2237
|
* @type {string}
|
|
1951
|
-
* @memberof
|
|
2238
|
+
* @memberof GetRwusdRedemptionHistoryResponseRowsInner
|
|
1952
2239
|
*/
|
|
1953
2240
|
asset?: string;
|
|
1954
2241
|
/**
|
|
1955
2242
|
*
|
|
1956
2243
|
* @type {string}
|
|
1957
|
-
* @memberof
|
|
2244
|
+
* @memberof GetRwusdRedemptionHistoryResponseRowsInner
|
|
1958
2245
|
*/
|
|
1959
2246
|
amount?: string;
|
|
1960
2247
|
/**
|
|
1961
2248
|
*
|
|
1962
2249
|
* @type {string}
|
|
1963
|
-
* @memberof
|
|
2250
|
+
* @memberof GetRwusdRedemptionHistoryResponseRowsInner
|
|
1964
2251
|
*/
|
|
1965
2252
|
receiveAsset?: string;
|
|
1966
2253
|
/**
|
|
1967
2254
|
*
|
|
1968
2255
|
* @type {string}
|
|
1969
|
-
* @memberof
|
|
2256
|
+
* @memberof GetRwusdRedemptionHistoryResponseRowsInner
|
|
1970
2257
|
*/
|
|
1971
2258
|
receiveAmount?: string;
|
|
1972
2259
|
/**
|
|
1973
2260
|
*
|
|
1974
2261
|
* @type {string}
|
|
1975
|
-
* @memberof
|
|
2262
|
+
* @memberof GetRwusdRedemptionHistoryResponseRowsInner
|
|
2263
|
+
*/
|
|
2264
|
+
fee?: string;
|
|
2265
|
+
/**
|
|
2266
|
+
*
|
|
2267
|
+
* @type {number | bigint}
|
|
2268
|
+
* @memberof GetRwusdRedemptionHistoryResponseRowsInner
|
|
2269
|
+
*/
|
|
2270
|
+
arrivalTime?: number | bigint;
|
|
2271
|
+
/**
|
|
2272
|
+
*
|
|
2273
|
+
* @type {string}
|
|
2274
|
+
* @memberof GetRwusdRedemptionHistoryResponseRowsInner
|
|
1976
2275
|
*/
|
|
1977
2276
|
status?: string;
|
|
1978
2277
|
}
|
|
@@ -1993,21 +2292,21 @@ interface GetRwusdSubscriptionHistoryResponseRowsInner {
|
|
|
1993
2292
|
/**
|
|
1994
2293
|
*
|
|
1995
2294
|
* @export
|
|
1996
|
-
* @interface
|
|
2295
|
+
* @interface GetRwusdRedemptionHistoryResponse
|
|
1997
2296
|
*/
|
|
1998
|
-
interface
|
|
2297
|
+
interface GetRwusdRedemptionHistoryResponse {
|
|
1999
2298
|
/**
|
|
2000
2299
|
*
|
|
2001
|
-
* @type {Array<
|
|
2002
|
-
* @memberof
|
|
2300
|
+
* @type {Array<GetRwusdRedemptionHistoryResponseRowsInner>}
|
|
2301
|
+
* @memberof GetRwusdRedemptionHistoryResponse
|
|
2003
2302
|
*/
|
|
2004
|
-
rows?: Array<
|
|
2303
|
+
rows?: Array<GetRwusdRedemptionHistoryResponseRowsInner>;
|
|
2005
2304
|
/**
|
|
2006
2305
|
*
|
|
2007
|
-
* @type {number}
|
|
2008
|
-
* @memberof
|
|
2306
|
+
* @type {number | bigint}
|
|
2307
|
+
* @memberof GetRwusdRedemptionHistoryResponse
|
|
2009
2308
|
*/
|
|
2010
|
-
total?: number;
|
|
2309
|
+
total?: number | bigint;
|
|
2011
2310
|
}
|
|
2012
2311
|
|
|
2013
2312
|
/**
|
|
@@ -2022,29 +2321,195 @@ interface GetRwusdSubscriptionHistoryResponse {
|
|
|
2022
2321
|
* https://openapi-generator.tech
|
|
2023
2322
|
* Do not edit the class manually.
|
|
2024
2323
|
*/
|
|
2025
|
-
|
|
2026
2324
|
/**
|
|
2027
2325
|
*
|
|
2028
2326
|
* @export
|
|
2029
|
-
* @interface
|
|
2327
|
+
* @interface GetRwusdRewardsHistoryResponseRowsInner
|
|
2030
2328
|
*/
|
|
2031
|
-
interface
|
|
2329
|
+
interface GetRwusdRewardsHistoryResponseRowsInner {
|
|
2032
2330
|
/**
|
|
2033
2331
|
*
|
|
2034
|
-
* @type {
|
|
2035
|
-
* @memberof
|
|
2332
|
+
* @type {number | bigint}
|
|
2333
|
+
* @memberof GetRwusdRewardsHistoryResponseRowsInner
|
|
2036
2334
|
*/
|
|
2037
|
-
|
|
2335
|
+
time?: number | bigint;
|
|
2038
2336
|
/**
|
|
2039
2337
|
*
|
|
2040
2338
|
* @type {string}
|
|
2041
|
-
* @memberof
|
|
2339
|
+
* @memberof GetRwusdRewardsHistoryResponseRowsInner
|
|
2042
2340
|
*/
|
|
2043
|
-
|
|
2341
|
+
rewardsAmount?: string;
|
|
2044
2342
|
/**
|
|
2045
2343
|
*
|
|
2046
|
-
* @type {
|
|
2047
|
-
* @memberof
|
|
2344
|
+
* @type {string}
|
|
2345
|
+
* @memberof GetRwusdRewardsHistoryResponseRowsInner
|
|
2346
|
+
*/
|
|
2347
|
+
rwusdPosition?: string;
|
|
2348
|
+
/**
|
|
2349
|
+
*
|
|
2350
|
+
* @type {string}
|
|
2351
|
+
* @memberof GetRwusdRewardsHistoryResponseRowsInner
|
|
2352
|
+
*/
|
|
2353
|
+
annualPercentageRate?: string;
|
|
2354
|
+
}
|
|
2355
|
+
|
|
2356
|
+
/**
|
|
2357
|
+
* Binance Simple Earn REST API
|
|
2358
|
+
*
|
|
2359
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
2360
|
+
*
|
|
2361
|
+
* The version of the OpenAPI document: 1.0.0
|
|
2362
|
+
*
|
|
2363
|
+
*
|
|
2364
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2365
|
+
* https://openapi-generator.tech
|
|
2366
|
+
* Do not edit the class manually.
|
|
2367
|
+
*/
|
|
2368
|
+
|
|
2369
|
+
/**
|
|
2370
|
+
*
|
|
2371
|
+
* @export
|
|
2372
|
+
* @interface GetRwusdRewardsHistoryResponse
|
|
2373
|
+
*/
|
|
2374
|
+
interface GetRwusdRewardsHistoryResponse {
|
|
2375
|
+
/**
|
|
2376
|
+
*
|
|
2377
|
+
* @type {Array<GetRwusdRewardsHistoryResponseRowsInner>}
|
|
2378
|
+
* @memberof GetRwusdRewardsHistoryResponse
|
|
2379
|
+
*/
|
|
2380
|
+
rows?: Array<GetRwusdRewardsHistoryResponseRowsInner>;
|
|
2381
|
+
/**
|
|
2382
|
+
*
|
|
2383
|
+
* @type {number | bigint}
|
|
2384
|
+
* @memberof GetRwusdRewardsHistoryResponse
|
|
2385
|
+
*/
|
|
2386
|
+
total?: number | bigint;
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2389
|
+
/**
|
|
2390
|
+
* Binance Simple Earn REST API
|
|
2391
|
+
*
|
|
2392
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
2393
|
+
*
|
|
2394
|
+
* The version of the OpenAPI document: 1.0.0
|
|
2395
|
+
*
|
|
2396
|
+
*
|
|
2397
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2398
|
+
* https://openapi-generator.tech
|
|
2399
|
+
* Do not edit the class manually.
|
|
2400
|
+
*/
|
|
2401
|
+
/**
|
|
2402
|
+
*
|
|
2403
|
+
* @export
|
|
2404
|
+
* @interface GetRwusdSubscriptionHistoryResponseRowsInner
|
|
2405
|
+
*/
|
|
2406
|
+
interface GetRwusdSubscriptionHistoryResponseRowsInner {
|
|
2407
|
+
/**
|
|
2408
|
+
*
|
|
2409
|
+
* @type {number | bigint}
|
|
2410
|
+
* @memberof GetRwusdSubscriptionHistoryResponseRowsInner
|
|
2411
|
+
*/
|
|
2412
|
+
time?: number | bigint;
|
|
2413
|
+
/**
|
|
2414
|
+
*
|
|
2415
|
+
* @type {string}
|
|
2416
|
+
* @memberof GetRwusdSubscriptionHistoryResponseRowsInner
|
|
2417
|
+
*/
|
|
2418
|
+
asset?: string;
|
|
2419
|
+
/**
|
|
2420
|
+
*
|
|
2421
|
+
* @type {string}
|
|
2422
|
+
* @memberof GetRwusdSubscriptionHistoryResponseRowsInner
|
|
2423
|
+
*/
|
|
2424
|
+
amount?: string;
|
|
2425
|
+
/**
|
|
2426
|
+
*
|
|
2427
|
+
* @type {string}
|
|
2428
|
+
* @memberof GetRwusdSubscriptionHistoryResponseRowsInner
|
|
2429
|
+
*/
|
|
2430
|
+
receiveAsset?: string;
|
|
2431
|
+
/**
|
|
2432
|
+
*
|
|
2433
|
+
* @type {string}
|
|
2434
|
+
* @memberof GetRwusdSubscriptionHistoryResponseRowsInner
|
|
2435
|
+
*/
|
|
2436
|
+
receiveAmount?: string;
|
|
2437
|
+
/**
|
|
2438
|
+
*
|
|
2439
|
+
* @type {string}
|
|
2440
|
+
* @memberof GetRwusdSubscriptionHistoryResponseRowsInner
|
|
2441
|
+
*/
|
|
2442
|
+
status?: string;
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
/**
|
|
2446
|
+
* Binance Simple Earn REST API
|
|
2447
|
+
*
|
|
2448
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
2449
|
+
*
|
|
2450
|
+
* The version of the OpenAPI document: 1.0.0
|
|
2451
|
+
*
|
|
2452
|
+
*
|
|
2453
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2454
|
+
* https://openapi-generator.tech
|
|
2455
|
+
* Do not edit the class manually.
|
|
2456
|
+
*/
|
|
2457
|
+
|
|
2458
|
+
/**
|
|
2459
|
+
*
|
|
2460
|
+
* @export
|
|
2461
|
+
* @interface GetRwusdSubscriptionHistoryResponse
|
|
2462
|
+
*/
|
|
2463
|
+
interface GetRwusdSubscriptionHistoryResponse {
|
|
2464
|
+
/**
|
|
2465
|
+
*
|
|
2466
|
+
* @type {Array<GetRwusdSubscriptionHistoryResponseRowsInner>}
|
|
2467
|
+
* @memberof GetRwusdSubscriptionHistoryResponse
|
|
2468
|
+
*/
|
|
2469
|
+
rows?: Array<GetRwusdSubscriptionHistoryResponseRowsInner>;
|
|
2470
|
+
/**
|
|
2471
|
+
*
|
|
2472
|
+
* @type {number | bigint}
|
|
2473
|
+
* @memberof GetRwusdSubscriptionHistoryResponse
|
|
2474
|
+
*/
|
|
2475
|
+
total?: number | bigint;
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2478
|
+
/**
|
|
2479
|
+
* Binance Simple Earn REST API
|
|
2480
|
+
*
|
|
2481
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
2482
|
+
*
|
|
2483
|
+
* The version of the OpenAPI document: 1.0.0
|
|
2484
|
+
*
|
|
2485
|
+
*
|
|
2486
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2487
|
+
* https://openapi-generator.tech
|
|
2488
|
+
* Do not edit the class manually.
|
|
2489
|
+
*/
|
|
2490
|
+
|
|
2491
|
+
/**
|
|
2492
|
+
*
|
|
2493
|
+
* @export
|
|
2494
|
+
* @interface GetSimpleEarnFlexibleProductListResponseRowsInner
|
|
2495
|
+
*/
|
|
2496
|
+
interface GetSimpleEarnFlexibleProductListResponseRowsInner {
|
|
2497
|
+
/**
|
|
2498
|
+
*
|
|
2499
|
+
* @type {string}
|
|
2500
|
+
* @memberof GetSimpleEarnFlexibleProductListResponseRowsInner
|
|
2501
|
+
*/
|
|
2502
|
+
asset?: string;
|
|
2503
|
+
/**
|
|
2504
|
+
*
|
|
2505
|
+
* @type {string}
|
|
2506
|
+
* @memberof GetSimpleEarnFlexibleProductListResponseRowsInner
|
|
2507
|
+
*/
|
|
2508
|
+
latestAnnualPercentageRate?: string;
|
|
2509
|
+
/**
|
|
2510
|
+
*
|
|
2511
|
+
* @type {GetFlexibleProductPositionResponseRowsInnerTierAnnualPercentageRate}
|
|
2512
|
+
* @memberof GetSimpleEarnFlexibleProductListResponseRowsInner
|
|
2048
2513
|
*/
|
|
2049
2514
|
tierAnnualPercentageRate?: GetFlexibleProductPositionResponseRowsInnerTierAnnualPercentageRate;
|
|
2050
2515
|
/**
|
|
@@ -2091,10 +2556,10 @@ interface GetSimpleEarnFlexibleProductListResponseRowsInner {
|
|
|
2091
2556
|
productId?: string;
|
|
2092
2557
|
/**
|
|
2093
2558
|
*
|
|
2094
|
-
* @type {number}
|
|
2559
|
+
* @type {number | bigint}
|
|
2095
2560
|
* @memberof GetSimpleEarnFlexibleProductListResponseRowsInner
|
|
2096
2561
|
*/
|
|
2097
|
-
subscriptionStartTime?: number;
|
|
2562
|
+
subscriptionStartTime?: number | bigint;
|
|
2098
2563
|
/**
|
|
2099
2564
|
*
|
|
2100
2565
|
* @type {string}
|
|
@@ -2130,10 +2595,10 @@ interface GetSimpleEarnFlexibleProductListResponse {
|
|
|
2130
2595
|
rows?: Array<GetSimpleEarnFlexibleProductListResponseRowsInner>;
|
|
2131
2596
|
/**
|
|
2132
2597
|
*
|
|
2133
|
-
* @type {number}
|
|
2598
|
+
* @type {number | bigint}
|
|
2134
2599
|
* @memberof GetSimpleEarnFlexibleProductListResponse
|
|
2135
2600
|
*/
|
|
2136
|
-
total?: number;
|
|
2601
|
+
total?: number | bigint;
|
|
2137
2602
|
}
|
|
2138
2603
|
|
|
2139
2604
|
/**
|
|
@@ -2168,10 +2633,10 @@ interface GetSimpleEarnLockedProductListResponseRowsInnerDetail {
|
|
|
2168
2633
|
rewardAsset?: string;
|
|
2169
2634
|
/**
|
|
2170
2635
|
*
|
|
2171
|
-
* @type {number}
|
|
2636
|
+
* @type {number | bigint}
|
|
2172
2637
|
* @memberof GetSimpleEarnLockedProductListResponseRowsInnerDetail
|
|
2173
2638
|
*/
|
|
2174
|
-
duration?: number;
|
|
2639
|
+
duration?: number | bigint;
|
|
2175
2640
|
/**
|
|
2176
2641
|
*
|
|
2177
2642
|
* @type {boolean}
|
|
@@ -2198,10 +2663,10 @@ interface GetSimpleEarnLockedProductListResponseRowsInnerDetail {
|
|
|
2198
2663
|
status?: string;
|
|
2199
2664
|
/**
|
|
2200
2665
|
*
|
|
2201
|
-
* @type {number}
|
|
2666
|
+
* @type {number | bigint}
|
|
2202
2667
|
* @memberof GetSimpleEarnLockedProductListResponseRowsInnerDetail
|
|
2203
2668
|
*/
|
|
2204
|
-
subscriptionStartTime?: number;
|
|
2669
|
+
subscriptionStartTime?: number | bigint;
|
|
2205
2670
|
/**
|
|
2206
2671
|
*
|
|
2207
2672
|
* @type {string}
|
|
@@ -2228,10 +2693,10 @@ interface GetSimpleEarnLockedProductListResponseRowsInnerDetail {
|
|
|
2228
2693
|
boostApr?: string;
|
|
2229
2694
|
/**
|
|
2230
2695
|
*
|
|
2231
|
-
* @type {number}
|
|
2696
|
+
* @type {number | bigint}
|
|
2232
2697
|
* @memberof GetSimpleEarnLockedProductListResponseRowsInnerDetail
|
|
2233
2698
|
*/
|
|
2234
|
-
boostEndTime?: number;
|
|
2699
|
+
boostEndTime?: number | bigint;
|
|
2235
2700
|
}
|
|
2236
2701
|
|
|
2237
2702
|
/**
|
|
@@ -2332,10 +2797,54 @@ interface GetSimpleEarnLockedProductListResponse {
|
|
|
2332
2797
|
rows?: Array<GetSimpleEarnLockedProductListResponseRowsInner>;
|
|
2333
2798
|
/**
|
|
2334
2799
|
*
|
|
2335
|
-
* @type {number}
|
|
2800
|
+
* @type {number | bigint}
|
|
2336
2801
|
* @memberof GetSimpleEarnLockedProductListResponse
|
|
2337
2802
|
*/
|
|
2338
|
-
total?: number;
|
|
2803
|
+
total?: number | bigint;
|
|
2804
|
+
}
|
|
2805
|
+
|
|
2806
|
+
/**
|
|
2807
|
+
* Binance Simple Earn REST API
|
|
2808
|
+
*
|
|
2809
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
2810
|
+
*
|
|
2811
|
+
* The version of the OpenAPI document: 1.0.0
|
|
2812
|
+
*
|
|
2813
|
+
*
|
|
2814
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2815
|
+
* https://openapi-generator.tech
|
|
2816
|
+
* Do not edit the class manually.
|
|
2817
|
+
*/
|
|
2818
|
+
/**
|
|
2819
|
+
*
|
|
2820
|
+
* @export
|
|
2821
|
+
* @interface RedeemBfusdResponse
|
|
2822
|
+
*/
|
|
2823
|
+
interface RedeemBfusdResponse {
|
|
2824
|
+
/**
|
|
2825
|
+
*
|
|
2826
|
+
* @type {boolean}
|
|
2827
|
+
* @memberof RedeemBfusdResponse
|
|
2828
|
+
*/
|
|
2829
|
+
success?: boolean;
|
|
2830
|
+
/**
|
|
2831
|
+
*
|
|
2832
|
+
* @type {string}
|
|
2833
|
+
* @memberof RedeemBfusdResponse
|
|
2834
|
+
*/
|
|
2835
|
+
receiveAmount?: string;
|
|
2836
|
+
/**
|
|
2837
|
+
*
|
|
2838
|
+
* @type {string}
|
|
2839
|
+
* @memberof RedeemBfusdResponse
|
|
2840
|
+
*/
|
|
2841
|
+
fee?: string;
|
|
2842
|
+
/**
|
|
2843
|
+
*
|
|
2844
|
+
* @type {number | bigint}
|
|
2845
|
+
* @memberof RedeemBfusdResponse
|
|
2846
|
+
*/
|
|
2847
|
+
arrivalTime?: number | bigint;
|
|
2339
2848
|
}
|
|
2340
2849
|
|
|
2341
2850
|
/**
|
|
@@ -2358,10 +2867,10 @@ interface GetSimpleEarnLockedProductListResponse {
|
|
|
2358
2867
|
interface RedeemFlexibleProductResponse {
|
|
2359
2868
|
/**
|
|
2360
2869
|
*
|
|
2361
|
-
* @type {number}
|
|
2870
|
+
* @type {number | bigint}
|
|
2362
2871
|
* @memberof RedeemFlexibleProductResponse
|
|
2363
2872
|
*/
|
|
2364
|
-
redeemId?: number;
|
|
2873
|
+
redeemId?: number | bigint;
|
|
2365
2874
|
/**
|
|
2366
2875
|
*
|
|
2367
2876
|
* @type {boolean}
|
|
@@ -2390,10 +2899,10 @@ interface RedeemFlexibleProductResponse {
|
|
|
2390
2899
|
interface RedeemLockedProductResponse {
|
|
2391
2900
|
/**
|
|
2392
2901
|
*
|
|
2393
|
-
* @type {number}
|
|
2902
|
+
* @type {number | bigint}
|
|
2394
2903
|
* @memberof RedeemLockedProductResponse
|
|
2395
2904
|
*/
|
|
2396
|
-
redeemId?: number;
|
|
2905
|
+
redeemId?: number | bigint;
|
|
2397
2906
|
/**
|
|
2398
2907
|
*
|
|
2399
2908
|
* @type {boolean}
|
|
@@ -2440,10 +2949,10 @@ interface RedeemRwusdResponse {
|
|
|
2440
2949
|
fee?: string;
|
|
2441
2950
|
/**
|
|
2442
2951
|
*
|
|
2443
|
-
* @type {number}
|
|
2952
|
+
* @type {number | bigint}
|
|
2444
2953
|
* @memberof RedeemRwusdResponse
|
|
2445
2954
|
*/
|
|
2446
|
-
arrivalTime?: number;
|
|
2955
|
+
arrivalTime?: number | bigint;
|
|
2447
2956
|
}
|
|
2448
2957
|
|
|
2449
2958
|
/**
|
|
@@ -2580,6 +3089,38 @@ interface SimpleAccountResponse {
|
|
|
2580
3089
|
totalLockedInUSDT?: string;
|
|
2581
3090
|
}
|
|
2582
3091
|
|
|
3092
|
+
/**
|
|
3093
|
+
* Binance Simple Earn REST API
|
|
3094
|
+
*
|
|
3095
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
3096
|
+
*
|
|
3097
|
+
* The version of the OpenAPI document: 1.0.0
|
|
3098
|
+
*
|
|
3099
|
+
*
|
|
3100
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3101
|
+
* https://openapi-generator.tech
|
|
3102
|
+
* Do not edit the class manually.
|
|
3103
|
+
*/
|
|
3104
|
+
/**
|
|
3105
|
+
*
|
|
3106
|
+
* @export
|
|
3107
|
+
* @interface SubscribeBfusdResponse
|
|
3108
|
+
*/
|
|
3109
|
+
interface SubscribeBfusdResponse {
|
|
3110
|
+
/**
|
|
3111
|
+
*
|
|
3112
|
+
* @type {boolean}
|
|
3113
|
+
* @memberof SubscribeBfusdResponse
|
|
3114
|
+
*/
|
|
3115
|
+
success?: boolean;
|
|
3116
|
+
/**
|
|
3117
|
+
*
|
|
3118
|
+
* @type {string}
|
|
3119
|
+
* @memberof SubscribeBfusdResponse
|
|
3120
|
+
*/
|
|
3121
|
+
bfusdAmount?: string;
|
|
3122
|
+
}
|
|
3123
|
+
|
|
2583
3124
|
/**
|
|
2584
3125
|
* Binance Simple Earn REST API
|
|
2585
3126
|
*
|
|
@@ -2600,86 +3141,585 @@ interface SimpleAccountResponse {
|
|
|
2600
3141
|
interface SubscribeFlexibleProductResponse {
|
|
2601
3142
|
/**
|
|
2602
3143
|
*
|
|
2603
|
-
* @type {number}
|
|
2604
|
-
* @memberof SubscribeFlexibleProductResponse
|
|
3144
|
+
* @type {number | bigint}
|
|
3145
|
+
* @memberof SubscribeFlexibleProductResponse
|
|
3146
|
+
*/
|
|
3147
|
+
purchaseId?: number | bigint;
|
|
3148
|
+
/**
|
|
3149
|
+
*
|
|
3150
|
+
* @type {boolean}
|
|
3151
|
+
* @memberof SubscribeFlexibleProductResponse
|
|
3152
|
+
*/
|
|
3153
|
+
success?: boolean;
|
|
3154
|
+
}
|
|
3155
|
+
|
|
3156
|
+
/**
|
|
3157
|
+
* Binance Simple Earn REST API
|
|
3158
|
+
*
|
|
3159
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
3160
|
+
*
|
|
3161
|
+
* The version of the OpenAPI document: 1.0.0
|
|
3162
|
+
*
|
|
3163
|
+
*
|
|
3164
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3165
|
+
* https://openapi-generator.tech
|
|
3166
|
+
* Do not edit the class manually.
|
|
3167
|
+
*/
|
|
3168
|
+
/**
|
|
3169
|
+
*
|
|
3170
|
+
* @export
|
|
3171
|
+
* @interface SubscribeLockedProductResponse
|
|
3172
|
+
*/
|
|
3173
|
+
interface SubscribeLockedProductResponse {
|
|
3174
|
+
/**
|
|
3175
|
+
*
|
|
3176
|
+
* @type {number | bigint}
|
|
3177
|
+
* @memberof SubscribeLockedProductResponse
|
|
3178
|
+
*/
|
|
3179
|
+
purchaseId?: number | bigint;
|
|
3180
|
+
/**
|
|
3181
|
+
*
|
|
3182
|
+
* @type {string}
|
|
3183
|
+
* @memberof SubscribeLockedProductResponse
|
|
3184
|
+
*/
|
|
3185
|
+
positionId?: string;
|
|
3186
|
+
/**
|
|
3187
|
+
*
|
|
3188
|
+
* @type {boolean}
|
|
3189
|
+
* @memberof SubscribeLockedProductResponse
|
|
3190
|
+
*/
|
|
3191
|
+
success?: boolean;
|
|
3192
|
+
}
|
|
3193
|
+
|
|
3194
|
+
/**
|
|
3195
|
+
* Binance Simple Earn REST API
|
|
3196
|
+
*
|
|
3197
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
3198
|
+
*
|
|
3199
|
+
* The version of the OpenAPI document: 1.0.0
|
|
3200
|
+
*
|
|
3201
|
+
*
|
|
3202
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3203
|
+
* https://openapi-generator.tech
|
|
3204
|
+
* Do not edit the class manually.
|
|
3205
|
+
*/
|
|
3206
|
+
/**
|
|
3207
|
+
*
|
|
3208
|
+
* @export
|
|
3209
|
+
* @interface SubscribeRwusdResponse
|
|
3210
|
+
*/
|
|
3211
|
+
interface SubscribeRwusdResponse {
|
|
3212
|
+
/**
|
|
3213
|
+
*
|
|
3214
|
+
* @type {boolean}
|
|
3215
|
+
* @memberof SubscribeRwusdResponse
|
|
3216
|
+
*/
|
|
3217
|
+
success?: boolean;
|
|
3218
|
+
/**
|
|
3219
|
+
*
|
|
3220
|
+
* @type {string}
|
|
3221
|
+
* @memberof SubscribeRwusdResponse
|
|
3222
|
+
*/
|
|
3223
|
+
rwusdAmount?: string;
|
|
3224
|
+
}
|
|
3225
|
+
|
|
3226
|
+
/**
|
|
3227
|
+
* Binance Simple Earn REST API
|
|
3228
|
+
*
|
|
3229
|
+
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
3230
|
+
*
|
|
3231
|
+
* The version of the OpenAPI document: 1.0.0
|
|
3232
|
+
*
|
|
3233
|
+
*
|
|
3234
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3235
|
+
* https://openapi-generator.tech
|
|
3236
|
+
* Do not edit the class manually.
|
|
3237
|
+
*/
|
|
3238
|
+
|
|
3239
|
+
/**
|
|
3240
|
+
* BfusdApi - interface
|
|
3241
|
+
* @interface BfusdApi
|
|
3242
|
+
*/
|
|
3243
|
+
interface BfusdApiInterface {
|
|
3244
|
+
/**
|
|
3245
|
+
* Get BFUSD account information.
|
|
3246
|
+
*
|
|
3247
|
+
* Weight: 150
|
|
3248
|
+
*
|
|
3249
|
+
* @summary Get BFUSD Account (USER_DATA)
|
|
3250
|
+
* @param {GetBfusdAccountRequest} requestParameters Request parameters.
|
|
3251
|
+
*
|
|
3252
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
3253
|
+
* @memberof BfusdApiInterface
|
|
3254
|
+
*/
|
|
3255
|
+
getBfusdAccount(requestParameters?: GetBfusdAccountRequest): Promise<RestApiResponse<GetBfusdAccountResponse>>;
|
|
3256
|
+
/**
|
|
3257
|
+
* Get BFUSD quota details including fast redemption quota and standard redemption quota.
|
|
3258
|
+
*
|
|
3259
|
+
* Weight: 150
|
|
3260
|
+
*
|
|
3261
|
+
* @summary Get BFUSD Quota Details (USER_DATA)
|
|
3262
|
+
* @param {GetBfusdQuotaDetailsRequest} requestParameters Request parameters.
|
|
3263
|
+
*
|
|
3264
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
3265
|
+
* @memberof BfusdApiInterface
|
|
3266
|
+
*/
|
|
3267
|
+
getBfusdQuotaDetails(requestParameters?: GetBfusdQuotaDetailsRequest): Promise<RestApiResponse<GetBfusdQuotaDetailsResponse>>;
|
|
3268
|
+
/**
|
|
3269
|
+
* Get BFUSD rate history sorted by descending order.
|
|
3270
|
+
*
|
|
3271
|
+
* The time between `startTime` and `endTime` cannot be longer than 6 months.
|
|
3272
|
+
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
3273
|
+
* If `startTime` is sent but `endTime` is not sent, `endTime` will default to current time, and results from `startTime` onward will be returned.
|
|
3274
|
+
* If `endTime` is sent but `startTime` is not sent, `startTime` defaults to the current time minus one month, and data between `startTime` and `endTime` will be returned.
|
|
3275
|
+
*
|
|
3276
|
+
* Weight: 150
|
|
3277
|
+
*
|
|
3278
|
+
* @summary Get BFUSD Rate History (USER_DATA)
|
|
3279
|
+
* @param {GetBfusdRateHistoryRequest} requestParameters Request parameters.
|
|
3280
|
+
*
|
|
3281
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
3282
|
+
* @memberof BfusdApiInterface
|
|
3283
|
+
*/
|
|
3284
|
+
getBfusdRateHistory(requestParameters?: GetBfusdRateHistoryRequest): Promise<RestApiResponse<GetBfusdRateHistoryResponse>>;
|
|
3285
|
+
/**
|
|
3286
|
+
* Get BFUSD redemption history.
|
|
3287
|
+
*
|
|
3288
|
+
* The time between `startTime` and `endTime` cannot be longer than 6 months.
|
|
3289
|
+
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
3290
|
+
* If `startTime` is sent but `endTime` is not sent, `endTime` will default to current time, and results from `startTime` onward will be returned.
|
|
3291
|
+
* If `endTime` is sent but `startTime` is not sent, `startTime` defaults to the current time minus one month, and data between `startTime` and `endTime` will be returned.
|
|
3292
|
+
*
|
|
3293
|
+
* Weight: 150
|
|
3294
|
+
*
|
|
3295
|
+
* @summary Get BFUSD Redemption History (USER_DATA)
|
|
3296
|
+
* @param {GetBfusdRedemptionHistoryRequest} requestParameters Request parameters.
|
|
3297
|
+
*
|
|
3298
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
3299
|
+
* @memberof BfusdApiInterface
|
|
3300
|
+
*/
|
|
3301
|
+
getBfusdRedemptionHistory(requestParameters?: GetBfusdRedemptionHistoryRequest): Promise<RestApiResponse<GetBfusdRedemptionHistoryResponse>>;
|
|
3302
|
+
/**
|
|
3303
|
+
* Get BFUSD rewards history.
|
|
3304
|
+
*
|
|
3305
|
+
* The time between `startTime` and `endTime` cannot be longer than 6 months.
|
|
3306
|
+
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
3307
|
+
* If `startTime` is sent but `endTime` is not sent, `endTime` will default to current time, and results from `startTime` onward will be returned.
|
|
3308
|
+
* If `endTime` is sent but `startTime` is not sent, `startTime` defaults to the current time minus one month, and data between `startTime` and `endTime` will be returned.
|
|
3309
|
+
*
|
|
3310
|
+
* Weight: 150
|
|
3311
|
+
*
|
|
3312
|
+
* @summary Get BFUSD Rewards History (USER_DATA)
|
|
3313
|
+
* @param {GetBfusdRewardsHistoryRequest} requestParameters Request parameters.
|
|
3314
|
+
*
|
|
3315
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
3316
|
+
* @memberof BfusdApiInterface
|
|
3317
|
+
*/
|
|
3318
|
+
getBfusdRewardsHistory(requestParameters?: GetBfusdRewardsHistoryRequest): Promise<RestApiResponse<GetBfusdRewardsHistoryResponse>>;
|
|
3319
|
+
/**
|
|
3320
|
+
* Get BFUSD subscription history
|
|
3321
|
+
*
|
|
3322
|
+
* The time between `startTime` and `endTime` cannot be longer than 6 months.
|
|
3323
|
+
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
3324
|
+
* If `startTime` is sent but `endTime` is not sent, `endTime` will default to current time, and results from `startTime` onward will be returned.
|
|
3325
|
+
* If `endTime` is sent but `startTime` is not sent, `startTime` defaults to the current time advanced by one month, and data between `startTime` and `endTime` will be returned.
|
|
3326
|
+
*
|
|
3327
|
+
* Weight: 150
|
|
3328
|
+
*
|
|
3329
|
+
* @summary Get BFUSD subscription history(USER_DATA)
|
|
3330
|
+
* @param {GetBfusdSubscriptionHistoryRequest} requestParameters Request parameters.
|
|
3331
|
+
*
|
|
3332
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
3333
|
+
* @memberof BfusdApiInterface
|
|
3334
|
+
*/
|
|
3335
|
+
getBfusdSubscriptionHistory(requestParameters?: GetBfusdSubscriptionHistoryRequest): Promise<RestApiResponse<GetBfusdSubscriptionHistoryResponse>>;
|
|
3336
|
+
/**
|
|
3337
|
+
* Redeem BFUSD to USDT
|
|
3338
|
+
*
|
|
3339
|
+
* You need to open Enable Spot & Margin Trading permission for the API Key which requests this endpoint.
|
|
3340
|
+
*
|
|
3341
|
+
* Weight: 150
|
|
3342
|
+
*
|
|
3343
|
+
* @summary Redeem BFUSD(TRADE)
|
|
3344
|
+
* @param {RedeemBfusdRequest} requestParameters Request parameters.
|
|
3345
|
+
*
|
|
3346
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
3347
|
+
* @memberof BfusdApiInterface
|
|
3348
|
+
*/
|
|
3349
|
+
redeemBfusd(requestParameters: RedeemBfusdRequest): Promise<RestApiResponse<RedeemBfusdResponse>>;
|
|
3350
|
+
/**
|
|
3351
|
+
* Subscribe BFUSD
|
|
3352
|
+
*
|
|
3353
|
+
* You need to open Enable Spot & Margin Trading permission for the API Key which requests this endpoint.
|
|
3354
|
+
*
|
|
3355
|
+
* Weight: 150
|
|
3356
|
+
*
|
|
3357
|
+
* @summary Subscribe BFUSD(TRADE)
|
|
3358
|
+
* @param {SubscribeBfusdRequest} requestParameters Request parameters.
|
|
3359
|
+
*
|
|
3360
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
3361
|
+
* @memberof BfusdApiInterface
|
|
3362
|
+
*/
|
|
3363
|
+
subscribeBfusd(requestParameters: SubscribeBfusdRequest): Promise<RestApiResponse<SubscribeBfusdResponse>>;
|
|
3364
|
+
}
|
|
3365
|
+
/**
|
|
3366
|
+
* Request parameters for getBfusdAccount operation in BfusdApi.
|
|
3367
|
+
* @interface GetBfusdAccountRequest
|
|
3368
|
+
*/
|
|
3369
|
+
interface GetBfusdAccountRequest {
|
|
3370
|
+
/**
|
|
3371
|
+
* The value cannot be greater than 60000 (ms)
|
|
3372
|
+
* @type {number}
|
|
3373
|
+
* @memberof BfusdApiGetBfusdAccount
|
|
3374
|
+
*/
|
|
3375
|
+
readonly recvWindow?: number;
|
|
3376
|
+
}
|
|
3377
|
+
/**
|
|
3378
|
+
* Request parameters for getBfusdQuotaDetails operation in BfusdApi.
|
|
3379
|
+
* @interface GetBfusdQuotaDetailsRequest
|
|
3380
|
+
*/
|
|
3381
|
+
interface GetBfusdQuotaDetailsRequest {
|
|
3382
|
+
/**
|
|
3383
|
+
* The value cannot be greater than 60000 (ms)
|
|
3384
|
+
* @type {number}
|
|
3385
|
+
* @memberof BfusdApiGetBfusdQuotaDetails
|
|
3386
|
+
*/
|
|
3387
|
+
readonly recvWindow?: number;
|
|
3388
|
+
}
|
|
3389
|
+
/**
|
|
3390
|
+
* Request parameters for getBfusdRateHistory operation in BfusdApi.
|
|
3391
|
+
* @interface GetBfusdRateHistoryRequest
|
|
3392
|
+
*/
|
|
3393
|
+
interface GetBfusdRateHistoryRequest {
|
|
3394
|
+
/**
|
|
3395
|
+
*
|
|
3396
|
+
* @type {number}
|
|
3397
|
+
* @memberof BfusdApiGetBfusdRateHistory
|
|
3398
|
+
*/
|
|
3399
|
+
readonly startTime?: number;
|
|
3400
|
+
/**
|
|
3401
|
+
*
|
|
3402
|
+
* @type {number}
|
|
3403
|
+
* @memberof BfusdApiGetBfusdRateHistory
|
|
3404
|
+
*/
|
|
3405
|
+
readonly endTime?: number;
|
|
3406
|
+
/**
|
|
3407
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
3408
|
+
* @type {number}
|
|
3409
|
+
* @memberof BfusdApiGetBfusdRateHistory
|
|
3410
|
+
*/
|
|
3411
|
+
readonly current?: number;
|
|
3412
|
+
/**
|
|
3413
|
+
* Number of results per page. Default: 10, Max: 100
|
|
3414
|
+
* @type {number}
|
|
3415
|
+
* @memberof BfusdApiGetBfusdRateHistory
|
|
3416
|
+
*/
|
|
3417
|
+
readonly size?: number;
|
|
3418
|
+
/**
|
|
3419
|
+
* The value cannot be greater than 60000 (ms)
|
|
3420
|
+
* @type {number}
|
|
3421
|
+
* @memberof BfusdApiGetBfusdRateHistory
|
|
3422
|
+
*/
|
|
3423
|
+
readonly recvWindow?: number;
|
|
3424
|
+
}
|
|
3425
|
+
/**
|
|
3426
|
+
* Request parameters for getBfusdRedemptionHistory operation in BfusdApi.
|
|
3427
|
+
* @interface GetBfusdRedemptionHistoryRequest
|
|
3428
|
+
*/
|
|
3429
|
+
interface GetBfusdRedemptionHistoryRequest {
|
|
3430
|
+
/**
|
|
3431
|
+
*
|
|
3432
|
+
* @type {number}
|
|
3433
|
+
* @memberof BfusdApiGetBfusdRedemptionHistory
|
|
3434
|
+
*/
|
|
3435
|
+
readonly startTime?: number;
|
|
3436
|
+
/**
|
|
3437
|
+
*
|
|
3438
|
+
* @type {number}
|
|
3439
|
+
* @memberof BfusdApiGetBfusdRedemptionHistory
|
|
3440
|
+
*/
|
|
3441
|
+
readonly endTime?: number;
|
|
3442
|
+
/**
|
|
3443
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
3444
|
+
* @type {number}
|
|
3445
|
+
* @memberof BfusdApiGetBfusdRedemptionHistory
|
|
3446
|
+
*/
|
|
3447
|
+
readonly current?: number;
|
|
3448
|
+
/**
|
|
3449
|
+
* Number of results per page. Default: 10, Max: 100
|
|
3450
|
+
* @type {number}
|
|
3451
|
+
* @memberof BfusdApiGetBfusdRedemptionHistory
|
|
3452
|
+
*/
|
|
3453
|
+
readonly size?: number;
|
|
3454
|
+
/**
|
|
3455
|
+
* The value cannot be greater than 60000 (ms)
|
|
3456
|
+
* @type {number}
|
|
3457
|
+
* @memberof BfusdApiGetBfusdRedemptionHistory
|
|
3458
|
+
*/
|
|
3459
|
+
readonly recvWindow?: number;
|
|
3460
|
+
}
|
|
3461
|
+
/**
|
|
3462
|
+
* Request parameters for getBfusdRewardsHistory operation in BfusdApi.
|
|
3463
|
+
* @interface GetBfusdRewardsHistoryRequest
|
|
3464
|
+
*/
|
|
3465
|
+
interface GetBfusdRewardsHistoryRequest {
|
|
3466
|
+
/**
|
|
3467
|
+
*
|
|
3468
|
+
* @type {number}
|
|
3469
|
+
* @memberof BfusdApiGetBfusdRewardsHistory
|
|
3470
|
+
*/
|
|
3471
|
+
readonly startTime?: number;
|
|
3472
|
+
/**
|
|
3473
|
+
*
|
|
3474
|
+
* @type {number}
|
|
3475
|
+
* @memberof BfusdApiGetBfusdRewardsHistory
|
|
3476
|
+
*/
|
|
3477
|
+
readonly endTime?: number;
|
|
3478
|
+
/**
|
|
3479
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
3480
|
+
* @type {number}
|
|
3481
|
+
* @memberof BfusdApiGetBfusdRewardsHistory
|
|
3482
|
+
*/
|
|
3483
|
+
readonly current?: number;
|
|
3484
|
+
/**
|
|
3485
|
+
* Number of results per page. Default: 10, Max: 100
|
|
3486
|
+
* @type {number}
|
|
3487
|
+
* @memberof BfusdApiGetBfusdRewardsHistory
|
|
3488
|
+
*/
|
|
3489
|
+
readonly size?: number;
|
|
3490
|
+
/**
|
|
3491
|
+
* The value cannot be greater than 60000 (ms)
|
|
3492
|
+
* @type {number}
|
|
3493
|
+
* @memberof BfusdApiGetBfusdRewardsHistory
|
|
3494
|
+
*/
|
|
3495
|
+
readonly recvWindow?: number;
|
|
3496
|
+
}
|
|
3497
|
+
/**
|
|
3498
|
+
* Request parameters for getBfusdSubscriptionHistory operation in BfusdApi.
|
|
3499
|
+
* @interface GetBfusdSubscriptionHistoryRequest
|
|
3500
|
+
*/
|
|
3501
|
+
interface GetBfusdSubscriptionHistoryRequest {
|
|
3502
|
+
/**
|
|
3503
|
+
* USDC or USDT
|
|
3504
|
+
* @type {string}
|
|
3505
|
+
* @memberof BfusdApiGetBfusdSubscriptionHistory
|
|
3506
|
+
*/
|
|
3507
|
+
readonly asset?: string;
|
|
3508
|
+
/**
|
|
3509
|
+
*
|
|
3510
|
+
* @type {number}
|
|
3511
|
+
* @memberof BfusdApiGetBfusdSubscriptionHistory
|
|
3512
|
+
*/
|
|
3513
|
+
readonly startTime?: number;
|
|
3514
|
+
/**
|
|
3515
|
+
*
|
|
3516
|
+
* @type {number}
|
|
3517
|
+
* @memberof BfusdApiGetBfusdSubscriptionHistory
|
|
3518
|
+
*/
|
|
3519
|
+
readonly endTime?: number;
|
|
3520
|
+
/**
|
|
3521
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
3522
|
+
* @type {number}
|
|
3523
|
+
* @memberof BfusdApiGetBfusdSubscriptionHistory
|
|
3524
|
+
*/
|
|
3525
|
+
readonly current?: number;
|
|
3526
|
+
/**
|
|
3527
|
+
* Number of results per page. Default: 10, Max: 100
|
|
3528
|
+
* @type {number}
|
|
3529
|
+
* @memberof BfusdApiGetBfusdSubscriptionHistory
|
|
3530
|
+
*/
|
|
3531
|
+
readonly size?: number;
|
|
3532
|
+
/**
|
|
3533
|
+
* The value cannot be greater than 60000 (ms)
|
|
3534
|
+
* @type {number}
|
|
3535
|
+
* @memberof BfusdApiGetBfusdSubscriptionHistory
|
|
3536
|
+
*/
|
|
3537
|
+
readonly recvWindow?: number;
|
|
3538
|
+
}
|
|
3539
|
+
/**
|
|
3540
|
+
* Request parameters for redeemBfusd operation in BfusdApi.
|
|
3541
|
+
* @interface RedeemBfusdRequest
|
|
3542
|
+
*/
|
|
3543
|
+
interface RedeemBfusdRequest {
|
|
3544
|
+
/**
|
|
3545
|
+
* Amount
|
|
3546
|
+
* @type {number}
|
|
3547
|
+
* @memberof BfusdApiRedeemBfusd
|
|
3548
|
+
*/
|
|
3549
|
+
readonly amount: number;
|
|
3550
|
+
/**
|
|
3551
|
+
* FAST or STANDARD, defaults to STANDARD
|
|
3552
|
+
* @type {string}
|
|
3553
|
+
* @memberof BfusdApiRedeemBfusd
|
|
3554
|
+
*/
|
|
3555
|
+
readonly type: string;
|
|
3556
|
+
/**
|
|
3557
|
+
* The value cannot be greater than 60000 (ms)
|
|
3558
|
+
* @type {number}
|
|
3559
|
+
* @memberof BfusdApiRedeemBfusd
|
|
3560
|
+
*/
|
|
3561
|
+
readonly recvWindow?: number;
|
|
3562
|
+
}
|
|
3563
|
+
/**
|
|
3564
|
+
* Request parameters for subscribeBfusd operation in BfusdApi.
|
|
3565
|
+
* @interface SubscribeBfusdRequest
|
|
3566
|
+
*/
|
|
3567
|
+
interface SubscribeBfusdRequest {
|
|
3568
|
+
/**
|
|
3569
|
+
* USDT or USDC (whichever is eligible)
|
|
3570
|
+
* @type {string}
|
|
3571
|
+
* @memberof BfusdApiSubscribeBfusd
|
|
3572
|
+
*/
|
|
3573
|
+
readonly asset: string;
|
|
3574
|
+
/**
|
|
3575
|
+
* Amount
|
|
3576
|
+
* @type {number}
|
|
3577
|
+
* @memberof BfusdApiSubscribeBfusd
|
|
3578
|
+
*/
|
|
3579
|
+
readonly amount: number;
|
|
3580
|
+
/**
|
|
3581
|
+
* The value cannot be greater than 60000 (ms)
|
|
3582
|
+
* @type {number}
|
|
3583
|
+
* @memberof BfusdApiSubscribeBfusd
|
|
3584
|
+
*/
|
|
3585
|
+
readonly recvWindow?: number;
|
|
3586
|
+
}
|
|
3587
|
+
/**
|
|
3588
|
+
* BfusdApi - object-oriented interface
|
|
3589
|
+
* @class BfusdApi
|
|
3590
|
+
*/
|
|
3591
|
+
declare class BfusdApi implements BfusdApiInterface {
|
|
3592
|
+
private readonly configuration;
|
|
3593
|
+
private localVarAxiosParamCreator;
|
|
3594
|
+
constructor(configuration: ConfigurationRestAPI);
|
|
3595
|
+
/**
|
|
3596
|
+
* Get BFUSD account information.
|
|
3597
|
+
*
|
|
3598
|
+
* Weight: 150
|
|
3599
|
+
*
|
|
3600
|
+
* @summary Get BFUSD Account (USER_DATA)
|
|
3601
|
+
* @param {GetBfusdAccountRequest} requestParameters Request parameters.
|
|
3602
|
+
* @returns {Promise<RestApiResponse<GetBfusdAccountResponse>>}
|
|
3603
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
3604
|
+
* @memberof BfusdApi
|
|
3605
|
+
* @see {@link https://developers.binance.com/docs/simple_earn/bfusd/account/ Binance API Documentation}
|
|
2605
3606
|
*/
|
|
2606
|
-
|
|
3607
|
+
getBfusdAccount(requestParameters?: GetBfusdAccountRequest): Promise<RestApiResponse<GetBfusdAccountResponse>>;
|
|
2607
3608
|
/**
|
|
3609
|
+
* Get BFUSD quota details including fast redemption quota and standard redemption quota.
|
|
2608
3610
|
*
|
|
2609
|
-
*
|
|
2610
|
-
*
|
|
3611
|
+
* Weight: 150
|
|
3612
|
+
*
|
|
3613
|
+
* @summary Get BFUSD Quota Details (USER_DATA)
|
|
3614
|
+
* @param {GetBfusdQuotaDetailsRequest} requestParameters Request parameters.
|
|
3615
|
+
* @returns {Promise<RestApiResponse<GetBfusdQuotaDetailsResponse>>}
|
|
3616
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
3617
|
+
* @memberof BfusdApi
|
|
3618
|
+
* @see {@link https://developers.binance.com/docs/simple_earn/bfusd/account/Get-BFUSD-Quota-Details Binance API Documentation}
|
|
2611
3619
|
*/
|
|
2612
|
-
|
|
2613
|
-
}
|
|
2614
|
-
|
|
2615
|
-
/**
|
|
2616
|
-
* Binance Simple Earn REST API
|
|
2617
|
-
*
|
|
2618
|
-
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
2619
|
-
*
|
|
2620
|
-
* The version of the OpenAPI document: 1.0.0
|
|
2621
|
-
*
|
|
2622
|
-
*
|
|
2623
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2624
|
-
* https://openapi-generator.tech
|
|
2625
|
-
* Do not edit the class manually.
|
|
2626
|
-
*/
|
|
2627
|
-
/**
|
|
2628
|
-
*
|
|
2629
|
-
* @export
|
|
2630
|
-
* @interface SubscribeLockedProductResponse
|
|
2631
|
-
*/
|
|
2632
|
-
interface SubscribeLockedProductResponse {
|
|
3620
|
+
getBfusdQuotaDetails(requestParameters?: GetBfusdQuotaDetailsRequest): Promise<RestApiResponse<GetBfusdQuotaDetailsResponse>>;
|
|
2633
3621
|
/**
|
|
3622
|
+
* Get BFUSD rate history sorted by descending order.
|
|
2634
3623
|
*
|
|
2635
|
-
*
|
|
2636
|
-
*
|
|
3624
|
+
* The time between `startTime` and `endTime` cannot be longer than 6 months.
|
|
3625
|
+
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
3626
|
+
* If `startTime` is sent but `endTime` is not sent, `endTime` will default to current time, and results from `startTime` onward will be returned.
|
|
3627
|
+
* If `endTime` is sent but `startTime` is not sent, `startTime` defaults to the current time minus one month, and data between `startTime` and `endTime` will be returned.
|
|
3628
|
+
*
|
|
3629
|
+
* Weight: 150
|
|
3630
|
+
*
|
|
3631
|
+
* @summary Get BFUSD Rate History (USER_DATA)
|
|
3632
|
+
* @param {GetBfusdRateHistoryRequest} requestParameters Request parameters.
|
|
3633
|
+
* @returns {Promise<RestApiResponse<GetBfusdRateHistoryResponse>>}
|
|
3634
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
3635
|
+
* @memberof BfusdApi
|
|
3636
|
+
* @see {@link https://developers.binance.com/docs/simple_earn/bfusd/history/Get-BFUSD-Rate-History Binance API Documentation}
|
|
2637
3637
|
*/
|
|
2638
|
-
|
|
3638
|
+
getBfusdRateHistory(requestParameters?: GetBfusdRateHistoryRequest): Promise<RestApiResponse<GetBfusdRateHistoryResponse>>;
|
|
2639
3639
|
/**
|
|
3640
|
+
* Get BFUSD redemption history.
|
|
2640
3641
|
*
|
|
2641
|
-
*
|
|
2642
|
-
*
|
|
3642
|
+
* The time between `startTime` and `endTime` cannot be longer than 6 months.
|
|
3643
|
+
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
3644
|
+
* If `startTime` is sent but `endTime` is not sent, `endTime` will default to current time, and results from `startTime` onward will be returned.
|
|
3645
|
+
* If `endTime` is sent but `startTime` is not sent, `startTime` defaults to the current time minus one month, and data between `startTime` and `endTime` will be returned.
|
|
3646
|
+
*
|
|
3647
|
+
* Weight: 150
|
|
3648
|
+
*
|
|
3649
|
+
* @summary Get BFUSD Redemption History (USER_DATA)
|
|
3650
|
+
* @param {GetBfusdRedemptionHistoryRequest} requestParameters Request parameters.
|
|
3651
|
+
* @returns {Promise<RestApiResponse<GetBfusdRedemptionHistoryResponse>>}
|
|
3652
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
3653
|
+
* @memberof BfusdApi
|
|
3654
|
+
* @see {@link https://developers.binance.com/docs/simple_earn/bfusd/history/Get-BFUSD-Redemption-History Binance API Documentation}
|
|
2643
3655
|
*/
|
|
2644
|
-
|
|
3656
|
+
getBfusdRedemptionHistory(requestParameters?: GetBfusdRedemptionHistoryRequest): Promise<RestApiResponse<GetBfusdRedemptionHistoryResponse>>;
|
|
2645
3657
|
/**
|
|
3658
|
+
* Get BFUSD rewards history.
|
|
2646
3659
|
*
|
|
2647
|
-
*
|
|
2648
|
-
*
|
|
3660
|
+
* The time between `startTime` and `endTime` cannot be longer than 6 months.
|
|
3661
|
+
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
3662
|
+
* If `startTime` is sent but `endTime` is not sent, `endTime` will default to current time, and results from `startTime` onward will be returned.
|
|
3663
|
+
* If `endTime` is sent but `startTime` is not sent, `startTime` defaults to the current time minus one month, and data between `startTime` and `endTime` will be returned.
|
|
3664
|
+
*
|
|
3665
|
+
* Weight: 150
|
|
3666
|
+
*
|
|
3667
|
+
* @summary Get BFUSD Rewards History (USER_DATA)
|
|
3668
|
+
* @param {GetBfusdRewardsHistoryRequest} requestParameters Request parameters.
|
|
3669
|
+
* @returns {Promise<RestApiResponse<GetBfusdRewardsHistoryResponse>>}
|
|
3670
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
3671
|
+
* @memberof BfusdApi
|
|
3672
|
+
* @see {@link https://developers.binance.com/docs/simple_earn/bfusd/history/Get-BFUSD-Rewards-History Binance API Documentation}
|
|
2649
3673
|
*/
|
|
2650
|
-
|
|
2651
|
-
}
|
|
2652
|
-
|
|
2653
|
-
/**
|
|
2654
|
-
* Binance Simple Earn REST API
|
|
2655
|
-
*
|
|
2656
|
-
* OpenAPI Specification for the Binance Simple Earn REST API
|
|
2657
|
-
*
|
|
2658
|
-
* The version of the OpenAPI document: 1.0.0
|
|
2659
|
-
*
|
|
2660
|
-
*
|
|
2661
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2662
|
-
* https://openapi-generator.tech
|
|
2663
|
-
* Do not edit the class manually.
|
|
2664
|
-
*/
|
|
2665
|
-
/**
|
|
2666
|
-
*
|
|
2667
|
-
* @export
|
|
2668
|
-
* @interface SubscribeRwusdResponse
|
|
2669
|
-
*/
|
|
2670
|
-
interface SubscribeRwusdResponse {
|
|
3674
|
+
getBfusdRewardsHistory(requestParameters?: GetBfusdRewardsHistoryRequest): Promise<RestApiResponse<GetBfusdRewardsHistoryResponse>>;
|
|
2671
3675
|
/**
|
|
3676
|
+
* Get BFUSD subscription history
|
|
2672
3677
|
*
|
|
2673
|
-
*
|
|
2674
|
-
*
|
|
3678
|
+
* The time between `startTime` and `endTime` cannot be longer than 6 months.
|
|
3679
|
+
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
3680
|
+
* If `startTime` is sent but `endTime` is not sent, `endTime` will default to current time, and results from `startTime` onward will be returned.
|
|
3681
|
+
* If `endTime` is sent but `startTime` is not sent, `startTime` defaults to the current time advanced by one month, and data between `startTime` and `endTime` will be returned.
|
|
3682
|
+
*
|
|
3683
|
+
* Weight: 150
|
|
3684
|
+
*
|
|
3685
|
+
* @summary Get BFUSD subscription history(USER_DATA)
|
|
3686
|
+
* @param {GetBfusdSubscriptionHistoryRequest} requestParameters Request parameters.
|
|
3687
|
+
* @returns {Promise<RestApiResponse<GetBfusdSubscriptionHistoryResponse>>}
|
|
3688
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
3689
|
+
* @memberof BfusdApi
|
|
3690
|
+
* @see {@link https://developers.binance.com/docs/simple_earn/bfusd/history/Get-BFUSD-subscription-history Binance API Documentation}
|
|
2675
3691
|
*/
|
|
2676
|
-
|
|
3692
|
+
getBfusdSubscriptionHistory(requestParameters?: GetBfusdSubscriptionHistoryRequest): Promise<RestApiResponse<GetBfusdSubscriptionHistoryResponse>>;
|
|
2677
3693
|
/**
|
|
3694
|
+
* Redeem BFUSD to USDT
|
|
2678
3695
|
*
|
|
2679
|
-
*
|
|
2680
|
-
*
|
|
3696
|
+
* You need to open Enable Spot & Margin Trading permission for the API Key which requests this endpoint.
|
|
3697
|
+
*
|
|
3698
|
+
* Weight: 150
|
|
3699
|
+
*
|
|
3700
|
+
* @summary Redeem BFUSD(TRADE)
|
|
3701
|
+
* @param {RedeemBfusdRequest} requestParameters Request parameters.
|
|
3702
|
+
* @returns {Promise<RestApiResponse<RedeemBfusdResponse>>}
|
|
3703
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
3704
|
+
* @memberof BfusdApi
|
|
3705
|
+
* @see {@link https://developers.binance.com/docs/simple_earn/bfusd/earn/Redeem-BFUSD Binance API Documentation}
|
|
2681
3706
|
*/
|
|
2682
|
-
|
|
3707
|
+
redeemBfusd(requestParameters: RedeemBfusdRequest): Promise<RestApiResponse<RedeemBfusdResponse>>;
|
|
3708
|
+
/**
|
|
3709
|
+
* Subscribe BFUSD
|
|
3710
|
+
*
|
|
3711
|
+
* You need to open Enable Spot & Margin Trading permission for the API Key which requests this endpoint.
|
|
3712
|
+
*
|
|
3713
|
+
* Weight: 150
|
|
3714
|
+
*
|
|
3715
|
+
* @summary Subscribe BFUSD(TRADE)
|
|
3716
|
+
* @param {SubscribeBfusdRequest} requestParameters Request parameters.
|
|
3717
|
+
* @returns {Promise<RestApiResponse<SubscribeBfusdResponse>>}
|
|
3718
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
3719
|
+
* @memberof BfusdApi
|
|
3720
|
+
* @see {@link https://developers.binance.com/docs/simple_earn/bfusd/earn/Subscribe-BFUSD Binance API Documentation}
|
|
3721
|
+
*/
|
|
3722
|
+
subscribeBfusd(requestParameters: SubscribeBfusdRequest): Promise<RestApiResponse<SubscribeBfusdResponse>>;
|
|
2683
3723
|
}
|
|
2684
3724
|
|
|
2685
3725
|
/**
|
|
@@ -3063,19 +4103,19 @@ interface GetCollateralRecordRequest {
|
|
|
3063
4103
|
*/
|
|
3064
4104
|
readonly endTime?: number;
|
|
3065
4105
|
/**
|
|
3066
|
-
* Currently querying
|
|
4106
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
3067
4107
|
* @type {number}
|
|
3068
4108
|
* @memberof FlexibleLockedApiGetCollateralRecord
|
|
3069
4109
|
*/
|
|
3070
4110
|
readonly current?: number;
|
|
3071
4111
|
/**
|
|
3072
|
-
* Default:10, Max:100
|
|
4112
|
+
* Number of results per page. Default: 10, Max: 100
|
|
3073
4113
|
* @type {number}
|
|
3074
4114
|
* @memberof FlexibleLockedApiGetCollateralRecord
|
|
3075
4115
|
*/
|
|
3076
4116
|
readonly size?: number;
|
|
3077
4117
|
/**
|
|
3078
|
-
*
|
|
4118
|
+
* The value cannot be greater than 60000 (ms)
|
|
3079
4119
|
* @type {number}
|
|
3080
4120
|
* @memberof FlexibleLockedApiGetCollateralRecord
|
|
3081
4121
|
*/
|
|
@@ -3093,7 +4133,7 @@ interface GetFlexiblePersonalLeftQuotaRequest {
|
|
|
3093
4133
|
*/
|
|
3094
4134
|
readonly productId: string;
|
|
3095
4135
|
/**
|
|
3096
|
-
*
|
|
4136
|
+
* The value cannot be greater than 60000 (ms)
|
|
3097
4137
|
* @type {number}
|
|
3098
4138
|
* @memberof FlexibleLockedApiGetFlexiblePersonalLeftQuota
|
|
3099
4139
|
*/
|
|
@@ -3117,19 +4157,19 @@ interface GetFlexibleProductPositionRequest {
|
|
|
3117
4157
|
*/
|
|
3118
4158
|
readonly productId?: string;
|
|
3119
4159
|
/**
|
|
3120
|
-
* Currently querying
|
|
4160
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
3121
4161
|
* @type {number}
|
|
3122
4162
|
* @memberof FlexibleLockedApiGetFlexibleProductPosition
|
|
3123
4163
|
*/
|
|
3124
4164
|
readonly current?: number;
|
|
3125
4165
|
/**
|
|
3126
|
-
* Default:10, Max:100
|
|
4166
|
+
* Number of results per page. Default: 10, Max: 100
|
|
3127
4167
|
* @type {number}
|
|
3128
4168
|
* @memberof FlexibleLockedApiGetFlexibleProductPosition
|
|
3129
4169
|
*/
|
|
3130
4170
|
readonly size?: number;
|
|
3131
4171
|
/**
|
|
3132
|
-
*
|
|
4172
|
+
* The value cannot be greater than 60000 (ms)
|
|
3133
4173
|
* @type {number}
|
|
3134
4174
|
* @memberof FlexibleLockedApiGetFlexibleProductPosition
|
|
3135
4175
|
*/
|
|
@@ -3171,19 +4211,19 @@ interface GetFlexibleRedemptionRecordRequest {
|
|
|
3171
4211
|
*/
|
|
3172
4212
|
readonly endTime?: number;
|
|
3173
4213
|
/**
|
|
3174
|
-
* Currently querying
|
|
4214
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
3175
4215
|
* @type {number}
|
|
3176
4216
|
* @memberof FlexibleLockedApiGetFlexibleRedemptionRecord
|
|
3177
4217
|
*/
|
|
3178
4218
|
readonly current?: number;
|
|
3179
4219
|
/**
|
|
3180
|
-
* Default:10, Max:100
|
|
4220
|
+
* Number of results per page. Default: 10, Max: 100
|
|
3181
4221
|
* @type {number}
|
|
3182
4222
|
* @memberof FlexibleLockedApiGetFlexibleRedemptionRecord
|
|
3183
4223
|
*/
|
|
3184
4224
|
readonly size?: number;
|
|
3185
4225
|
/**
|
|
3186
|
-
*
|
|
4226
|
+
* The value cannot be greater than 60000 (ms)
|
|
3187
4227
|
* @type {number}
|
|
3188
4228
|
* @memberof FlexibleLockedApiGetFlexibleRedemptionRecord
|
|
3189
4229
|
*/
|
|
@@ -3225,19 +4265,19 @@ interface GetFlexibleRewardsHistoryRequest {
|
|
|
3225
4265
|
*/
|
|
3226
4266
|
readonly endTime?: number;
|
|
3227
4267
|
/**
|
|
3228
|
-
* Currently querying
|
|
4268
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
3229
4269
|
* @type {number}
|
|
3230
4270
|
* @memberof FlexibleLockedApiGetFlexibleRewardsHistory
|
|
3231
4271
|
*/
|
|
3232
4272
|
readonly current?: number;
|
|
3233
4273
|
/**
|
|
3234
|
-
* Default:10, Max:100
|
|
4274
|
+
* Number of results per page. Default: 10, Max: 100
|
|
3235
4275
|
* @type {number}
|
|
3236
4276
|
* @memberof FlexibleLockedApiGetFlexibleRewardsHistory
|
|
3237
4277
|
*/
|
|
3238
4278
|
readonly size?: number;
|
|
3239
4279
|
/**
|
|
3240
|
-
*
|
|
4280
|
+
* The value cannot be greater than 60000 (ms)
|
|
3241
4281
|
* @type {number}
|
|
3242
4282
|
* @memberof FlexibleLockedApiGetFlexibleRewardsHistory
|
|
3243
4283
|
*/
|
|
@@ -3261,7 +4301,7 @@ interface GetFlexibleSubscriptionPreviewRequest {
|
|
|
3261
4301
|
*/
|
|
3262
4302
|
readonly amount: number;
|
|
3263
4303
|
/**
|
|
3264
|
-
*
|
|
4304
|
+
* The value cannot be greater than 60000 (ms)
|
|
3265
4305
|
* @type {number}
|
|
3266
4306
|
* @memberof FlexibleLockedApiGetFlexibleSubscriptionPreview
|
|
3267
4307
|
*/
|
|
@@ -3303,19 +4343,19 @@ interface GetFlexibleSubscriptionRecordRequest {
|
|
|
3303
4343
|
*/
|
|
3304
4344
|
readonly endTime?: number;
|
|
3305
4345
|
/**
|
|
3306
|
-
* Currently querying
|
|
4346
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
3307
4347
|
* @type {number}
|
|
3308
4348
|
* @memberof FlexibleLockedApiGetFlexibleSubscriptionRecord
|
|
3309
4349
|
*/
|
|
3310
4350
|
readonly current?: number;
|
|
3311
4351
|
/**
|
|
3312
|
-
* Default:10, Max:100
|
|
4352
|
+
* Number of results per page. Default: 10, Max: 100
|
|
3313
4353
|
* @type {number}
|
|
3314
4354
|
* @memberof FlexibleLockedApiGetFlexibleSubscriptionRecord
|
|
3315
4355
|
*/
|
|
3316
4356
|
readonly size?: number;
|
|
3317
4357
|
/**
|
|
3318
|
-
*
|
|
4358
|
+
* The value cannot be greater than 60000 (ms)
|
|
3319
4359
|
* @type {number}
|
|
3320
4360
|
* @memberof FlexibleLockedApiGetFlexibleSubscriptionRecord
|
|
3321
4361
|
*/
|
|
@@ -3333,7 +4373,7 @@ interface GetLockedPersonalLeftQuotaRequest {
|
|
|
3333
4373
|
*/
|
|
3334
4374
|
readonly projectId: string;
|
|
3335
4375
|
/**
|
|
3336
|
-
*
|
|
4376
|
+
* The value cannot be greater than 60000 (ms)
|
|
3337
4377
|
* @type {number}
|
|
3338
4378
|
* @memberof FlexibleLockedApiGetLockedPersonalLeftQuota
|
|
3339
4379
|
*/
|
|
@@ -3363,19 +4403,19 @@ interface GetLockedProductPositionRequest {
|
|
|
3363
4403
|
*/
|
|
3364
4404
|
readonly projectId?: string;
|
|
3365
4405
|
/**
|
|
3366
|
-
* Currently querying
|
|
4406
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
3367
4407
|
* @type {number}
|
|
3368
4408
|
* @memberof FlexibleLockedApiGetLockedProductPosition
|
|
3369
4409
|
*/
|
|
3370
4410
|
readonly current?: number;
|
|
3371
4411
|
/**
|
|
3372
|
-
* Default:10, Max:100
|
|
4412
|
+
* Number of results per page. Default: 10, Max: 100
|
|
3373
4413
|
* @type {number}
|
|
3374
4414
|
* @memberof FlexibleLockedApiGetLockedProductPosition
|
|
3375
4415
|
*/
|
|
3376
4416
|
readonly size?: number;
|
|
3377
4417
|
/**
|
|
3378
|
-
*
|
|
4418
|
+
* The value cannot be greater than 60000 (ms)
|
|
3379
4419
|
* @type {number}
|
|
3380
4420
|
* @memberof FlexibleLockedApiGetLockedProductPosition
|
|
3381
4421
|
*/
|
|
@@ -3417,19 +4457,19 @@ interface GetLockedRedemptionRecordRequest {
|
|
|
3417
4457
|
*/
|
|
3418
4458
|
readonly endTime?: number;
|
|
3419
4459
|
/**
|
|
3420
|
-
* Currently querying
|
|
4460
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
3421
4461
|
* @type {number}
|
|
3422
4462
|
* @memberof FlexibleLockedApiGetLockedRedemptionRecord
|
|
3423
4463
|
*/
|
|
3424
4464
|
readonly current?: number;
|
|
3425
4465
|
/**
|
|
3426
|
-
* Default:10, Max:100
|
|
4466
|
+
* Number of results per page. Default: 10, Max: 100
|
|
3427
4467
|
* @type {number}
|
|
3428
4468
|
* @memberof FlexibleLockedApiGetLockedRedemptionRecord
|
|
3429
4469
|
*/
|
|
3430
4470
|
readonly size?: number;
|
|
3431
4471
|
/**
|
|
3432
|
-
*
|
|
4472
|
+
* The value cannot be greater than 60000 (ms)
|
|
3433
4473
|
* @type {number}
|
|
3434
4474
|
* @memberof FlexibleLockedApiGetLockedRedemptionRecord
|
|
3435
4475
|
*/
|
|
@@ -3465,19 +4505,19 @@ interface GetLockedRewardsHistoryRequest {
|
|
|
3465
4505
|
*/
|
|
3466
4506
|
readonly endTime?: number;
|
|
3467
4507
|
/**
|
|
3468
|
-
* Currently querying
|
|
4508
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
3469
4509
|
* @type {number}
|
|
3470
4510
|
* @memberof FlexibleLockedApiGetLockedRewardsHistory
|
|
3471
4511
|
*/
|
|
3472
4512
|
readonly current?: number;
|
|
3473
4513
|
/**
|
|
3474
|
-
* Default:10, Max:100
|
|
4514
|
+
* Number of results per page. Default: 10, Max: 100
|
|
3475
4515
|
* @type {number}
|
|
3476
4516
|
* @memberof FlexibleLockedApiGetLockedRewardsHistory
|
|
3477
4517
|
*/
|
|
3478
4518
|
readonly size?: number;
|
|
3479
4519
|
/**
|
|
3480
|
-
*
|
|
4520
|
+
* The value cannot be greater than 60000 (ms)
|
|
3481
4521
|
* @type {number}
|
|
3482
4522
|
* @memberof FlexibleLockedApiGetLockedRewardsHistory
|
|
3483
4523
|
*/
|
|
@@ -3507,7 +4547,7 @@ interface GetLockedSubscriptionPreviewRequest {
|
|
|
3507
4547
|
*/
|
|
3508
4548
|
readonly autoSubscribe?: boolean;
|
|
3509
4549
|
/**
|
|
3510
|
-
*
|
|
4550
|
+
* The value cannot be greater than 60000 (ms)
|
|
3511
4551
|
* @type {number}
|
|
3512
4552
|
* @memberof FlexibleLockedApiGetLockedSubscriptionPreview
|
|
3513
4553
|
*/
|
|
@@ -3543,19 +4583,19 @@ interface GetLockedSubscriptionRecordRequest {
|
|
|
3543
4583
|
*/
|
|
3544
4584
|
readonly endTime?: number;
|
|
3545
4585
|
/**
|
|
3546
|
-
* Currently querying
|
|
4586
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
3547
4587
|
* @type {number}
|
|
3548
4588
|
* @memberof FlexibleLockedApiGetLockedSubscriptionRecord
|
|
3549
4589
|
*/
|
|
3550
4590
|
readonly current?: number;
|
|
3551
4591
|
/**
|
|
3552
|
-
* Default:10, Max:100
|
|
4592
|
+
* Number of results per page. Default: 10, Max: 100
|
|
3553
4593
|
* @type {number}
|
|
3554
4594
|
* @memberof FlexibleLockedApiGetLockedSubscriptionRecord
|
|
3555
4595
|
*/
|
|
3556
4596
|
readonly size?: number;
|
|
3557
4597
|
/**
|
|
3558
|
-
*
|
|
4598
|
+
* The value cannot be greater than 60000 (ms)
|
|
3559
4599
|
* @type {number}
|
|
3560
4600
|
* @memberof FlexibleLockedApiGetLockedSubscriptionRecord
|
|
3561
4601
|
*/
|
|
@@ -3591,19 +4631,19 @@ interface GetRateHistoryRequest {
|
|
|
3591
4631
|
*/
|
|
3592
4632
|
readonly endTime?: number;
|
|
3593
4633
|
/**
|
|
3594
|
-
* Currently querying
|
|
4634
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
3595
4635
|
* @type {number}
|
|
3596
4636
|
* @memberof FlexibleLockedApiGetRateHistory
|
|
3597
4637
|
*/
|
|
3598
4638
|
readonly current?: number;
|
|
3599
4639
|
/**
|
|
3600
|
-
* Default:10, Max:100
|
|
4640
|
+
* Number of results per page. Default: 10, Max: 100
|
|
3601
4641
|
* @type {number}
|
|
3602
4642
|
* @memberof FlexibleLockedApiGetRateHistory
|
|
3603
4643
|
*/
|
|
3604
4644
|
readonly size?: number;
|
|
3605
4645
|
/**
|
|
3606
|
-
*
|
|
4646
|
+
* The value cannot be greater than 60000 (ms)
|
|
3607
4647
|
* @type {number}
|
|
3608
4648
|
* @memberof FlexibleLockedApiGetRateHistory
|
|
3609
4649
|
*/
|
|
@@ -3621,19 +4661,19 @@ interface GetSimpleEarnFlexibleProductListRequest {
|
|
|
3621
4661
|
*/
|
|
3622
4662
|
readonly asset?: string;
|
|
3623
4663
|
/**
|
|
3624
|
-
* Currently querying
|
|
4664
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
3625
4665
|
* @type {number}
|
|
3626
4666
|
* @memberof FlexibleLockedApiGetSimpleEarnFlexibleProductList
|
|
3627
4667
|
*/
|
|
3628
4668
|
readonly current?: number;
|
|
3629
4669
|
/**
|
|
3630
|
-
* Default:10, Max:100
|
|
4670
|
+
* Number of results per page. Default: 10, Max: 100
|
|
3631
4671
|
* @type {number}
|
|
3632
4672
|
* @memberof FlexibleLockedApiGetSimpleEarnFlexibleProductList
|
|
3633
4673
|
*/
|
|
3634
4674
|
readonly size?: number;
|
|
3635
4675
|
/**
|
|
3636
|
-
*
|
|
4676
|
+
* The value cannot be greater than 60000 (ms)
|
|
3637
4677
|
* @type {number}
|
|
3638
4678
|
* @memberof FlexibleLockedApiGetSimpleEarnFlexibleProductList
|
|
3639
4679
|
*/
|
|
@@ -3651,19 +4691,19 @@ interface GetSimpleEarnLockedProductListRequest {
|
|
|
3651
4691
|
*/
|
|
3652
4692
|
readonly asset?: string;
|
|
3653
4693
|
/**
|
|
3654
|
-
* Currently querying
|
|
4694
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
3655
4695
|
* @type {number}
|
|
3656
4696
|
* @memberof FlexibleLockedApiGetSimpleEarnLockedProductList
|
|
3657
4697
|
*/
|
|
3658
4698
|
readonly current?: number;
|
|
3659
4699
|
/**
|
|
3660
|
-
* Default:10, Max:100
|
|
4700
|
+
* Number of results per page. Default: 10, Max: 100
|
|
3661
4701
|
* @type {number}
|
|
3662
4702
|
* @memberof FlexibleLockedApiGetSimpleEarnLockedProductList
|
|
3663
4703
|
*/
|
|
3664
4704
|
readonly size?: number;
|
|
3665
4705
|
/**
|
|
3666
|
-
*
|
|
4706
|
+
* The value cannot be greater than 60000 (ms)
|
|
3667
4707
|
* @type {number}
|
|
3668
4708
|
* @memberof FlexibleLockedApiGetSimpleEarnLockedProductList
|
|
3669
4709
|
*/
|
|
@@ -3699,7 +4739,7 @@ interface RedeemFlexibleProductRequest {
|
|
|
3699
4739
|
*/
|
|
3700
4740
|
readonly destAccount?: string;
|
|
3701
4741
|
/**
|
|
3702
|
-
*
|
|
4742
|
+
* The value cannot be greater than 60000 (ms)
|
|
3703
4743
|
* @type {number}
|
|
3704
4744
|
* @memberof FlexibleLockedApiRedeemFlexibleProduct
|
|
3705
4745
|
*/
|
|
@@ -3717,7 +4757,7 @@ interface RedeemLockedProductRequest {
|
|
|
3717
4757
|
*/
|
|
3718
4758
|
readonly positionId: string;
|
|
3719
4759
|
/**
|
|
3720
|
-
*
|
|
4760
|
+
* The value cannot be greater than 60000 (ms)
|
|
3721
4761
|
* @type {number}
|
|
3722
4762
|
* @memberof FlexibleLockedApiRedeemLockedProduct
|
|
3723
4763
|
*/
|
|
@@ -3741,7 +4781,7 @@ interface SetFlexibleAutoSubscribeRequest {
|
|
|
3741
4781
|
*/
|
|
3742
4782
|
readonly autoSubscribe: boolean;
|
|
3743
4783
|
/**
|
|
3744
|
-
*
|
|
4784
|
+
* The value cannot be greater than 60000 (ms)
|
|
3745
4785
|
* @type {number}
|
|
3746
4786
|
* @memberof FlexibleLockedApiSetFlexibleAutoSubscribe
|
|
3747
4787
|
*/
|
|
@@ -3765,7 +4805,7 @@ interface SetLockedAutoSubscribeRequest {
|
|
|
3765
4805
|
*/
|
|
3766
4806
|
readonly autoSubscribe: boolean;
|
|
3767
4807
|
/**
|
|
3768
|
-
*
|
|
4808
|
+
* The value cannot be greater than 60000 (ms)
|
|
3769
4809
|
* @type {number}
|
|
3770
4810
|
* @memberof FlexibleLockedApiSetLockedAutoSubscribe
|
|
3771
4811
|
*/
|
|
@@ -3789,7 +4829,7 @@ interface SetLockedProductRedeemOptionRequest {
|
|
|
3789
4829
|
*/
|
|
3790
4830
|
readonly redeemTo: string;
|
|
3791
4831
|
/**
|
|
3792
|
-
*
|
|
4832
|
+
* The value cannot be greater than 60000 (ms)
|
|
3793
4833
|
* @type {number}
|
|
3794
4834
|
* @memberof FlexibleLockedApiSetLockedProductRedeemOption
|
|
3795
4835
|
*/
|
|
@@ -3801,7 +4841,7 @@ interface SetLockedProductRedeemOptionRequest {
|
|
|
3801
4841
|
*/
|
|
3802
4842
|
interface SimpleAccountRequest {
|
|
3803
4843
|
/**
|
|
3804
|
-
*
|
|
4844
|
+
* The value cannot be greater than 60000 (ms)
|
|
3805
4845
|
* @type {number}
|
|
3806
4846
|
* @memberof FlexibleLockedApiSimpleAccount
|
|
3807
4847
|
*/
|
|
@@ -3837,7 +4877,7 @@ interface SubscribeFlexibleProductRequest {
|
|
|
3837
4877
|
*/
|
|
3838
4878
|
readonly sourceAccount?: string;
|
|
3839
4879
|
/**
|
|
3840
|
-
*
|
|
4880
|
+
* The value cannot be greater than 60000 (ms)
|
|
3841
4881
|
* @type {number}
|
|
3842
4882
|
* @memberof FlexibleLockedApiSubscribeFlexibleProduct
|
|
3843
4883
|
*/
|
|
@@ -3879,7 +4919,7 @@ interface SubscribeLockedProductRequest {
|
|
|
3879
4919
|
*/
|
|
3880
4920
|
readonly redeemTo?: string;
|
|
3881
4921
|
/**
|
|
3882
|
-
*
|
|
4922
|
+
* The value cannot be greater than 60000 (ms)
|
|
3883
4923
|
* @type {number}
|
|
3884
4924
|
* @memberof FlexibleLockedApiSubscribeLockedProduct
|
|
3885
4925
|
*/
|
|
@@ -4402,7 +5442,7 @@ interface RwusdApiInterface {
|
|
|
4402
5442
|
*/
|
|
4403
5443
|
interface GetRwusdAccountRequest {
|
|
4404
5444
|
/**
|
|
4405
|
-
*
|
|
5445
|
+
* The value cannot be greater than 60000 (ms)
|
|
4406
5446
|
* @type {number}
|
|
4407
5447
|
* @memberof RwusdApiGetRwusdAccount
|
|
4408
5448
|
*/
|
|
@@ -4414,7 +5454,7 @@ interface GetRwusdAccountRequest {
|
|
|
4414
5454
|
*/
|
|
4415
5455
|
interface GetRwusdQuotaDetailsRequest {
|
|
4416
5456
|
/**
|
|
4417
|
-
*
|
|
5457
|
+
* The value cannot be greater than 60000 (ms)
|
|
4418
5458
|
* @type {number}
|
|
4419
5459
|
* @memberof RwusdApiGetRwusdQuotaDetails
|
|
4420
5460
|
*/
|
|
@@ -4438,19 +5478,19 @@ interface GetRwusdRateHistoryRequest {
|
|
|
4438
5478
|
*/
|
|
4439
5479
|
readonly endTime?: number;
|
|
4440
5480
|
/**
|
|
4441
|
-
* Currently querying
|
|
5481
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
4442
5482
|
* @type {number}
|
|
4443
5483
|
* @memberof RwusdApiGetRwusdRateHistory
|
|
4444
5484
|
*/
|
|
4445
5485
|
readonly current?: number;
|
|
4446
5486
|
/**
|
|
4447
|
-
* Default:10, Max:100
|
|
5487
|
+
* Number of results per page. Default: 10, Max: 100
|
|
4448
5488
|
* @type {number}
|
|
4449
5489
|
* @memberof RwusdApiGetRwusdRateHistory
|
|
4450
5490
|
*/
|
|
4451
5491
|
readonly size?: number;
|
|
4452
5492
|
/**
|
|
4453
|
-
*
|
|
5493
|
+
* The value cannot be greater than 60000 (ms)
|
|
4454
5494
|
* @type {number}
|
|
4455
5495
|
* @memberof RwusdApiGetRwusdRateHistory
|
|
4456
5496
|
*/
|
|
@@ -4474,19 +5514,19 @@ interface GetRwusdRedemptionHistoryRequest {
|
|
|
4474
5514
|
*/
|
|
4475
5515
|
readonly endTime?: number;
|
|
4476
5516
|
/**
|
|
4477
|
-
* Currently querying
|
|
5517
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
4478
5518
|
* @type {number}
|
|
4479
5519
|
* @memberof RwusdApiGetRwusdRedemptionHistory
|
|
4480
5520
|
*/
|
|
4481
5521
|
readonly current?: number;
|
|
4482
5522
|
/**
|
|
4483
|
-
* Default:10, Max:100
|
|
5523
|
+
* Number of results per page. Default: 10, Max: 100
|
|
4484
5524
|
* @type {number}
|
|
4485
5525
|
* @memberof RwusdApiGetRwusdRedemptionHistory
|
|
4486
5526
|
*/
|
|
4487
5527
|
readonly size?: number;
|
|
4488
5528
|
/**
|
|
4489
|
-
*
|
|
5529
|
+
* The value cannot be greater than 60000 (ms)
|
|
4490
5530
|
* @type {number}
|
|
4491
5531
|
* @memberof RwusdApiGetRwusdRedemptionHistory
|
|
4492
5532
|
*/
|
|
@@ -4510,19 +5550,19 @@ interface GetRwusdRewardsHistoryRequest {
|
|
|
4510
5550
|
*/
|
|
4511
5551
|
readonly endTime?: number;
|
|
4512
5552
|
/**
|
|
4513
|
-
* Currently querying
|
|
5553
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
4514
5554
|
* @type {number}
|
|
4515
5555
|
* @memberof RwusdApiGetRwusdRewardsHistory
|
|
4516
5556
|
*/
|
|
4517
5557
|
readonly current?: number;
|
|
4518
5558
|
/**
|
|
4519
|
-
* Default:10, Max:100
|
|
5559
|
+
* Number of results per page. Default: 10, Max: 100
|
|
4520
5560
|
* @type {number}
|
|
4521
5561
|
* @memberof RwusdApiGetRwusdRewardsHistory
|
|
4522
5562
|
*/
|
|
4523
5563
|
readonly size?: number;
|
|
4524
5564
|
/**
|
|
4525
|
-
*
|
|
5565
|
+
* The value cannot be greater than 60000 (ms)
|
|
4526
5566
|
* @type {number}
|
|
4527
5567
|
* @memberof RwusdApiGetRwusdRewardsHistory
|
|
4528
5568
|
*/
|
|
@@ -4552,19 +5592,19 @@ interface GetRwusdSubscriptionHistoryRequest {
|
|
|
4552
5592
|
*/
|
|
4553
5593
|
readonly endTime?: number;
|
|
4554
5594
|
/**
|
|
4555
|
-
* Currently querying
|
|
5595
|
+
* Currently querying page. Starts from 1. Default: 1
|
|
4556
5596
|
* @type {number}
|
|
4557
5597
|
* @memberof RwusdApiGetRwusdSubscriptionHistory
|
|
4558
5598
|
*/
|
|
4559
5599
|
readonly current?: number;
|
|
4560
5600
|
/**
|
|
4561
|
-
* Default:10, Max:100
|
|
5601
|
+
* Number of results per page. Default: 10, Max: 100
|
|
4562
5602
|
* @type {number}
|
|
4563
5603
|
* @memberof RwusdApiGetRwusdSubscriptionHistory
|
|
4564
5604
|
*/
|
|
4565
5605
|
readonly size?: number;
|
|
4566
5606
|
/**
|
|
4567
|
-
*
|
|
5607
|
+
* The value cannot be greater than 60000 (ms)
|
|
4568
5608
|
* @type {number}
|
|
4569
5609
|
* @memberof RwusdApiGetRwusdSubscriptionHistory
|
|
4570
5610
|
*/
|
|
@@ -4588,7 +5628,7 @@ interface RedeemRwusdRequest {
|
|
|
4588
5628
|
*/
|
|
4589
5629
|
readonly type: string;
|
|
4590
5630
|
/**
|
|
4591
|
-
*
|
|
5631
|
+
* The value cannot be greater than 60000 (ms)
|
|
4592
5632
|
* @type {number}
|
|
4593
5633
|
* @memberof RwusdApiRedeemRwusd
|
|
4594
5634
|
*/
|
|
@@ -4612,7 +5652,7 @@ interface SubscribeRwusdRequest {
|
|
|
4612
5652
|
*/
|
|
4613
5653
|
readonly amount: number;
|
|
4614
5654
|
/**
|
|
4615
|
-
*
|
|
5655
|
+
* The value cannot be greater than 60000 (ms)
|
|
4616
5656
|
* @type {number}
|
|
4617
5657
|
* @memberof RwusdApiSubscribeRwusd
|
|
4618
5658
|
*/
|
|
@@ -4771,6 +5811,7 @@ declare class RwusdApi implements RwusdApiInterface {
|
|
|
4771
5811
|
|
|
4772
5812
|
declare class RestAPI {
|
|
4773
5813
|
private configuration;
|
|
5814
|
+
private bfusdApi;
|
|
4774
5815
|
private flexibleLockedApi;
|
|
4775
5816
|
private rwusdApi;
|
|
4776
5817
|
constructor(configuration: ConfigurationRestAPI);
|
|
@@ -4792,6 +5833,134 @@ declare class RestAPI {
|
|
|
4792
5833
|
* @returns A promise resolving to the response data object.
|
|
4793
5834
|
*/
|
|
4794
5835
|
sendSignedRequest<T>(endpoint: string, method: 'GET' | 'POST' | 'DELETE' | 'PUT' | 'PATCH', params?: Record<string, unknown>): Promise<RestApiResponse<T>>;
|
|
5836
|
+
/**
|
|
5837
|
+
* Get BFUSD account information.
|
|
5838
|
+
*
|
|
5839
|
+
* Weight: 150
|
|
5840
|
+
*
|
|
5841
|
+
* @summary Get BFUSD Account (USER_DATA)
|
|
5842
|
+
* @param {GetBfusdAccountRequest} requestParameters Request parameters.
|
|
5843
|
+
*
|
|
5844
|
+
* @returns {Promise<RestApiResponse<GetBfusdAccountResponse>>}
|
|
5845
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5846
|
+
* @see {@link https://developers.binance.com/docs/simple_earn/bfusd/account/ Binance API Documentation}
|
|
5847
|
+
*/
|
|
5848
|
+
getBfusdAccount(requestParameters?: GetBfusdAccountRequest): Promise<RestApiResponse<GetBfusdAccountResponse>>;
|
|
5849
|
+
/**
|
|
5850
|
+
* Get BFUSD quota details including fast redemption quota and standard redemption quota.
|
|
5851
|
+
*
|
|
5852
|
+
* Weight: 150
|
|
5853
|
+
*
|
|
5854
|
+
* @summary Get BFUSD Quota Details (USER_DATA)
|
|
5855
|
+
* @param {GetBfusdQuotaDetailsRequest} requestParameters Request parameters.
|
|
5856
|
+
*
|
|
5857
|
+
* @returns {Promise<RestApiResponse<GetBfusdQuotaDetailsResponse>>}
|
|
5858
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5859
|
+
* @see {@link https://developers.binance.com/docs/simple_earn/bfusd/account/Get-BFUSD-Quota-Details Binance API Documentation}
|
|
5860
|
+
*/
|
|
5861
|
+
getBfusdQuotaDetails(requestParameters?: GetBfusdQuotaDetailsRequest): Promise<RestApiResponse<GetBfusdQuotaDetailsResponse>>;
|
|
5862
|
+
/**
|
|
5863
|
+
* Get BFUSD rate history sorted by descending order.
|
|
5864
|
+
*
|
|
5865
|
+
* The time between `startTime` and `endTime` cannot be longer than 6 months.
|
|
5866
|
+
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
5867
|
+
* If `startTime` is sent but `endTime` is not sent, `endTime` will default to current time, and results from `startTime` onward will be returned.
|
|
5868
|
+
* If `endTime` is sent but `startTime` is not sent, `startTime` defaults to the current time minus one month, and data between `startTime` and `endTime` will be returned.
|
|
5869
|
+
*
|
|
5870
|
+
* Weight: 150
|
|
5871
|
+
*
|
|
5872
|
+
* @summary Get BFUSD Rate History (USER_DATA)
|
|
5873
|
+
* @param {GetBfusdRateHistoryRequest} requestParameters Request parameters.
|
|
5874
|
+
*
|
|
5875
|
+
* @returns {Promise<RestApiResponse<GetBfusdRateHistoryResponse>>}
|
|
5876
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5877
|
+
* @see {@link https://developers.binance.com/docs/simple_earn/bfusd/history/Get-BFUSD-Rate-History Binance API Documentation}
|
|
5878
|
+
*/
|
|
5879
|
+
getBfusdRateHistory(requestParameters?: GetBfusdRateHistoryRequest): Promise<RestApiResponse<GetBfusdRateHistoryResponse>>;
|
|
5880
|
+
/**
|
|
5881
|
+
* Get BFUSD redemption history.
|
|
5882
|
+
*
|
|
5883
|
+
* The time between `startTime` and `endTime` cannot be longer than 6 months.
|
|
5884
|
+
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
5885
|
+
* If `startTime` is sent but `endTime` is not sent, `endTime` will default to current time, and results from `startTime` onward will be returned.
|
|
5886
|
+
* If `endTime` is sent but `startTime` is not sent, `startTime` defaults to the current time minus one month, and data between `startTime` and `endTime` will be returned.
|
|
5887
|
+
*
|
|
5888
|
+
* Weight: 150
|
|
5889
|
+
*
|
|
5890
|
+
* @summary Get BFUSD Redemption History (USER_DATA)
|
|
5891
|
+
* @param {GetBfusdRedemptionHistoryRequest} requestParameters Request parameters.
|
|
5892
|
+
*
|
|
5893
|
+
* @returns {Promise<RestApiResponse<GetBfusdRedemptionHistoryResponse>>}
|
|
5894
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5895
|
+
* @see {@link https://developers.binance.com/docs/simple_earn/bfusd/history/Get-BFUSD-Redemption-History Binance API Documentation}
|
|
5896
|
+
*/
|
|
5897
|
+
getBfusdRedemptionHistory(requestParameters?: GetBfusdRedemptionHistoryRequest): Promise<RestApiResponse<GetBfusdRedemptionHistoryResponse>>;
|
|
5898
|
+
/**
|
|
5899
|
+
* Get BFUSD rewards history.
|
|
5900
|
+
*
|
|
5901
|
+
* The time between `startTime` and `endTime` cannot be longer than 6 months.
|
|
5902
|
+
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
5903
|
+
* If `startTime` is sent but `endTime` is not sent, `endTime` will default to current time, and results from `startTime` onward will be returned.
|
|
5904
|
+
* If `endTime` is sent but `startTime` is not sent, `startTime` defaults to the current time minus one month, and data between `startTime` and `endTime` will be returned.
|
|
5905
|
+
*
|
|
5906
|
+
* Weight: 150
|
|
5907
|
+
*
|
|
5908
|
+
* @summary Get BFUSD Rewards History (USER_DATA)
|
|
5909
|
+
* @param {GetBfusdRewardsHistoryRequest} requestParameters Request parameters.
|
|
5910
|
+
*
|
|
5911
|
+
* @returns {Promise<RestApiResponse<GetBfusdRewardsHistoryResponse>>}
|
|
5912
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5913
|
+
* @see {@link https://developers.binance.com/docs/simple_earn/bfusd/history/Get-BFUSD-Rewards-History Binance API Documentation}
|
|
5914
|
+
*/
|
|
5915
|
+
getBfusdRewardsHistory(requestParameters?: GetBfusdRewardsHistoryRequest): Promise<RestApiResponse<GetBfusdRewardsHistoryResponse>>;
|
|
5916
|
+
/**
|
|
5917
|
+
* Get BFUSD subscription history
|
|
5918
|
+
*
|
|
5919
|
+
* The time between `startTime` and `endTime` cannot be longer than 6 months.
|
|
5920
|
+
* If `startTime` and `endTime` are both not sent, then the last 30 days' data will be returned.
|
|
5921
|
+
* If `startTime` is sent but `endTime` is not sent, `endTime` will default to current time, and results from `startTime` onward will be returned.
|
|
5922
|
+
* If `endTime` is sent but `startTime` is not sent, `startTime` defaults to the current time advanced by one month, and data between `startTime` and `endTime` will be returned.
|
|
5923
|
+
*
|
|
5924
|
+
* Weight: 150
|
|
5925
|
+
*
|
|
5926
|
+
* @summary Get BFUSD subscription history(USER_DATA)
|
|
5927
|
+
* @param {GetBfusdSubscriptionHistoryRequest} requestParameters Request parameters.
|
|
5928
|
+
*
|
|
5929
|
+
* @returns {Promise<RestApiResponse<GetBfusdSubscriptionHistoryResponse>>}
|
|
5930
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5931
|
+
* @see {@link https://developers.binance.com/docs/simple_earn/bfusd/history/Get-BFUSD-subscription-history Binance API Documentation}
|
|
5932
|
+
*/
|
|
5933
|
+
getBfusdSubscriptionHistory(requestParameters?: GetBfusdSubscriptionHistoryRequest): Promise<RestApiResponse<GetBfusdSubscriptionHistoryResponse>>;
|
|
5934
|
+
/**
|
|
5935
|
+
* Redeem BFUSD to USDT
|
|
5936
|
+
*
|
|
5937
|
+
* You need to open Enable Spot & Margin Trading permission for the API Key which requests this endpoint.
|
|
5938
|
+
*
|
|
5939
|
+
* Weight: 150
|
|
5940
|
+
*
|
|
5941
|
+
* @summary Redeem BFUSD(TRADE)
|
|
5942
|
+
* @param {RedeemBfusdRequest} requestParameters Request parameters.
|
|
5943
|
+
*
|
|
5944
|
+
* @returns {Promise<RestApiResponse<RedeemBfusdResponse>>}
|
|
5945
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5946
|
+
* @see {@link https://developers.binance.com/docs/simple_earn/bfusd/earn/Redeem-BFUSD Binance API Documentation}
|
|
5947
|
+
*/
|
|
5948
|
+
redeemBfusd(requestParameters: RedeemBfusdRequest): Promise<RestApiResponse<RedeemBfusdResponse>>;
|
|
5949
|
+
/**
|
|
5950
|
+
* Subscribe BFUSD
|
|
5951
|
+
*
|
|
5952
|
+
* You need to open Enable Spot & Margin Trading permission for the API Key which requests this endpoint.
|
|
5953
|
+
*
|
|
5954
|
+
* Weight: 150
|
|
5955
|
+
*
|
|
5956
|
+
* @summary Subscribe BFUSD(TRADE)
|
|
5957
|
+
* @param {SubscribeBfusdRequest} requestParameters Request parameters.
|
|
5958
|
+
*
|
|
5959
|
+
* @returns {Promise<RestApiResponse<SubscribeBfusdResponse>>}
|
|
5960
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5961
|
+
* @see {@link https://developers.binance.com/docs/simple_earn/bfusd/earn/Subscribe-BFUSD Binance API Documentation}
|
|
5962
|
+
*/
|
|
5963
|
+
subscribeBfusd(requestParameters: SubscribeBfusdRequest): Promise<RestApiResponse<SubscribeBfusdResponse>>;
|
|
4795
5964
|
/**
|
|
4796
5965
|
* Get Collateral Record
|
|
4797
5966
|
*
|
|
@@ -4804,6 +5973,7 @@ declare class RestAPI {
|
|
|
4804
5973
|
*
|
|
4805
5974
|
* @summary Get Collateral Record(USER_DATA)
|
|
4806
5975
|
* @param {GetCollateralRecordRequest} requestParameters Request parameters.
|
|
5976
|
+
*
|
|
4807
5977
|
* @returns {Promise<RestApiResponse<GetCollateralRecordResponse>>}
|
|
4808
5978
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
4809
5979
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/history/Get-Collateral-Record Binance API Documentation}
|
|
@@ -4816,6 +5986,7 @@ declare class RestAPI {
|
|
|
4816
5986
|
*
|
|
4817
5987
|
* @summary Get Flexible Personal Left Quota(USER_DATA)
|
|
4818
5988
|
* @param {GetFlexiblePersonalLeftQuotaRequest} requestParameters Request parameters.
|
|
5989
|
+
*
|
|
4819
5990
|
* @returns {Promise<RestApiResponse<GetFlexiblePersonalLeftQuotaResponse>>}
|
|
4820
5991
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
4821
5992
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/account/Get-Flexible-Personal-Left-Quota Binance API Documentation}
|
|
@@ -4828,6 +5999,7 @@ declare class RestAPI {
|
|
|
4828
5999
|
*
|
|
4829
6000
|
* @summary Get Flexible Product Position(USER_DATA)
|
|
4830
6001
|
* @param {GetFlexibleProductPositionRequest} requestParameters Request parameters.
|
|
6002
|
+
*
|
|
4831
6003
|
* @returns {Promise<RestApiResponse<GetFlexibleProductPositionResponse>>}
|
|
4832
6004
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
4833
6005
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/account/Get-Flexible-Product-Position Binance API Documentation}
|
|
@@ -4845,6 +6017,7 @@ declare class RestAPI {
|
|
|
4845
6017
|
*
|
|
4846
6018
|
* @summary Get Flexible Redemption Record(USER_DATA)
|
|
4847
6019
|
* @param {GetFlexibleRedemptionRecordRequest} requestParameters Request parameters.
|
|
6020
|
+
*
|
|
4848
6021
|
* @returns {Promise<RestApiResponse<GetFlexibleRedemptionRecordResponse>>}
|
|
4849
6022
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
4850
6023
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/history/Get-Flexible-Redemption-Record Binance API Documentation}
|
|
@@ -4862,6 +6035,7 @@ declare class RestAPI {
|
|
|
4862
6035
|
*
|
|
4863
6036
|
* @summary Get Flexible Rewards History(USER_DATA)
|
|
4864
6037
|
* @param {GetFlexibleRewardsHistoryRequest} requestParameters Request parameters.
|
|
6038
|
+
*
|
|
4865
6039
|
* @returns {Promise<RestApiResponse<GetFlexibleRewardsHistoryResponse>>}
|
|
4866
6040
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
4867
6041
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/history/Get-Flexible-Rewards-History Binance API Documentation}
|
|
@@ -4874,6 +6048,7 @@ declare class RestAPI {
|
|
|
4874
6048
|
*
|
|
4875
6049
|
* @summary Get Flexible Subscription Preview(USER_DATA)
|
|
4876
6050
|
* @param {GetFlexibleSubscriptionPreviewRequest} requestParameters Request parameters.
|
|
6051
|
+
*
|
|
4877
6052
|
* @returns {Promise<RestApiResponse<GetFlexibleSubscriptionPreviewResponse>>}
|
|
4878
6053
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
4879
6054
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/earn/Get-Flexible-Subscription-Preview Binance API Documentation}
|
|
@@ -4891,6 +6066,7 @@ declare class RestAPI {
|
|
|
4891
6066
|
*
|
|
4892
6067
|
* @summary Get Flexible Subscription Record(USER_DATA)
|
|
4893
6068
|
* @param {GetFlexibleSubscriptionRecordRequest} requestParameters Request parameters.
|
|
6069
|
+
*
|
|
4894
6070
|
* @returns {Promise<RestApiResponse<GetFlexibleSubscriptionRecordResponse>>}
|
|
4895
6071
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
4896
6072
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/history/Get-Flexible-Subscription-Record Binance API Documentation}
|
|
@@ -4903,6 +6079,7 @@ declare class RestAPI {
|
|
|
4903
6079
|
*
|
|
4904
6080
|
* @summary Get Locked Personal Left Quota(USER_DATA)
|
|
4905
6081
|
* @param {GetLockedPersonalLeftQuotaRequest} requestParameters Request parameters.
|
|
6082
|
+
*
|
|
4906
6083
|
* @returns {Promise<RestApiResponse<GetLockedPersonalLeftQuotaResponse>>}
|
|
4907
6084
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
4908
6085
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/account/Get-Locked-Personal-Left-Quota Binance API Documentation}
|
|
@@ -4915,6 +6092,7 @@ declare class RestAPI {
|
|
|
4915
6092
|
*
|
|
4916
6093
|
* @summary Get Locked Product Position
|
|
4917
6094
|
* @param {GetLockedProductPositionRequest} requestParameters Request parameters.
|
|
6095
|
+
*
|
|
4918
6096
|
* @returns {Promise<RestApiResponse<GetLockedProductPositionResponse>>}
|
|
4919
6097
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
4920
6098
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/account/Get-Locked-Product-Position Binance API Documentation}
|
|
@@ -4932,6 +6110,7 @@ declare class RestAPI {
|
|
|
4932
6110
|
*
|
|
4933
6111
|
* @summary Get Locked Redemption Record(USER_DATA)
|
|
4934
6112
|
* @param {GetLockedRedemptionRecordRequest} requestParameters Request parameters.
|
|
6113
|
+
*
|
|
4935
6114
|
* @returns {Promise<RestApiResponse<GetLockedRedemptionRecordResponse>>}
|
|
4936
6115
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
4937
6116
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/history/Get-Locked-Redemption-Record Binance API Documentation}
|
|
@@ -4949,6 +6128,7 @@ declare class RestAPI {
|
|
|
4949
6128
|
*
|
|
4950
6129
|
* @summary Get Locked Rewards History(USER_DATA)
|
|
4951
6130
|
* @param {GetLockedRewardsHistoryRequest} requestParameters Request parameters.
|
|
6131
|
+
*
|
|
4952
6132
|
* @returns {Promise<RestApiResponse<GetLockedRewardsHistoryResponse>>}
|
|
4953
6133
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
4954
6134
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/history/Get-Locked-Rewards-History Binance API Documentation}
|
|
@@ -4961,6 +6141,7 @@ declare class RestAPI {
|
|
|
4961
6141
|
*
|
|
4962
6142
|
* @summary Get Locked Subscription Preview(USER_DATA)
|
|
4963
6143
|
* @param {GetLockedSubscriptionPreviewRequest} requestParameters Request parameters.
|
|
6144
|
+
*
|
|
4964
6145
|
* @returns {Promise<RestApiResponse<GetLockedSubscriptionPreviewResponse>>}
|
|
4965
6146
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
4966
6147
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/earn/Get-Locked-Subscription-Preview Binance API Documentation}
|
|
@@ -4978,6 +6159,7 @@ declare class RestAPI {
|
|
|
4978
6159
|
*
|
|
4979
6160
|
* @summary Get Locked Subscription Record(USER_DATA)
|
|
4980
6161
|
* @param {GetLockedSubscriptionRecordRequest} requestParameters Request parameters.
|
|
6162
|
+
*
|
|
4981
6163
|
* @returns {Promise<RestApiResponse<GetLockedSubscriptionRecordResponse>>}
|
|
4982
6164
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
4983
6165
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/history/Get-Locked-Subscription-Record Binance API Documentation}
|
|
@@ -4995,6 +6177,7 @@ declare class RestAPI {
|
|
|
4995
6177
|
*
|
|
4996
6178
|
* @summary Get Rate History(USER_DATA)
|
|
4997
6179
|
* @param {GetRateHistoryRequest} requestParameters Request parameters.
|
|
6180
|
+
*
|
|
4998
6181
|
* @returns {Promise<RestApiResponse<GetRateHistoryResponse>>}
|
|
4999
6182
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5000
6183
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/history/Get-Rate-History Binance API Documentation}
|
|
@@ -5007,6 +6190,7 @@ declare class RestAPI {
|
|
|
5007
6190
|
*
|
|
5008
6191
|
* @summary Get Simple Earn Flexible Product List(USER_DATA)
|
|
5009
6192
|
* @param {GetSimpleEarnFlexibleProductListRequest} requestParameters Request parameters.
|
|
6193
|
+
*
|
|
5010
6194
|
* @returns {Promise<RestApiResponse<GetSimpleEarnFlexibleProductListResponse>>}
|
|
5011
6195
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5012
6196
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/account/Get-Simple-Earn-Flexible-Product-List Binance API Documentation}
|
|
@@ -5021,6 +6205,7 @@ declare class RestAPI {
|
|
|
5021
6205
|
*
|
|
5022
6206
|
* @summary Get Simple Earn Locked Product List(USER_DATA)
|
|
5023
6207
|
* @param {GetSimpleEarnLockedProductListRequest} requestParameters Request parameters.
|
|
6208
|
+
*
|
|
5024
6209
|
* @returns {Promise<RestApiResponse<GetSimpleEarnLockedProductListResponse>>}
|
|
5025
6210
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5026
6211
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/account/Get-Simple-Earn-Locked-Product-List Binance API Documentation}
|
|
@@ -5035,6 +6220,7 @@ declare class RestAPI {
|
|
|
5035
6220
|
*
|
|
5036
6221
|
* @summary Redeem Flexible Product(TRADE)
|
|
5037
6222
|
* @param {RedeemFlexibleProductRequest} requestParameters Request parameters.
|
|
6223
|
+
*
|
|
5038
6224
|
* @returns {Promise<RestApiResponse<RedeemFlexibleProductResponse>>}
|
|
5039
6225
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5040
6226
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/earn/Redeem-Flexible-Product Binance API Documentation}
|
|
@@ -5049,6 +6235,7 @@ declare class RestAPI {
|
|
|
5049
6235
|
*
|
|
5050
6236
|
* @summary Redeem Locked Product(TRADE)
|
|
5051
6237
|
* @param {RedeemLockedProductRequest} requestParameters Request parameters.
|
|
6238
|
+
*
|
|
5052
6239
|
* @returns {Promise<RestApiResponse<RedeemLockedProductResponse>>}
|
|
5053
6240
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5054
6241
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/earn/Redeem-Locked-Product Binance API Documentation}
|
|
@@ -5061,6 +6248,7 @@ declare class RestAPI {
|
|
|
5061
6248
|
*
|
|
5062
6249
|
* @summary Set Flexible Auto Subscribe(USER_DATA)
|
|
5063
6250
|
* @param {SetFlexibleAutoSubscribeRequest} requestParameters Request parameters.
|
|
6251
|
+
*
|
|
5064
6252
|
* @returns {Promise<RestApiResponse<SetFlexibleAutoSubscribeResponse>>}
|
|
5065
6253
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5066
6254
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/earn/Set-Flexible-Auto-Subscribe Binance API Documentation}
|
|
@@ -5073,6 +6261,7 @@ declare class RestAPI {
|
|
|
5073
6261
|
*
|
|
5074
6262
|
* @summary Set Locked Auto Subscribe(USER_DATA)
|
|
5075
6263
|
* @param {SetLockedAutoSubscribeRequest} requestParameters Request parameters.
|
|
6264
|
+
*
|
|
5076
6265
|
* @returns {Promise<RestApiResponse<SetLockedAutoSubscribeResponse>>}
|
|
5077
6266
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5078
6267
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/earn/Set-Locked-Auto-Subscribe Binance API Documentation}
|
|
@@ -5085,6 +6274,7 @@ declare class RestAPI {
|
|
|
5085
6274
|
*
|
|
5086
6275
|
* @summary Set Locked Product Redeem Option(USER_DATA)
|
|
5087
6276
|
* @param {SetLockedProductRedeemOptionRequest} requestParameters Request parameters.
|
|
6277
|
+
*
|
|
5088
6278
|
* @returns {Promise<RestApiResponse<SetLockedProductRedeemOptionResponse>>}
|
|
5089
6279
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5090
6280
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/earn/Set-Locked-Redeem-Option Binance API Documentation}
|
|
@@ -5097,6 +6287,7 @@ declare class RestAPI {
|
|
|
5097
6287
|
*
|
|
5098
6288
|
* @summary Simple Account(USER_DATA)
|
|
5099
6289
|
* @param {SimpleAccountRequest} requestParameters Request parameters.
|
|
6290
|
+
*
|
|
5100
6291
|
* @returns {Promise<RestApiResponse<SimpleAccountResponse>>}
|
|
5101
6292
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5102
6293
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/account/Simple-Account Binance API Documentation}
|
|
@@ -5111,6 +6302,7 @@ declare class RestAPI {
|
|
|
5111
6302
|
*
|
|
5112
6303
|
* @summary Subscribe Flexible Product(TRADE)
|
|
5113
6304
|
* @param {SubscribeFlexibleProductRequest} requestParameters Request parameters.
|
|
6305
|
+
*
|
|
5114
6306
|
* @returns {Promise<RestApiResponse<SubscribeFlexibleProductResponse>>}
|
|
5115
6307
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5116
6308
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/earn/Subscribe-Flexible-Product Binance API Documentation}
|
|
@@ -5125,6 +6317,7 @@ declare class RestAPI {
|
|
|
5125
6317
|
*
|
|
5126
6318
|
* @summary Subscribe Locked Product(TRADE)
|
|
5127
6319
|
* @param {SubscribeLockedProductRequest} requestParameters Request parameters.
|
|
6320
|
+
*
|
|
5128
6321
|
* @returns {Promise<RestApiResponse<SubscribeLockedProductResponse>>}
|
|
5129
6322
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5130
6323
|
* @see {@link https://developers.binance.com/docs/simple_earn/flexible-locked/earn/Subscribe-Locked-Product Binance API Documentation}
|
|
@@ -5137,6 +6330,7 @@ declare class RestAPI {
|
|
|
5137
6330
|
*
|
|
5138
6331
|
* @summary Get RWUSD Account (USER_DATA)
|
|
5139
6332
|
* @param {GetRwusdAccountRequest} requestParameters Request parameters.
|
|
6333
|
+
*
|
|
5140
6334
|
* @returns {Promise<RestApiResponse<GetRwusdAccountResponse>>}
|
|
5141
6335
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5142
6336
|
* @see {@link https://developers.binance.com/docs/simple_earn/rwusd/account/ Binance API Documentation}
|
|
@@ -5149,6 +6343,7 @@ declare class RestAPI {
|
|
|
5149
6343
|
*
|
|
5150
6344
|
* @summary Get RWUSD Quota Details (USER_DATA)
|
|
5151
6345
|
* @param {GetRwusdQuotaDetailsRequest} requestParameters Request parameters.
|
|
6346
|
+
*
|
|
5152
6347
|
* @returns {Promise<RestApiResponse<GetRwusdQuotaDetailsResponse>>}
|
|
5153
6348
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5154
6349
|
* @see {@link https://developers.binance.com/docs/simple_earn/rwusd/account/Get-RWUSD-Quota-Details Binance API Documentation}
|
|
@@ -5166,6 +6361,7 @@ declare class RestAPI {
|
|
|
5166
6361
|
*
|
|
5167
6362
|
* @summary Get RWUSD Rate History (USER_DATA)
|
|
5168
6363
|
* @param {GetRwusdRateHistoryRequest} requestParameters Request parameters.
|
|
6364
|
+
*
|
|
5169
6365
|
* @returns {Promise<RestApiResponse<GetRwusdRateHistoryResponse>>}
|
|
5170
6366
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5171
6367
|
* @see {@link https://developers.binance.com/docs/simple_earn/rwusd/history/Get-RWUSD-Rate-History Binance API Documentation}
|
|
@@ -5183,6 +6379,7 @@ declare class RestAPI {
|
|
|
5183
6379
|
*
|
|
5184
6380
|
* @summary Get RWUSD Redemption History (USER_DATA)
|
|
5185
6381
|
* @param {GetRwusdRedemptionHistoryRequest} requestParameters Request parameters.
|
|
6382
|
+
*
|
|
5186
6383
|
* @returns {Promise<RestApiResponse<GetRwusdRedemptionHistoryResponse>>}
|
|
5187
6384
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5188
6385
|
* @see {@link https://developers.binance.com/docs/simple_earn/rwusd/history/Get-RWUSD-Redemption-History Binance API Documentation}
|
|
@@ -5200,6 +6397,7 @@ declare class RestAPI {
|
|
|
5200
6397
|
*
|
|
5201
6398
|
* @summary Get RWUSD Rewards History (USER_DATA)
|
|
5202
6399
|
* @param {GetRwusdRewardsHistoryRequest} requestParameters Request parameters.
|
|
6400
|
+
*
|
|
5203
6401
|
* @returns {Promise<RestApiResponse<GetRwusdRewardsHistoryResponse>>}
|
|
5204
6402
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5205
6403
|
* @see {@link https://developers.binance.com/docs/simple_earn/rwusd/history/Get-RWUSD-Rewards-History Binance API Documentation}
|
|
@@ -5217,6 +6415,7 @@ declare class RestAPI {
|
|
|
5217
6415
|
*
|
|
5218
6416
|
* @summary Get RWUSD subscription history(USER_DATA)
|
|
5219
6417
|
* @param {GetRwusdSubscriptionHistoryRequest} requestParameters Request parameters.
|
|
6418
|
+
*
|
|
5220
6419
|
* @returns {Promise<RestApiResponse<GetRwusdSubscriptionHistoryResponse>>}
|
|
5221
6420
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5222
6421
|
* @see {@link https://developers.binance.com/docs/simple_earn/rwusd/history/Get-RWUSD-subscription-history Binance API Documentation}
|
|
@@ -5231,6 +6430,7 @@ declare class RestAPI {
|
|
|
5231
6430
|
*
|
|
5232
6431
|
* @summary Redeem RWUSD(TRADE)
|
|
5233
6432
|
* @param {RedeemRwusdRequest} requestParameters Request parameters.
|
|
6433
|
+
*
|
|
5234
6434
|
* @returns {Promise<RestApiResponse<RedeemRwusdResponse>>}
|
|
5235
6435
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5236
6436
|
* @see {@link https://developers.binance.com/docs/simple_earn/rwusd/earn/Redeem-RWUSD Binance API Documentation}
|
|
@@ -5245,6 +6445,7 @@ declare class RestAPI {
|
|
|
5245
6445
|
*
|
|
5246
6446
|
* @summary Subscribe RWUSD(TRADE)
|
|
5247
6447
|
* @param {SubscribeRwusdRequest} requestParameters Request parameters.
|
|
6448
|
+
*
|
|
5248
6449
|
* @returns {Promise<RestApiResponse<SubscribeRwusdResponse>>}
|
|
5249
6450
|
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
5250
6451
|
* @see {@link https://developers.binance.com/docs/simple_earn/rwusd/earn/Subscribe-RWUSD Binance API Documentation}
|
|
@@ -5265,9 +6466,30 @@ declare class RestAPI {
|
|
|
5265
6466
|
* Do not edit the class manually.
|
|
5266
6467
|
*/
|
|
5267
6468
|
|
|
6469
|
+
type index_BfusdApi = BfusdApi;
|
|
6470
|
+
declare const index_BfusdApi: typeof BfusdApi;
|
|
6471
|
+
type index_BfusdApiInterface = BfusdApiInterface;
|
|
5268
6472
|
type index_FlexibleLockedApi = FlexibleLockedApi;
|
|
5269
6473
|
declare const index_FlexibleLockedApi: typeof FlexibleLockedApi;
|
|
5270
6474
|
type index_FlexibleLockedApiInterface = FlexibleLockedApiInterface;
|
|
6475
|
+
type index_GetBfusdAccountRequest = GetBfusdAccountRequest;
|
|
6476
|
+
type index_GetBfusdAccountResponse = GetBfusdAccountResponse;
|
|
6477
|
+
type index_GetBfusdQuotaDetailsRequest = GetBfusdQuotaDetailsRequest;
|
|
6478
|
+
type index_GetBfusdQuotaDetailsResponse = GetBfusdQuotaDetailsResponse;
|
|
6479
|
+
type index_GetBfusdQuotaDetailsResponseFastRedemptionQuota = GetBfusdQuotaDetailsResponseFastRedemptionQuota;
|
|
6480
|
+
type index_GetBfusdQuotaDetailsResponseStandardRedemptionQuota = GetBfusdQuotaDetailsResponseStandardRedemptionQuota;
|
|
6481
|
+
type index_GetBfusdRateHistoryRequest = GetBfusdRateHistoryRequest;
|
|
6482
|
+
type index_GetBfusdRateHistoryResponse = GetBfusdRateHistoryResponse;
|
|
6483
|
+
type index_GetBfusdRateHistoryResponseRowsInner = GetBfusdRateHistoryResponseRowsInner;
|
|
6484
|
+
type index_GetBfusdRedemptionHistoryRequest = GetBfusdRedemptionHistoryRequest;
|
|
6485
|
+
type index_GetBfusdRedemptionHistoryResponse = GetBfusdRedemptionHistoryResponse;
|
|
6486
|
+
type index_GetBfusdRedemptionHistoryResponseRowsInner = GetBfusdRedemptionHistoryResponseRowsInner;
|
|
6487
|
+
type index_GetBfusdRewardsHistoryRequest = GetBfusdRewardsHistoryRequest;
|
|
6488
|
+
type index_GetBfusdRewardsHistoryResponse = GetBfusdRewardsHistoryResponse;
|
|
6489
|
+
type index_GetBfusdRewardsHistoryResponseRowsInner = GetBfusdRewardsHistoryResponseRowsInner;
|
|
6490
|
+
type index_GetBfusdSubscriptionHistoryRequest = GetBfusdSubscriptionHistoryRequest;
|
|
6491
|
+
type index_GetBfusdSubscriptionHistoryResponse = GetBfusdSubscriptionHistoryResponse;
|
|
6492
|
+
type index_GetBfusdSubscriptionHistoryResponseRowsInner = GetBfusdSubscriptionHistoryResponseRowsInner;
|
|
5271
6493
|
type index_GetCollateralRecordRequest = GetCollateralRecordRequest;
|
|
5272
6494
|
type index_GetCollateralRecordResponse = GetCollateralRecordResponse;
|
|
5273
6495
|
type index_GetCollateralRecordResponseRowsInner = GetCollateralRecordResponseRowsInner;
|
|
@@ -5317,7 +6539,6 @@ type index_GetRwusdQuotaDetailsResponseStandardRedemptionQuota = GetRwusdQuotaDe
|
|
|
5317
6539
|
type index_GetRwusdQuotaDetailsResponseSubscriptionQuota = GetRwusdQuotaDetailsResponseSubscriptionQuota;
|
|
5318
6540
|
type index_GetRwusdRateHistoryRequest = GetRwusdRateHistoryRequest;
|
|
5319
6541
|
type index_GetRwusdRateHistoryResponse = GetRwusdRateHistoryResponse;
|
|
5320
|
-
type index_GetRwusdRateHistoryResponseRowsInner = GetRwusdRateHistoryResponseRowsInner;
|
|
5321
6542
|
type index_GetRwusdRedemptionHistoryRequest = GetRwusdRedemptionHistoryRequest;
|
|
5322
6543
|
type index_GetRwusdRedemptionHistoryResponse = GetRwusdRedemptionHistoryResponse;
|
|
5323
6544
|
type index_GetRwusdRedemptionHistoryResponseRowsInner = GetRwusdRedemptionHistoryResponseRowsInner;
|
|
@@ -5335,6 +6556,8 @@ type index_GetSimpleEarnLockedProductListResponse = GetSimpleEarnLockedProductLi
|
|
|
5335
6556
|
type index_GetSimpleEarnLockedProductListResponseRowsInner = GetSimpleEarnLockedProductListResponseRowsInner;
|
|
5336
6557
|
type index_GetSimpleEarnLockedProductListResponseRowsInnerDetail = GetSimpleEarnLockedProductListResponseRowsInnerDetail;
|
|
5337
6558
|
type index_GetSimpleEarnLockedProductListResponseRowsInnerQuota = GetSimpleEarnLockedProductListResponseRowsInnerQuota;
|
|
6559
|
+
type index_RedeemBfusdRequest = RedeemBfusdRequest;
|
|
6560
|
+
type index_RedeemBfusdResponse = RedeemBfusdResponse;
|
|
5338
6561
|
type index_RedeemFlexibleProductRequest = RedeemFlexibleProductRequest;
|
|
5339
6562
|
type index_RedeemFlexibleProductResponse = RedeemFlexibleProductResponse;
|
|
5340
6563
|
type index_RedeemLockedProductRequest = RedeemLockedProductRequest;
|
|
@@ -5354,6 +6577,8 @@ type index_SetLockedProductRedeemOptionRequest = SetLockedProductRedeemOptionReq
|
|
|
5354
6577
|
type index_SetLockedProductRedeemOptionResponse = SetLockedProductRedeemOptionResponse;
|
|
5355
6578
|
type index_SimpleAccountRequest = SimpleAccountRequest;
|
|
5356
6579
|
type index_SimpleAccountResponse = SimpleAccountResponse;
|
|
6580
|
+
type index_SubscribeBfusdRequest = SubscribeBfusdRequest;
|
|
6581
|
+
type index_SubscribeBfusdResponse = SubscribeBfusdResponse;
|
|
5357
6582
|
type index_SubscribeFlexibleProductRequest = SubscribeFlexibleProductRequest;
|
|
5358
6583
|
type index_SubscribeFlexibleProductResponse = SubscribeFlexibleProductResponse;
|
|
5359
6584
|
type index_SubscribeLockedProductRequest = SubscribeLockedProductRequest;
|
|
@@ -5361,7 +6586,7 @@ type index_SubscribeLockedProductResponse = SubscribeLockedProductResponse;
|
|
|
5361
6586
|
type index_SubscribeRwusdRequest = SubscribeRwusdRequest;
|
|
5362
6587
|
type index_SubscribeRwusdResponse = SubscribeRwusdResponse;
|
|
5363
6588
|
declare namespace index {
|
|
5364
|
-
export { index_FlexibleLockedApi as FlexibleLockedApi, type index_FlexibleLockedApiInterface as FlexibleLockedApiInterface, 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_GetRwusdAccountRequest as GetRwusdAccountRequest, type index_GetRwusdAccountResponse as GetRwusdAccountResponse, type index_GetRwusdQuotaDetailsRequest as GetRwusdQuotaDetailsRequest, type index_GetRwusdQuotaDetailsResponse as GetRwusdQuotaDetailsResponse, type index_GetRwusdQuotaDetailsResponseFastRedemptionQuota as GetRwusdQuotaDetailsResponseFastRedemptionQuota, type index_GetRwusdQuotaDetailsResponseStandardRedemptionQuota as GetRwusdQuotaDetailsResponseStandardRedemptionQuota, type index_GetRwusdQuotaDetailsResponseSubscriptionQuota as GetRwusdQuotaDetailsResponseSubscriptionQuota, type index_GetRwusdRateHistoryRequest as GetRwusdRateHistoryRequest, type index_GetRwusdRateHistoryResponse as GetRwusdRateHistoryResponse, type
|
|
6589
|
+
export { index_BfusdApi as BfusdApi, type index_BfusdApiInterface as BfusdApiInterface, index_FlexibleLockedApi as FlexibleLockedApi, type index_FlexibleLockedApiInterface as FlexibleLockedApiInterface, type index_GetBfusdAccountRequest as GetBfusdAccountRequest, type index_GetBfusdAccountResponse as GetBfusdAccountResponse, type index_GetBfusdQuotaDetailsRequest as GetBfusdQuotaDetailsRequest, type index_GetBfusdQuotaDetailsResponse as GetBfusdQuotaDetailsResponse, type index_GetBfusdQuotaDetailsResponseFastRedemptionQuota as GetBfusdQuotaDetailsResponseFastRedemptionQuota, type index_GetBfusdQuotaDetailsResponseStandardRedemptionQuota as GetBfusdQuotaDetailsResponseStandardRedemptionQuota, type index_GetBfusdRateHistoryRequest as GetBfusdRateHistoryRequest, type index_GetBfusdRateHistoryResponse as GetBfusdRateHistoryResponse, type index_GetBfusdRateHistoryResponseRowsInner as GetBfusdRateHistoryResponseRowsInner, type index_GetBfusdRedemptionHistoryRequest as GetBfusdRedemptionHistoryRequest, type index_GetBfusdRedemptionHistoryResponse as GetBfusdRedemptionHistoryResponse, type index_GetBfusdRedemptionHistoryResponseRowsInner as GetBfusdRedemptionHistoryResponseRowsInner, type index_GetBfusdRewardsHistoryRequest as GetBfusdRewardsHistoryRequest, type index_GetBfusdRewardsHistoryResponse as GetBfusdRewardsHistoryResponse, type index_GetBfusdRewardsHistoryResponseRowsInner as GetBfusdRewardsHistoryResponseRowsInner, type index_GetBfusdSubscriptionHistoryRequest as GetBfusdSubscriptionHistoryRequest, type index_GetBfusdSubscriptionHistoryResponse as GetBfusdSubscriptionHistoryResponse, type index_GetBfusdSubscriptionHistoryResponseRowsInner as GetBfusdSubscriptionHistoryResponseRowsInner, 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_GetRwusdAccountRequest as GetRwusdAccountRequest, type index_GetRwusdAccountResponse as GetRwusdAccountResponse, type index_GetRwusdQuotaDetailsRequest as GetRwusdQuotaDetailsRequest, type index_GetRwusdQuotaDetailsResponse as GetRwusdQuotaDetailsResponse, type index_GetRwusdQuotaDetailsResponseFastRedemptionQuota as GetRwusdQuotaDetailsResponseFastRedemptionQuota, type index_GetRwusdQuotaDetailsResponseStandardRedemptionQuota as GetRwusdQuotaDetailsResponseStandardRedemptionQuota, type index_GetRwusdQuotaDetailsResponseSubscriptionQuota as GetRwusdQuotaDetailsResponseSubscriptionQuota, type index_GetRwusdRateHistoryRequest as GetRwusdRateHistoryRequest, type index_GetRwusdRateHistoryResponse as GetRwusdRateHistoryResponse, type index_GetRwusdRedemptionHistoryRequest as GetRwusdRedemptionHistoryRequest, type index_GetRwusdRedemptionHistoryResponse as GetRwusdRedemptionHistoryResponse, type index_GetRwusdRedemptionHistoryResponseRowsInner as GetRwusdRedemptionHistoryResponseRowsInner, type index_GetRwusdRewardsHistoryRequest as GetRwusdRewardsHistoryRequest, type index_GetRwusdRewardsHistoryResponse as GetRwusdRewardsHistoryResponse, type index_GetRwusdRewardsHistoryResponseRowsInner as GetRwusdRewardsHistoryResponseRowsInner, type index_GetRwusdSubscriptionHistoryRequest as GetRwusdSubscriptionHistoryRequest, type index_GetRwusdSubscriptionHistoryResponse as GetRwusdSubscriptionHistoryResponse, type index_GetRwusdSubscriptionHistoryResponseRowsInner as GetRwusdSubscriptionHistoryResponseRowsInner, 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, type index_RedeemBfusdRequest as RedeemBfusdRequest, type index_RedeemBfusdResponse as RedeemBfusdResponse, type index_RedeemFlexibleProductRequest as RedeemFlexibleProductRequest, type index_RedeemFlexibleProductResponse as RedeemFlexibleProductResponse, type index_RedeemLockedProductRequest as RedeemLockedProductRequest, type index_RedeemLockedProductResponse as RedeemLockedProductResponse, type index_RedeemRwusdRequest as RedeemRwusdRequest, type index_RedeemRwusdResponse as RedeemRwusdResponse, index_RestAPI as RestAPI, index_RwusdApi as RwusdApi, type index_RwusdApiInterface as RwusdApiInterface, 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_SubscribeBfusdRequest as SubscribeBfusdRequest, type index_SubscribeBfusdResponse as SubscribeBfusdResponse, type index_SubscribeFlexibleProductRequest as SubscribeFlexibleProductRequest, type index_SubscribeFlexibleProductResponse as SubscribeFlexibleProductResponse, type index_SubscribeLockedProductRequest as SubscribeLockedProductRequest, type index_SubscribeLockedProductResponse as SubscribeLockedProductResponse, type index_SubscribeRwusdRequest as SubscribeRwusdRequest, type index_SubscribeRwusdResponse as SubscribeRwusdResponse };
|
|
5365
6590
|
}
|
|
5366
6591
|
|
|
5367
6592
|
interface ConfigurationSimpleEarn {
|