@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,882 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.savingsDescription = void 0;
4
+ exports.savingsDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Savings"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "GET Sapi V 1 Lending Project List",
20
+ "value": "GET Sapi V 1 Lending Project List",
21
+ "action": "Get Fixed/Activity Project List(USER_DATA)",
22
+ "description": "Weight(IP): 1",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/sapi/v1/lending/project/list"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "POST Sapi V 1 Lending Customized Fixed Purchase",
32
+ "value": "POST Sapi V 1 Lending Customized Fixed Purchase",
33
+ "action": "Purchase Fixed/Activity Project (USER_DATA)",
34
+ "description": "Weight(IP): 1",
35
+ "routing": {
36
+ "request": {
37
+ "method": "POST",
38
+ "url": "=/sapi/v1/lending/customizedFixed/purchase"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "GET Sapi V 1 Lending Project Position List",
44
+ "value": "GET Sapi V 1 Lending Project Position List",
45
+ "action": "Get Fixed/Activity Project Position (USER_DATA)",
46
+ "description": "Weight(IP): 1",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/sapi/v1/lending/project/position/list"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "POST Sapi V 1 Lending Position Changed",
56
+ "value": "POST Sapi V 1 Lending Position Changed",
57
+ "action": "Change Fixed/Activity Position to Daily Position (USER_DATA)",
58
+ "description": "- PositionId is mandatory parameter for fixed position.\n\nWeight(IP): 1",
59
+ "routing": {
60
+ "request": {
61
+ "method": "POST",
62
+ "url": "=/sapi/v1/lending/positionChanged"
63
+ }
64
+ }
65
+ }
66
+ ],
67
+ "default": ""
68
+ },
69
+ {
70
+ "displayName": "GET /sapi/v1/lending/project/list",
71
+ "name": "operation",
72
+ "type": "notice",
73
+ "typeOptions": {
74
+ "theme": "info"
75
+ },
76
+ "default": "",
77
+ "displayOptions": {
78
+ "show": {
79
+ "resource": [
80
+ "Savings"
81
+ ],
82
+ "operation": [
83
+ "GET Sapi V 1 Lending Project List"
84
+ ]
85
+ }
86
+ }
87
+ },
88
+ {
89
+ "displayName": "Asset",
90
+ "name": "asset",
91
+ "default": "BNB",
92
+ "type": "string",
93
+ "routing": {
94
+ "send": {
95
+ "type": "query",
96
+ "property": "asset",
97
+ "value": "={{ $value }}",
98
+ "propertyInDotNotation": false
99
+ }
100
+ },
101
+ "displayOptions": {
102
+ "show": {
103
+ "resource": [
104
+ "Savings"
105
+ ],
106
+ "operation": [
107
+ "GET Sapi V 1 Lending Project List"
108
+ ]
109
+ }
110
+ }
111
+ },
112
+ {
113
+ "displayName": "Type",
114
+ "name": "type",
115
+ "required": true,
116
+ "default": "ACTIVITY",
117
+ "type": "options",
118
+ "options": [
119
+ {
120
+ "name": "ACTIVITY",
121
+ "value": "ACTIVITY"
122
+ },
123
+ {
124
+ "name": "CUSTOMIZED FIXED",
125
+ "value": "CUSTOMIZED_FIXED"
126
+ }
127
+ ],
128
+ "routing": {
129
+ "send": {
130
+ "type": "query",
131
+ "property": "type",
132
+ "value": "={{ $value }}",
133
+ "propertyInDotNotation": false
134
+ }
135
+ },
136
+ "displayOptions": {
137
+ "show": {
138
+ "resource": [
139
+ "Savings"
140
+ ],
141
+ "operation": [
142
+ "GET Sapi V 1 Lending Project List"
143
+ ]
144
+ }
145
+ }
146
+ },
147
+ {
148
+ "displayName": "Status",
149
+ "name": "status",
150
+ "description": "Default `ALL`",
151
+ "default": "ALL",
152
+ "type": "options",
153
+ "options": [
154
+ {
155
+ "name": "ALL",
156
+ "value": "ALL"
157
+ },
158
+ {
159
+ "name": "SUBSCRIBABLE",
160
+ "value": "SUBSCRIBABLE"
161
+ },
162
+ {
163
+ "name": "UNSUBSCRIBABLE",
164
+ "value": "UNSUBSCRIBABLE"
165
+ }
166
+ ],
167
+ "routing": {
168
+ "send": {
169
+ "type": "query",
170
+ "property": "status",
171
+ "value": "={{ $value }}",
172
+ "propertyInDotNotation": false
173
+ }
174
+ },
175
+ "displayOptions": {
176
+ "show": {
177
+ "resource": [
178
+ "Savings"
179
+ ],
180
+ "operation": [
181
+ "GET Sapi V 1 Lending Project List"
182
+ ]
183
+ }
184
+ }
185
+ },
186
+ {
187
+ "displayName": "Is Sort Asc",
188
+ "name": "isSortAsc",
189
+ "description": "default \"true\"",
190
+ "default": true,
191
+ "type": "boolean",
192
+ "routing": {
193
+ "send": {
194
+ "type": "query",
195
+ "property": "isSortAsc",
196
+ "value": "={{ $value }}",
197
+ "propertyInDotNotation": false
198
+ }
199
+ },
200
+ "displayOptions": {
201
+ "show": {
202
+ "resource": [
203
+ "Savings"
204
+ ],
205
+ "operation": [
206
+ "GET Sapi V 1 Lending Project List"
207
+ ]
208
+ }
209
+ }
210
+ },
211
+ {
212
+ "displayName": "Sort By",
213
+ "name": "sortBy",
214
+ "description": "Default `START_TIME`",
215
+ "default": "START_TIME",
216
+ "type": "options",
217
+ "options": [
218
+ {
219
+ "name": "START TIME",
220
+ "value": "START_TIME"
221
+ },
222
+ {
223
+ "name": "LOT SIZE",
224
+ "value": "LOT_SIZE"
225
+ },
226
+ {
227
+ "name": "INTEREST RATE",
228
+ "value": "INTEREST_RATE"
229
+ },
230
+ {
231
+ "name": "DURATION",
232
+ "value": "DURATION"
233
+ }
234
+ ],
235
+ "routing": {
236
+ "send": {
237
+ "type": "query",
238
+ "property": "sortBy",
239
+ "value": "={{ $value }}",
240
+ "propertyInDotNotation": false
241
+ }
242
+ },
243
+ "displayOptions": {
244
+ "show": {
245
+ "resource": [
246
+ "Savings"
247
+ ],
248
+ "operation": [
249
+ "GET Sapi V 1 Lending Project List"
250
+ ]
251
+ }
252
+ }
253
+ },
254
+ {
255
+ "displayName": "Current",
256
+ "name": "current",
257
+ "description": "Current querying page. Start from 1. Default:1",
258
+ "default": 1,
259
+ "type": "number",
260
+ "routing": {
261
+ "send": {
262
+ "type": "query",
263
+ "property": "current",
264
+ "value": "={{ $value }}",
265
+ "propertyInDotNotation": false
266
+ }
267
+ },
268
+ "displayOptions": {
269
+ "show": {
270
+ "resource": [
271
+ "Savings"
272
+ ],
273
+ "operation": [
274
+ "GET Sapi V 1 Lending Project List"
275
+ ]
276
+ }
277
+ }
278
+ },
279
+ {
280
+ "displayName": "Size",
281
+ "name": "size",
282
+ "description": "Default:10 Max:100",
283
+ "default": 100,
284
+ "type": "number",
285
+ "routing": {
286
+ "send": {
287
+ "type": "query",
288
+ "property": "size",
289
+ "value": "={{ $value }}",
290
+ "propertyInDotNotation": false
291
+ }
292
+ },
293
+ "displayOptions": {
294
+ "show": {
295
+ "resource": [
296
+ "Savings"
297
+ ],
298
+ "operation": [
299
+ "GET Sapi V 1 Lending Project List"
300
+ ]
301
+ }
302
+ }
303
+ },
304
+ {
305
+ "displayName": "Recv Window",
306
+ "name": "recvWindow",
307
+ "description": "The value cannot be greater than 60000",
308
+ "default": 5000,
309
+ "type": "number",
310
+ "routing": {
311
+ "send": {
312
+ "type": "query",
313
+ "property": "recvWindow",
314
+ "value": "={{ $value }}",
315
+ "propertyInDotNotation": false
316
+ }
317
+ },
318
+ "displayOptions": {
319
+ "show": {
320
+ "resource": [
321
+ "Savings"
322
+ ],
323
+ "operation": [
324
+ "GET Sapi V 1 Lending Project List"
325
+ ]
326
+ }
327
+ }
328
+ },
329
+ {
330
+ "displayName": "Timestamp",
331
+ "name": "timestamp",
332
+ "required": true,
333
+ "description": "UTC timestamp in ms",
334
+ "default": 0,
335
+ "type": "number",
336
+ "routing": {
337
+ "send": {
338
+ "type": "query",
339
+ "property": "timestamp",
340
+ "value": "={{ $value }}",
341
+ "propertyInDotNotation": false
342
+ }
343
+ },
344
+ "displayOptions": {
345
+ "show": {
346
+ "resource": [
347
+ "Savings"
348
+ ],
349
+ "operation": [
350
+ "GET Sapi V 1 Lending Project List"
351
+ ]
352
+ }
353
+ }
354
+ },
355
+ {
356
+ "displayName": "Signature",
357
+ "name": "signature",
358
+ "required": true,
359
+ "description": "Signature",
360
+ "default": "",
361
+ "type": "string",
362
+ "routing": {
363
+ "send": {
364
+ "type": "query",
365
+ "property": "signature",
366
+ "value": "={{ $value }}",
367
+ "propertyInDotNotation": false
368
+ }
369
+ },
370
+ "displayOptions": {
371
+ "show": {
372
+ "resource": [
373
+ "Savings"
374
+ ],
375
+ "operation": [
376
+ "GET Sapi V 1 Lending Project List"
377
+ ]
378
+ }
379
+ }
380
+ },
381
+ {
382
+ "displayName": "POST /sapi/v1/lending/customizedFixed/purchase",
383
+ "name": "operation",
384
+ "type": "notice",
385
+ "typeOptions": {
386
+ "theme": "info"
387
+ },
388
+ "default": "",
389
+ "displayOptions": {
390
+ "show": {
391
+ "resource": [
392
+ "Savings"
393
+ ],
394
+ "operation": [
395
+ "POST Sapi V 1 Lending Customized Fixed Purchase"
396
+ ]
397
+ }
398
+ }
399
+ },
400
+ {
401
+ "displayName": "Project Id",
402
+ "name": "projectId",
403
+ "required": true,
404
+ "default": "",
405
+ "type": "string",
406
+ "routing": {
407
+ "send": {
408
+ "type": "query",
409
+ "property": "projectId",
410
+ "value": "={{ $value }}",
411
+ "propertyInDotNotation": false
412
+ }
413
+ },
414
+ "displayOptions": {
415
+ "show": {
416
+ "resource": [
417
+ "Savings"
418
+ ],
419
+ "operation": [
420
+ "POST Sapi V 1 Lending Customized Fixed Purchase"
421
+ ]
422
+ }
423
+ }
424
+ },
425
+ {
426
+ "displayName": "Lot",
427
+ "name": "lot",
428
+ "required": true,
429
+ "default": "",
430
+ "type": "string",
431
+ "routing": {
432
+ "send": {
433
+ "type": "query",
434
+ "property": "lot",
435
+ "value": "={{ $value }}",
436
+ "propertyInDotNotation": false
437
+ }
438
+ },
439
+ "displayOptions": {
440
+ "show": {
441
+ "resource": [
442
+ "Savings"
443
+ ],
444
+ "operation": [
445
+ "POST Sapi V 1 Lending Customized Fixed Purchase"
446
+ ]
447
+ }
448
+ }
449
+ },
450
+ {
451
+ "displayName": "Recv Window",
452
+ "name": "recvWindow",
453
+ "description": "The value cannot be greater than 60000",
454
+ "default": 5000,
455
+ "type": "number",
456
+ "routing": {
457
+ "send": {
458
+ "type": "query",
459
+ "property": "recvWindow",
460
+ "value": "={{ $value }}",
461
+ "propertyInDotNotation": false
462
+ }
463
+ },
464
+ "displayOptions": {
465
+ "show": {
466
+ "resource": [
467
+ "Savings"
468
+ ],
469
+ "operation": [
470
+ "POST Sapi V 1 Lending Customized Fixed Purchase"
471
+ ]
472
+ }
473
+ }
474
+ },
475
+ {
476
+ "displayName": "Timestamp",
477
+ "name": "timestamp",
478
+ "required": true,
479
+ "description": "UTC timestamp in ms",
480
+ "default": 0,
481
+ "type": "number",
482
+ "routing": {
483
+ "send": {
484
+ "type": "query",
485
+ "property": "timestamp",
486
+ "value": "={{ $value }}",
487
+ "propertyInDotNotation": false
488
+ }
489
+ },
490
+ "displayOptions": {
491
+ "show": {
492
+ "resource": [
493
+ "Savings"
494
+ ],
495
+ "operation": [
496
+ "POST Sapi V 1 Lending Customized Fixed Purchase"
497
+ ]
498
+ }
499
+ }
500
+ },
501
+ {
502
+ "displayName": "Signature",
503
+ "name": "signature",
504
+ "required": true,
505
+ "description": "Signature",
506
+ "default": "",
507
+ "type": "string",
508
+ "routing": {
509
+ "send": {
510
+ "type": "query",
511
+ "property": "signature",
512
+ "value": "={{ $value }}",
513
+ "propertyInDotNotation": false
514
+ }
515
+ },
516
+ "displayOptions": {
517
+ "show": {
518
+ "resource": [
519
+ "Savings"
520
+ ],
521
+ "operation": [
522
+ "POST Sapi V 1 Lending Customized Fixed Purchase"
523
+ ]
524
+ }
525
+ }
526
+ },
527
+ {
528
+ "displayName": "GET /sapi/v1/lending/project/position/list",
529
+ "name": "operation",
530
+ "type": "notice",
531
+ "typeOptions": {
532
+ "theme": "info"
533
+ },
534
+ "default": "",
535
+ "displayOptions": {
536
+ "show": {
537
+ "resource": [
538
+ "Savings"
539
+ ],
540
+ "operation": [
541
+ "GET Sapi V 1 Lending Project Position List"
542
+ ]
543
+ }
544
+ }
545
+ },
546
+ {
547
+ "displayName": "Asset",
548
+ "name": "asset",
549
+ "required": true,
550
+ "default": "BTC",
551
+ "type": "string",
552
+ "routing": {
553
+ "send": {
554
+ "type": "query",
555
+ "property": "asset",
556
+ "value": "={{ $value }}",
557
+ "propertyInDotNotation": false
558
+ }
559
+ },
560
+ "displayOptions": {
561
+ "show": {
562
+ "resource": [
563
+ "Savings"
564
+ ],
565
+ "operation": [
566
+ "GET Sapi V 1 Lending Project Position List"
567
+ ]
568
+ }
569
+ }
570
+ },
571
+ {
572
+ "displayName": "Project Id",
573
+ "name": "projectId",
574
+ "default": "",
575
+ "type": "string",
576
+ "routing": {
577
+ "send": {
578
+ "type": "query",
579
+ "property": "projectId",
580
+ "value": "={{ $value }}",
581
+ "propertyInDotNotation": false
582
+ }
583
+ },
584
+ "displayOptions": {
585
+ "show": {
586
+ "resource": [
587
+ "Savings"
588
+ ],
589
+ "operation": [
590
+ "GET Sapi V 1 Lending Project Position List"
591
+ ]
592
+ }
593
+ }
594
+ },
595
+ {
596
+ "displayName": "Status",
597
+ "name": "status",
598
+ "description": "Default `ALL`",
599
+ "default": "ALL",
600
+ "type": "options",
601
+ "options": [
602
+ {
603
+ "name": "ALL",
604
+ "value": "ALL"
605
+ },
606
+ {
607
+ "name": "SUBSCRIBABLE",
608
+ "value": "SUBSCRIBABLE"
609
+ },
610
+ {
611
+ "name": "UNSUBSCRIBABLE",
612
+ "value": "UNSUBSCRIBABLE"
613
+ }
614
+ ],
615
+ "routing": {
616
+ "send": {
617
+ "type": "query",
618
+ "property": "status",
619
+ "value": "={{ $value }}",
620
+ "propertyInDotNotation": false
621
+ }
622
+ },
623
+ "displayOptions": {
624
+ "show": {
625
+ "resource": [
626
+ "Savings"
627
+ ],
628
+ "operation": [
629
+ "GET Sapi V 1 Lending Project Position List"
630
+ ]
631
+ }
632
+ }
633
+ },
634
+ {
635
+ "displayName": "Recv Window",
636
+ "name": "recvWindow",
637
+ "description": "The value cannot be greater than 60000",
638
+ "default": 5000,
639
+ "type": "number",
640
+ "routing": {
641
+ "send": {
642
+ "type": "query",
643
+ "property": "recvWindow",
644
+ "value": "={{ $value }}",
645
+ "propertyInDotNotation": false
646
+ }
647
+ },
648
+ "displayOptions": {
649
+ "show": {
650
+ "resource": [
651
+ "Savings"
652
+ ],
653
+ "operation": [
654
+ "GET Sapi V 1 Lending Project Position List"
655
+ ]
656
+ }
657
+ }
658
+ },
659
+ {
660
+ "displayName": "Timestamp",
661
+ "name": "timestamp",
662
+ "required": true,
663
+ "description": "UTC timestamp in ms",
664
+ "default": 0,
665
+ "type": "number",
666
+ "routing": {
667
+ "send": {
668
+ "type": "query",
669
+ "property": "timestamp",
670
+ "value": "={{ $value }}",
671
+ "propertyInDotNotation": false
672
+ }
673
+ },
674
+ "displayOptions": {
675
+ "show": {
676
+ "resource": [
677
+ "Savings"
678
+ ],
679
+ "operation": [
680
+ "GET Sapi V 1 Lending Project Position List"
681
+ ]
682
+ }
683
+ }
684
+ },
685
+ {
686
+ "displayName": "Signature",
687
+ "name": "signature",
688
+ "required": true,
689
+ "description": "Signature",
690
+ "default": "",
691
+ "type": "string",
692
+ "routing": {
693
+ "send": {
694
+ "type": "query",
695
+ "property": "signature",
696
+ "value": "={{ $value }}",
697
+ "propertyInDotNotation": false
698
+ }
699
+ },
700
+ "displayOptions": {
701
+ "show": {
702
+ "resource": [
703
+ "Savings"
704
+ ],
705
+ "operation": [
706
+ "GET Sapi V 1 Lending Project Position List"
707
+ ]
708
+ }
709
+ }
710
+ },
711
+ {
712
+ "displayName": "POST /sapi/v1/lending/positionChanged",
713
+ "name": "operation",
714
+ "type": "notice",
715
+ "typeOptions": {
716
+ "theme": "info"
717
+ },
718
+ "default": "",
719
+ "displayOptions": {
720
+ "show": {
721
+ "resource": [
722
+ "Savings"
723
+ ],
724
+ "operation": [
725
+ "POST Sapi V 1 Lending Position Changed"
726
+ ]
727
+ }
728
+ }
729
+ },
730
+ {
731
+ "displayName": "Project Id",
732
+ "name": "projectId",
733
+ "required": true,
734
+ "default": "",
735
+ "type": "string",
736
+ "routing": {
737
+ "send": {
738
+ "type": "query",
739
+ "property": "projectId",
740
+ "value": "={{ $value }}",
741
+ "propertyInDotNotation": false
742
+ }
743
+ },
744
+ "displayOptions": {
745
+ "show": {
746
+ "resource": [
747
+ "Savings"
748
+ ],
749
+ "operation": [
750
+ "POST Sapi V 1 Lending Position Changed"
751
+ ]
752
+ }
753
+ }
754
+ },
755
+ {
756
+ "displayName": "Lot",
757
+ "name": "lot",
758
+ "required": true,
759
+ "default": "",
760
+ "type": "string",
761
+ "routing": {
762
+ "send": {
763
+ "type": "query",
764
+ "property": "lot",
765
+ "value": "={{ $value }}",
766
+ "propertyInDotNotation": false
767
+ }
768
+ },
769
+ "displayOptions": {
770
+ "show": {
771
+ "resource": [
772
+ "Savings"
773
+ ],
774
+ "operation": [
775
+ "POST Sapi V 1 Lending Position Changed"
776
+ ]
777
+ }
778
+ }
779
+ },
780
+ {
781
+ "displayName": "Position Id",
782
+ "name": "positionId",
783
+ "default": "",
784
+ "type": "string",
785
+ "routing": {
786
+ "send": {
787
+ "type": "query",
788
+ "property": "positionId",
789
+ "value": "={{ $value }}",
790
+ "propertyInDotNotation": false
791
+ }
792
+ },
793
+ "displayOptions": {
794
+ "show": {
795
+ "resource": [
796
+ "Savings"
797
+ ],
798
+ "operation": [
799
+ "POST Sapi V 1 Lending Position Changed"
800
+ ]
801
+ }
802
+ }
803
+ },
804
+ {
805
+ "displayName": "Recv Window",
806
+ "name": "recvWindow",
807
+ "description": "The value cannot be greater than 60000",
808
+ "default": 5000,
809
+ "type": "number",
810
+ "routing": {
811
+ "send": {
812
+ "type": "query",
813
+ "property": "recvWindow",
814
+ "value": "={{ $value }}",
815
+ "propertyInDotNotation": false
816
+ }
817
+ },
818
+ "displayOptions": {
819
+ "show": {
820
+ "resource": [
821
+ "Savings"
822
+ ],
823
+ "operation": [
824
+ "POST Sapi V 1 Lending Position Changed"
825
+ ]
826
+ }
827
+ }
828
+ },
829
+ {
830
+ "displayName": "Timestamp",
831
+ "name": "timestamp",
832
+ "required": true,
833
+ "description": "UTC timestamp in ms",
834
+ "default": 0,
835
+ "type": "number",
836
+ "routing": {
837
+ "send": {
838
+ "type": "query",
839
+ "property": "timestamp",
840
+ "value": "={{ $value }}",
841
+ "propertyInDotNotation": false
842
+ }
843
+ },
844
+ "displayOptions": {
845
+ "show": {
846
+ "resource": [
847
+ "Savings"
848
+ ],
849
+ "operation": [
850
+ "POST Sapi V 1 Lending Position Changed"
851
+ ]
852
+ }
853
+ }
854
+ },
855
+ {
856
+ "displayName": "Signature",
857
+ "name": "signature",
858
+ "required": true,
859
+ "description": "Signature",
860
+ "default": "",
861
+ "type": "string",
862
+ "routing": {
863
+ "send": {
864
+ "type": "query",
865
+ "property": "signature",
866
+ "value": "={{ $value }}",
867
+ "propertyInDotNotation": false
868
+ }
869
+ },
870
+ "displayOptions": {
871
+ "show": {
872
+ "resource": [
873
+ "Savings"
874
+ ],
875
+ "operation": [
876
+ "POST Sapi V 1 Lending Position Changed"
877
+ ]
878
+ }
879
+ }
880
+ },
881
+ ];
882
+ //# sourceMappingURL=index.js.map