@n8n-dev/n8n-nodes-binance 1.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.
Files changed (105) hide show
  1. package/README.md +123 -0
  2. package/dist/credentials/BinanceApi.credentials.d.ts +10 -0
  3. package/dist/credentials/BinanceApi.credentials.js +56 -0
  4. package/dist/credentials/BinanceApi.credentials.js.map +1 -0
  5. package/dist/icons/binance.dark.svg +4 -0
  6. package/dist/icons/binance.svg +4 -0
  7. package/dist/nodes/Binance/Binance.node.d.ts +4 -0
  8. package/dist/nodes/Binance/Binance.node.js +250 -0
  9. package/dist/nodes/Binance/Binance.node.js.map +1 -0
  10. package/dist/nodes/Binance/Binance.node.json +20 -0
  11. package/dist/nodes/Binance/binance.dark.svg +4 -0
  12. package/dist/nodes/Binance/binance.svg +4 -0
  13. package/dist/nodes/Binance/resources/auto-invest/index.d.ts +2 -0
  14. package/dist/nodes/Binance/resources/auto-invest/index.js +3694 -0
  15. package/dist/nodes/Binance/resources/auto-invest/index.js.map +1 -0
  16. package/dist/nodes/Binance/resources/blvt/index.d.ts +2 -0
  17. package/dist/nodes/Binance/resources/blvt/index.js +994 -0
  18. package/dist/nodes/Binance/resources/blvt/index.js.map +1 -0
  19. package/dist/nodes/Binance/resources/c-2-c/index.d.ts +2 -0
  20. package/dist/nodes/Binance/resources/c-2-c/index.js +265 -0
  21. package/dist/nodes/Binance/resources/c-2-c/index.js.map +1 -0
  22. package/dist/nodes/Binance/resources/convert/index.d.ts +2 -0
  23. package/dist/nodes/Binance/resources/convert/index.js +1535 -0
  24. package/dist/nodes/Binance/resources/convert/index.js.map +1 -0
  25. package/dist/nodes/Binance/resources/copy-trading/index.d.ts +2 -0
  26. package/dist/nodes/Binance/resources/copy-trading/index.js +238 -0
  27. package/dist/nodes/Binance/resources/copy-trading/index.js.map +1 -0
  28. package/dist/nodes/Binance/resources/crypto-loans/index.d.ts +2 -0
  29. package/dist/nodes/Binance/resources/crypto-loans/index.js +4599 -0
  30. package/dist/nodes/Binance/resources/crypto-loans/index.js.map +1 -0
  31. package/dist/nodes/Binance/resources/dual-investment/index.d.ts +2 -0
  32. package/dist/nodes/Binance/resources/dual-investment/index.js +988 -0
  33. package/dist/nodes/Binance/resources/dual-investment/index.js.map +1 -0
  34. package/dist/nodes/Binance/resources/fiat/index.d.ts +2 -0
  35. package/dist/nodes/Binance/resources/fiat/index.js +488 -0
  36. package/dist/nodes/Binance/resources/fiat/index.js.map +1 -0
  37. package/dist/nodes/Binance/resources/futures/index.d.ts +2 -0
  38. package/dist/nodes/Binance/resources/futures/index.js +658 -0
  39. package/dist/nodes/Binance/resources/futures/index.js.map +1 -0
  40. package/dist/nodes/Binance/resources/futures-algo/index.d.ts +2 -0
  41. package/dist/nodes/Binance/resources/futures-algo/index.js +1398 -0
  42. package/dist/nodes/Binance/resources/futures-algo/index.js.map +1 -0
  43. package/dist/nodes/Binance/resources/gift-card/index.d.ts +2 -0
  44. package/dist/nodes/Binance/resources/gift-card/index.js +903 -0
  45. package/dist/nodes/Binance/resources/gift-card/index.js.map +1 -0
  46. package/dist/nodes/Binance/resources/index.d.ts +29 -0
  47. package/dist/nodes/Binance/resources/index.js +62 -0
  48. package/dist/nodes/Binance/resources/index.js.map +1 -0
  49. package/dist/nodes/Binance/resources/isolated-margin-stream/index.d.ts +2 -0
  50. package/dist/nodes/Binance/resources/isolated-margin-stream/index.js +165 -0
  51. package/dist/nodes/Binance/resources/isolated-margin-stream/index.js.map +1 -0
  52. package/dist/nodes/Binance/resources/margin/index.d.ts +2 -0
  53. package/dist/nodes/Binance/resources/margin/index.js +10472 -0
  54. package/dist/nodes/Binance/resources/margin/index.js.map +1 -0
  55. package/dist/nodes/Binance/resources/margin-stream/index.d.ts +2 -0
  56. package/dist/nodes/Binance/resources/margin-stream/index.js +165 -0
  57. package/dist/nodes/Binance/resources/margin-stream/index.js.map +1 -0
  58. package/dist/nodes/Binance/resources/market/index.d.ts +2 -0
  59. package/dist/nodes/Binance/resources/market/index.js +1716 -0
  60. package/dist/nodes/Binance/resources/market/index.js.map +1 -0
  61. package/dist/nodes/Binance/resources/mining/index.d.ts +2 -0
  62. package/dist/nodes/Binance/resources/mining/index.js +2444 -0
  63. package/dist/nodes/Binance/resources/mining/index.js.map +1 -0
  64. package/dist/nodes/Binance/resources/nft/index.d.ts +2 -0
  65. package/dist/nodes/Binance/resources/nft/index.js +830 -0
  66. package/dist/nodes/Binance/resources/nft/index.js.map +1 -0
  67. package/dist/nodes/Binance/resources/pay/index.d.ts +2 -0
  68. package/dist/nodes/Binance/resources/pay/index.js +205 -0
  69. package/dist/nodes/Binance/resources/pay/index.js.map +1 -0
  70. package/dist/nodes/Binance/resources/portfolio-margin/index.d.ts +2 -0
  71. package/dist/nodes/Binance/resources/portfolio-margin/index.js +1561 -0
  72. package/dist/nodes/Binance/resources/portfolio-margin/index.js.map +1 -0
  73. package/dist/nodes/Binance/resources/rebate/index.d.ts +2 -0
  74. package/dist/nodes/Binance/resources/rebate/index.js +205 -0
  75. package/dist/nodes/Binance/resources/rebate/index.js.map +1 -0
  76. package/dist/nodes/Binance/resources/savings/index.d.ts +2 -0
  77. package/dist/nodes/Binance/resources/savings/index.js +882 -0
  78. package/dist/nodes/Binance/resources/savings/index.js.map +1 -0
  79. package/dist/nodes/Binance/resources/simple-earn/index.d.ts +2 -0
  80. package/dist/nodes/Binance/resources/simple-earn/index.js +4686 -0
  81. package/dist/nodes/Binance/resources/simple-earn/index.js.map +1 -0
  82. package/dist/nodes/Binance/resources/spot-algo/index.d.ts +2 -0
  83. package/dist/nodes/Binance/resources/spot-algo/index.js +982 -0
  84. package/dist/nodes/Binance/resources/spot-algo/index.js.map +1 -0
  85. package/dist/nodes/Binance/resources/staking/index.d.ts +2 -0
  86. package/dist/nodes/Binance/resources/staking/index.js +2121 -0
  87. package/dist/nodes/Binance/resources/staking/index.js.map +1 -0
  88. package/dist/nodes/Binance/resources/stream/index.d.ts +2 -0
  89. package/dist/nodes/Binance/resources/stream/index.js +165 -0
  90. package/dist/nodes/Binance/resources/stream/index.js.map +1 -0
  91. package/dist/nodes/Binance/resources/sub-account/index.d.ts +2 -0
  92. package/dist/nodes/Binance/resources/sub-account/index.js +8448 -0
  93. package/dist/nodes/Binance/resources/sub-account/index.js.map +1 -0
  94. package/dist/nodes/Binance/resources/trade/index.d.ts +2 -0
  95. package/dist/nodes/Binance/resources/trade/index.js +8198 -0
  96. package/dist/nodes/Binance/resources/trade/index.js.map +1 -0
  97. package/dist/nodes/Binance/resources/vip-loans/index.d.ts +2 -0
  98. package/dist/nodes/Binance/resources/vip-loans/index.js +1883 -0
  99. package/dist/nodes/Binance/resources/vip-loans/index.js.map +1 -0
  100. package/dist/nodes/Binance/resources/wallet/index.d.ts +2 -0
  101. package/dist/nodes/Binance/resources/wallet/index.js +5908 -0
  102. package/dist/nodes/Binance/resources/wallet/index.js.map +1 -0
  103. package/dist/package.json +62 -0
  104. package/dist/tsconfig.tsbuildinfo +1 -0
  105. package/package.json +62 -0
@@ -0,0 +1,994 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.blvtDescription = void 0;
4
+ exports.blvtDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "BLVT"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "GET Sapi V 1 Blvt Token Info",
20
+ "value": "GET Sapi V 1 Blvt Token Info",
21
+ "action": "BLVT Info (MARKET_DATA)",
22
+ "description": "Weight(IP): 1",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/sapi/v1/blvt/tokenInfo"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "POST Sapi V 1 Blvt Subscribe",
32
+ "value": "POST Sapi V 1 Blvt Subscribe",
33
+ "action": "Subscribe BLVT (USER_DATA)",
34
+ "description": "Weight(IP): 1",
35
+ "routing": {
36
+ "request": {
37
+ "method": "POST",
38
+ "url": "=/sapi/v1/blvt/subscribe"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "GET Sapi V 1 Blvt Subscribe Record",
44
+ "value": "GET Sapi V 1 Blvt Subscribe Record",
45
+ "action": "Query Subscription Record (USER_DATA)",
46
+ "description": "- Only the data of the latest 90 days is available\n\nWeight(IP): 1",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/sapi/v1/blvt/subscribe/record"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "POST Sapi V 1 Blvt Redeem",
56
+ "value": "POST Sapi V 1 Blvt Redeem",
57
+ "action": "Redeem BLVT (USER_DATA)",
58
+ "description": "Weight(IP): 1",
59
+ "routing": {
60
+ "request": {
61
+ "method": "POST",
62
+ "url": "=/sapi/v1/blvt/redeem"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "GET Sapi V 1 Blvt Redeem Record",
68
+ "value": "GET Sapi V 1 Blvt Redeem Record",
69
+ "action": "Redemption Record (USER_DATA)",
70
+ "description": "- Only the data of the latest 90 days is available\n\nWeight(IP): 1",
71
+ "routing": {
72
+ "request": {
73
+ "method": "GET",
74
+ "url": "=/sapi/v1/blvt/redeem/record"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "GET Sapi V 1 Blvt User Limit",
80
+ "value": "GET Sapi V 1 Blvt User Limit",
81
+ "action": "BLVT User Limit Info (USER_DATA)",
82
+ "description": "Weight(IP): 1",
83
+ "routing": {
84
+ "request": {
85
+ "method": "GET",
86
+ "url": "=/sapi/v1/blvt/userLimit"
87
+ }
88
+ }
89
+ }
90
+ ],
91
+ "default": ""
92
+ },
93
+ {
94
+ "displayName": "GET /sapi/v1/blvt/tokenInfo",
95
+ "name": "operation",
96
+ "type": "notice",
97
+ "typeOptions": {
98
+ "theme": "info"
99
+ },
100
+ "default": "",
101
+ "displayOptions": {
102
+ "show": {
103
+ "resource": [
104
+ "BLVT"
105
+ ],
106
+ "operation": [
107
+ "GET Sapi V 1 Blvt Token Info"
108
+ ]
109
+ }
110
+ }
111
+ },
112
+ {
113
+ "displayName": "Token Name",
114
+ "name": "tokenName",
115
+ "description": "BTCDOWN, BTCUP",
116
+ "default": "",
117
+ "type": "string",
118
+ "routing": {
119
+ "send": {
120
+ "type": "query",
121
+ "property": "tokenName",
122
+ "value": "={{ $value }}",
123
+ "propertyInDotNotation": false
124
+ }
125
+ },
126
+ "displayOptions": {
127
+ "show": {
128
+ "resource": [
129
+ "BLVT"
130
+ ],
131
+ "operation": [
132
+ "GET Sapi V 1 Blvt Token Info"
133
+ ]
134
+ }
135
+ }
136
+ },
137
+ {
138
+ "displayName": "POST /sapi/v1/blvt/subscribe",
139
+ "name": "operation",
140
+ "type": "notice",
141
+ "typeOptions": {
142
+ "theme": "info"
143
+ },
144
+ "default": "",
145
+ "displayOptions": {
146
+ "show": {
147
+ "resource": [
148
+ "BLVT"
149
+ ],
150
+ "operation": [
151
+ "POST Sapi V 1 Blvt Subscribe"
152
+ ]
153
+ }
154
+ }
155
+ },
156
+ {
157
+ "displayName": "Token Name",
158
+ "name": "tokenName",
159
+ "required": true,
160
+ "description": "BTCDOWN, BTCUP",
161
+ "default": "",
162
+ "type": "string",
163
+ "routing": {
164
+ "send": {
165
+ "type": "query",
166
+ "property": "tokenName",
167
+ "value": "={{ $value }}",
168
+ "propertyInDotNotation": false
169
+ }
170
+ },
171
+ "displayOptions": {
172
+ "show": {
173
+ "resource": [
174
+ "BLVT"
175
+ ],
176
+ "operation": [
177
+ "POST Sapi V 1 Blvt Subscribe"
178
+ ]
179
+ }
180
+ }
181
+ },
182
+ {
183
+ "displayName": "Cost",
184
+ "name": "cost",
185
+ "required": true,
186
+ "description": "Spot balance",
187
+ "default": 0,
188
+ "type": "number",
189
+ "routing": {
190
+ "send": {
191
+ "type": "query",
192
+ "property": "cost",
193
+ "value": "={{ $value }}",
194
+ "propertyInDotNotation": false
195
+ }
196
+ },
197
+ "displayOptions": {
198
+ "show": {
199
+ "resource": [
200
+ "BLVT"
201
+ ],
202
+ "operation": [
203
+ "POST Sapi V 1 Blvt Subscribe"
204
+ ]
205
+ }
206
+ }
207
+ },
208
+ {
209
+ "displayName": "Recv Window",
210
+ "name": "recvWindow",
211
+ "description": "The value cannot be greater than 60000",
212
+ "default": 5000,
213
+ "type": "number",
214
+ "routing": {
215
+ "send": {
216
+ "type": "query",
217
+ "property": "recvWindow",
218
+ "value": "={{ $value }}",
219
+ "propertyInDotNotation": false
220
+ }
221
+ },
222
+ "displayOptions": {
223
+ "show": {
224
+ "resource": [
225
+ "BLVT"
226
+ ],
227
+ "operation": [
228
+ "POST Sapi V 1 Blvt Subscribe"
229
+ ]
230
+ }
231
+ }
232
+ },
233
+ {
234
+ "displayName": "Timestamp",
235
+ "name": "timestamp",
236
+ "required": true,
237
+ "description": "UTC timestamp in ms",
238
+ "default": 0,
239
+ "type": "number",
240
+ "routing": {
241
+ "send": {
242
+ "type": "query",
243
+ "property": "timestamp",
244
+ "value": "={{ $value }}",
245
+ "propertyInDotNotation": false
246
+ }
247
+ },
248
+ "displayOptions": {
249
+ "show": {
250
+ "resource": [
251
+ "BLVT"
252
+ ],
253
+ "operation": [
254
+ "POST Sapi V 1 Blvt Subscribe"
255
+ ]
256
+ }
257
+ }
258
+ },
259
+ {
260
+ "displayName": "Signature",
261
+ "name": "signature",
262
+ "required": true,
263
+ "description": "Signature",
264
+ "default": "",
265
+ "type": "string",
266
+ "routing": {
267
+ "send": {
268
+ "type": "query",
269
+ "property": "signature",
270
+ "value": "={{ $value }}",
271
+ "propertyInDotNotation": false
272
+ }
273
+ },
274
+ "displayOptions": {
275
+ "show": {
276
+ "resource": [
277
+ "BLVT"
278
+ ],
279
+ "operation": [
280
+ "POST Sapi V 1 Blvt Subscribe"
281
+ ]
282
+ }
283
+ }
284
+ },
285
+ {
286
+ "displayName": "GET /sapi/v1/blvt/subscribe/record",
287
+ "name": "operation",
288
+ "type": "notice",
289
+ "typeOptions": {
290
+ "theme": "info"
291
+ },
292
+ "default": "",
293
+ "displayOptions": {
294
+ "show": {
295
+ "resource": [
296
+ "BLVT"
297
+ ],
298
+ "operation": [
299
+ "GET Sapi V 1 Blvt Subscribe Record"
300
+ ]
301
+ }
302
+ }
303
+ },
304
+ {
305
+ "displayName": "Token Name",
306
+ "name": "tokenName",
307
+ "description": "BTCDOWN, BTCUP",
308
+ "default": "",
309
+ "type": "string",
310
+ "routing": {
311
+ "send": {
312
+ "type": "query",
313
+ "property": "tokenName",
314
+ "value": "={{ $value }}",
315
+ "propertyInDotNotation": false
316
+ }
317
+ },
318
+ "displayOptions": {
319
+ "show": {
320
+ "resource": [
321
+ "BLVT"
322
+ ],
323
+ "operation": [
324
+ "GET Sapi V 1 Blvt Subscribe Record"
325
+ ]
326
+ }
327
+ }
328
+ },
329
+ {
330
+ "displayName": "Id",
331
+ "name": "id",
332
+ "default": 0,
333
+ "type": "number",
334
+ "routing": {
335
+ "send": {
336
+ "type": "query",
337
+ "property": "id",
338
+ "value": "={{ $value }}",
339
+ "propertyInDotNotation": false
340
+ }
341
+ },
342
+ "displayOptions": {
343
+ "show": {
344
+ "resource": [
345
+ "BLVT"
346
+ ],
347
+ "operation": [
348
+ "GET Sapi V 1 Blvt Subscribe Record"
349
+ ]
350
+ }
351
+ }
352
+ },
353
+ {
354
+ "displayName": "Start Time",
355
+ "name": "startTime",
356
+ "description": "UTC timestamp in ms",
357
+ "default": 0,
358
+ "type": "number",
359
+ "routing": {
360
+ "send": {
361
+ "type": "query",
362
+ "property": "startTime",
363
+ "value": "={{ $value }}",
364
+ "propertyInDotNotation": false
365
+ }
366
+ },
367
+ "displayOptions": {
368
+ "show": {
369
+ "resource": [
370
+ "BLVT"
371
+ ],
372
+ "operation": [
373
+ "GET Sapi V 1 Blvt Subscribe Record"
374
+ ]
375
+ }
376
+ }
377
+ },
378
+ {
379
+ "displayName": "End Time",
380
+ "name": "endTime",
381
+ "description": "UTC timestamp in ms",
382
+ "default": 0,
383
+ "type": "number",
384
+ "routing": {
385
+ "send": {
386
+ "type": "query",
387
+ "property": "endTime",
388
+ "value": "={{ $value }}",
389
+ "propertyInDotNotation": false
390
+ }
391
+ },
392
+ "displayOptions": {
393
+ "show": {
394
+ "resource": [
395
+ "BLVT"
396
+ ],
397
+ "operation": [
398
+ "GET Sapi V 1 Blvt Subscribe Record"
399
+ ]
400
+ }
401
+ }
402
+ },
403
+ {
404
+ "displayName": "Limit",
405
+ "name": "limit",
406
+ "description": "Default 500; max 1000.",
407
+ "default": 5,
408
+ "type": "number",
409
+ "routing": {
410
+ "send": {
411
+ "type": "query",
412
+ "property": "limit",
413
+ "value": "={{ $value }}",
414
+ "propertyInDotNotation": false
415
+ }
416
+ },
417
+ "displayOptions": {
418
+ "show": {
419
+ "resource": [
420
+ "BLVT"
421
+ ],
422
+ "operation": [
423
+ "GET Sapi V 1 Blvt Subscribe Record"
424
+ ]
425
+ }
426
+ }
427
+ },
428
+ {
429
+ "displayName": "Recv Window",
430
+ "name": "recvWindow",
431
+ "description": "The value cannot be greater than 60000",
432
+ "default": 5000,
433
+ "type": "number",
434
+ "routing": {
435
+ "send": {
436
+ "type": "query",
437
+ "property": "recvWindow",
438
+ "value": "={{ $value }}",
439
+ "propertyInDotNotation": false
440
+ }
441
+ },
442
+ "displayOptions": {
443
+ "show": {
444
+ "resource": [
445
+ "BLVT"
446
+ ],
447
+ "operation": [
448
+ "GET Sapi V 1 Blvt Subscribe Record"
449
+ ]
450
+ }
451
+ }
452
+ },
453
+ {
454
+ "displayName": "Timestamp",
455
+ "name": "timestamp",
456
+ "required": true,
457
+ "description": "UTC timestamp in ms",
458
+ "default": 0,
459
+ "type": "number",
460
+ "routing": {
461
+ "send": {
462
+ "type": "query",
463
+ "property": "timestamp",
464
+ "value": "={{ $value }}",
465
+ "propertyInDotNotation": false
466
+ }
467
+ },
468
+ "displayOptions": {
469
+ "show": {
470
+ "resource": [
471
+ "BLVT"
472
+ ],
473
+ "operation": [
474
+ "GET Sapi V 1 Blvt Subscribe Record"
475
+ ]
476
+ }
477
+ }
478
+ },
479
+ {
480
+ "displayName": "Signature",
481
+ "name": "signature",
482
+ "required": true,
483
+ "description": "Signature",
484
+ "default": "",
485
+ "type": "string",
486
+ "routing": {
487
+ "send": {
488
+ "type": "query",
489
+ "property": "signature",
490
+ "value": "={{ $value }}",
491
+ "propertyInDotNotation": false
492
+ }
493
+ },
494
+ "displayOptions": {
495
+ "show": {
496
+ "resource": [
497
+ "BLVT"
498
+ ],
499
+ "operation": [
500
+ "GET Sapi V 1 Blvt Subscribe Record"
501
+ ]
502
+ }
503
+ }
504
+ },
505
+ {
506
+ "displayName": "POST /sapi/v1/blvt/redeem",
507
+ "name": "operation",
508
+ "type": "notice",
509
+ "typeOptions": {
510
+ "theme": "info"
511
+ },
512
+ "default": "",
513
+ "displayOptions": {
514
+ "show": {
515
+ "resource": [
516
+ "BLVT"
517
+ ],
518
+ "operation": [
519
+ "POST Sapi V 1 Blvt Redeem"
520
+ ]
521
+ }
522
+ }
523
+ },
524
+ {
525
+ "displayName": "Token Name",
526
+ "name": "tokenName",
527
+ "required": true,
528
+ "description": "BTCDOWN, BTCUP",
529
+ "default": "",
530
+ "type": "string",
531
+ "routing": {
532
+ "send": {
533
+ "type": "query",
534
+ "property": "tokenName",
535
+ "value": "={{ $value }}",
536
+ "propertyInDotNotation": false
537
+ }
538
+ },
539
+ "displayOptions": {
540
+ "show": {
541
+ "resource": [
542
+ "BLVT"
543
+ ],
544
+ "operation": [
545
+ "POST Sapi V 1 Blvt Redeem"
546
+ ]
547
+ }
548
+ }
549
+ },
550
+ {
551
+ "displayName": "Amount",
552
+ "name": "amount",
553
+ "required": true,
554
+ "default": "1.01",
555
+ "type": "number",
556
+ "routing": {
557
+ "send": {
558
+ "type": "query",
559
+ "property": "amount",
560
+ "value": "={{ $value }}",
561
+ "propertyInDotNotation": false
562
+ }
563
+ },
564
+ "displayOptions": {
565
+ "show": {
566
+ "resource": [
567
+ "BLVT"
568
+ ],
569
+ "operation": [
570
+ "POST Sapi V 1 Blvt Redeem"
571
+ ]
572
+ }
573
+ }
574
+ },
575
+ {
576
+ "displayName": "Recv Window",
577
+ "name": "recvWindow",
578
+ "description": "The value cannot be greater than 60000",
579
+ "default": 5000,
580
+ "type": "number",
581
+ "routing": {
582
+ "send": {
583
+ "type": "query",
584
+ "property": "recvWindow",
585
+ "value": "={{ $value }}",
586
+ "propertyInDotNotation": false
587
+ }
588
+ },
589
+ "displayOptions": {
590
+ "show": {
591
+ "resource": [
592
+ "BLVT"
593
+ ],
594
+ "operation": [
595
+ "POST Sapi V 1 Blvt Redeem"
596
+ ]
597
+ }
598
+ }
599
+ },
600
+ {
601
+ "displayName": "Timestamp",
602
+ "name": "timestamp",
603
+ "required": true,
604
+ "description": "UTC timestamp in ms",
605
+ "default": 0,
606
+ "type": "number",
607
+ "routing": {
608
+ "send": {
609
+ "type": "query",
610
+ "property": "timestamp",
611
+ "value": "={{ $value }}",
612
+ "propertyInDotNotation": false
613
+ }
614
+ },
615
+ "displayOptions": {
616
+ "show": {
617
+ "resource": [
618
+ "BLVT"
619
+ ],
620
+ "operation": [
621
+ "POST Sapi V 1 Blvt Redeem"
622
+ ]
623
+ }
624
+ }
625
+ },
626
+ {
627
+ "displayName": "Signature",
628
+ "name": "signature",
629
+ "required": true,
630
+ "description": "Signature",
631
+ "default": "",
632
+ "type": "string",
633
+ "routing": {
634
+ "send": {
635
+ "type": "query",
636
+ "property": "signature",
637
+ "value": "={{ $value }}",
638
+ "propertyInDotNotation": false
639
+ }
640
+ },
641
+ "displayOptions": {
642
+ "show": {
643
+ "resource": [
644
+ "BLVT"
645
+ ],
646
+ "operation": [
647
+ "POST Sapi V 1 Blvt Redeem"
648
+ ]
649
+ }
650
+ }
651
+ },
652
+ {
653
+ "displayName": "GET /sapi/v1/blvt/redeem/record",
654
+ "name": "operation",
655
+ "type": "notice",
656
+ "typeOptions": {
657
+ "theme": "info"
658
+ },
659
+ "default": "",
660
+ "displayOptions": {
661
+ "show": {
662
+ "resource": [
663
+ "BLVT"
664
+ ],
665
+ "operation": [
666
+ "GET Sapi V 1 Blvt Redeem Record"
667
+ ]
668
+ }
669
+ }
670
+ },
671
+ {
672
+ "displayName": "Token Name",
673
+ "name": "tokenName",
674
+ "description": "BTCDOWN, BTCUP",
675
+ "default": "",
676
+ "type": "string",
677
+ "routing": {
678
+ "send": {
679
+ "type": "query",
680
+ "property": "tokenName",
681
+ "value": "={{ $value }}",
682
+ "propertyInDotNotation": false
683
+ }
684
+ },
685
+ "displayOptions": {
686
+ "show": {
687
+ "resource": [
688
+ "BLVT"
689
+ ],
690
+ "operation": [
691
+ "GET Sapi V 1 Blvt Redeem Record"
692
+ ]
693
+ }
694
+ }
695
+ },
696
+ {
697
+ "displayName": "Id",
698
+ "name": "id",
699
+ "default": 0,
700
+ "type": "number",
701
+ "routing": {
702
+ "send": {
703
+ "type": "query",
704
+ "property": "id",
705
+ "value": "={{ $value }}",
706
+ "propertyInDotNotation": false
707
+ }
708
+ },
709
+ "displayOptions": {
710
+ "show": {
711
+ "resource": [
712
+ "BLVT"
713
+ ],
714
+ "operation": [
715
+ "GET Sapi V 1 Blvt Redeem Record"
716
+ ]
717
+ }
718
+ }
719
+ },
720
+ {
721
+ "displayName": "Start Time",
722
+ "name": "startTime",
723
+ "description": "UTC timestamp in ms",
724
+ "default": 0,
725
+ "type": "number",
726
+ "routing": {
727
+ "send": {
728
+ "type": "query",
729
+ "property": "startTime",
730
+ "value": "={{ $value }}",
731
+ "propertyInDotNotation": false
732
+ }
733
+ },
734
+ "displayOptions": {
735
+ "show": {
736
+ "resource": [
737
+ "BLVT"
738
+ ],
739
+ "operation": [
740
+ "GET Sapi V 1 Blvt Redeem Record"
741
+ ]
742
+ }
743
+ }
744
+ },
745
+ {
746
+ "displayName": "End Time",
747
+ "name": "endTime",
748
+ "description": "UTC timestamp in ms",
749
+ "default": 0,
750
+ "type": "number",
751
+ "routing": {
752
+ "send": {
753
+ "type": "query",
754
+ "property": "endTime",
755
+ "value": "={{ $value }}",
756
+ "propertyInDotNotation": false
757
+ }
758
+ },
759
+ "displayOptions": {
760
+ "show": {
761
+ "resource": [
762
+ "BLVT"
763
+ ],
764
+ "operation": [
765
+ "GET Sapi V 1 Blvt Redeem Record"
766
+ ]
767
+ }
768
+ }
769
+ },
770
+ {
771
+ "displayName": "Limit",
772
+ "name": "limit",
773
+ "description": "default 1000, max 1000",
774
+ "default": 0,
775
+ "type": "number",
776
+ "routing": {
777
+ "send": {
778
+ "type": "query",
779
+ "property": "limit",
780
+ "value": "={{ $value }}",
781
+ "propertyInDotNotation": false
782
+ }
783
+ },
784
+ "displayOptions": {
785
+ "show": {
786
+ "resource": [
787
+ "BLVT"
788
+ ],
789
+ "operation": [
790
+ "GET Sapi V 1 Blvt Redeem Record"
791
+ ]
792
+ }
793
+ }
794
+ },
795
+ {
796
+ "displayName": "Recv Window",
797
+ "name": "recvWindow",
798
+ "description": "The value cannot be greater than 60000",
799
+ "default": 5000,
800
+ "type": "number",
801
+ "routing": {
802
+ "send": {
803
+ "type": "query",
804
+ "property": "recvWindow",
805
+ "value": "={{ $value }}",
806
+ "propertyInDotNotation": false
807
+ }
808
+ },
809
+ "displayOptions": {
810
+ "show": {
811
+ "resource": [
812
+ "BLVT"
813
+ ],
814
+ "operation": [
815
+ "GET Sapi V 1 Blvt Redeem Record"
816
+ ]
817
+ }
818
+ }
819
+ },
820
+ {
821
+ "displayName": "Timestamp",
822
+ "name": "timestamp",
823
+ "required": true,
824
+ "description": "UTC timestamp in ms",
825
+ "default": 0,
826
+ "type": "number",
827
+ "routing": {
828
+ "send": {
829
+ "type": "query",
830
+ "property": "timestamp",
831
+ "value": "={{ $value }}",
832
+ "propertyInDotNotation": false
833
+ }
834
+ },
835
+ "displayOptions": {
836
+ "show": {
837
+ "resource": [
838
+ "BLVT"
839
+ ],
840
+ "operation": [
841
+ "GET Sapi V 1 Blvt Redeem Record"
842
+ ]
843
+ }
844
+ }
845
+ },
846
+ {
847
+ "displayName": "Signature",
848
+ "name": "signature",
849
+ "required": true,
850
+ "description": "Signature",
851
+ "default": "",
852
+ "type": "string",
853
+ "routing": {
854
+ "send": {
855
+ "type": "query",
856
+ "property": "signature",
857
+ "value": "={{ $value }}",
858
+ "propertyInDotNotation": false
859
+ }
860
+ },
861
+ "displayOptions": {
862
+ "show": {
863
+ "resource": [
864
+ "BLVT"
865
+ ],
866
+ "operation": [
867
+ "GET Sapi V 1 Blvt Redeem Record"
868
+ ]
869
+ }
870
+ }
871
+ },
872
+ {
873
+ "displayName": "GET /sapi/v1/blvt/userLimit",
874
+ "name": "operation",
875
+ "type": "notice",
876
+ "typeOptions": {
877
+ "theme": "info"
878
+ },
879
+ "default": "",
880
+ "displayOptions": {
881
+ "show": {
882
+ "resource": [
883
+ "BLVT"
884
+ ],
885
+ "operation": [
886
+ "GET Sapi V 1 Blvt User Limit"
887
+ ]
888
+ }
889
+ }
890
+ },
891
+ {
892
+ "displayName": "Token Name",
893
+ "name": "tokenName",
894
+ "description": "BTCDOWN, BTCUP",
895
+ "default": "",
896
+ "type": "string",
897
+ "routing": {
898
+ "send": {
899
+ "type": "query",
900
+ "property": "tokenName",
901
+ "value": "={{ $value }}",
902
+ "propertyInDotNotation": false
903
+ }
904
+ },
905
+ "displayOptions": {
906
+ "show": {
907
+ "resource": [
908
+ "BLVT"
909
+ ],
910
+ "operation": [
911
+ "GET Sapi V 1 Blvt User Limit"
912
+ ]
913
+ }
914
+ }
915
+ },
916
+ {
917
+ "displayName": "Recv Window",
918
+ "name": "recvWindow",
919
+ "description": "The value cannot be greater than 60000",
920
+ "default": 5000,
921
+ "type": "number",
922
+ "routing": {
923
+ "send": {
924
+ "type": "query",
925
+ "property": "recvWindow",
926
+ "value": "={{ $value }}",
927
+ "propertyInDotNotation": false
928
+ }
929
+ },
930
+ "displayOptions": {
931
+ "show": {
932
+ "resource": [
933
+ "BLVT"
934
+ ],
935
+ "operation": [
936
+ "GET Sapi V 1 Blvt User Limit"
937
+ ]
938
+ }
939
+ }
940
+ },
941
+ {
942
+ "displayName": "Timestamp",
943
+ "name": "timestamp",
944
+ "required": true,
945
+ "description": "UTC timestamp in ms",
946
+ "default": 0,
947
+ "type": "number",
948
+ "routing": {
949
+ "send": {
950
+ "type": "query",
951
+ "property": "timestamp",
952
+ "value": "={{ $value }}",
953
+ "propertyInDotNotation": false
954
+ }
955
+ },
956
+ "displayOptions": {
957
+ "show": {
958
+ "resource": [
959
+ "BLVT"
960
+ ],
961
+ "operation": [
962
+ "GET Sapi V 1 Blvt User Limit"
963
+ ]
964
+ }
965
+ }
966
+ },
967
+ {
968
+ "displayName": "Signature",
969
+ "name": "signature",
970
+ "required": true,
971
+ "description": "Signature",
972
+ "default": "",
973
+ "type": "string",
974
+ "routing": {
975
+ "send": {
976
+ "type": "query",
977
+ "property": "signature",
978
+ "value": "={{ $value }}",
979
+ "propertyInDotNotation": false
980
+ }
981
+ },
982
+ "displayOptions": {
983
+ "show": {
984
+ "resource": [
985
+ "BLVT"
986
+ ],
987
+ "operation": [
988
+ "GET Sapi V 1 Blvt User Limit"
989
+ ]
990
+ }
991
+ }
992
+ },
993
+ ];
994
+ //# sourceMappingURL=index.js.map