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