@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,1535 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.convertDescription = void 0;
4
+ exports.convertDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Convert"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "GET Sapi V 1 Convert Exchange Info",
20
+ "value": "GET Sapi V 1 Convert Exchange Info",
21
+ "action": "List All Convert Pairs",
22
+ "description": "Query for all convertible token pairs and the tokens’ respective upper/lower limits\n\nWeight(IP): 3000",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/sapi/v1/convert/exchangeInfo"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "GET Sapi V 1 Convert Asset Info",
32
+ "value": "GET Sapi V 1 Convert Asset Info",
33
+ "action": "Query order quantity precision per asset (USER_DATA)",
34
+ "description": "Query for supported asset precision information\n\nWeight(IP): 100",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/sapi/v1/convert/assetInfo"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "POST Sapi V 1 Convert Get Quote",
44
+ "value": "POST Sapi V 1 Convert Get Quote",
45
+ "action": "Send quote request (USER_DATA)",
46
+ "description": "Request a quote for the requested token pairs\n\nWeight(UID): 200",
47
+ "routing": {
48
+ "request": {
49
+ "method": "POST",
50
+ "url": "=/sapi/v1/convert/getQuote"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "POST Sapi V 1 Convert Accept Quote",
56
+ "value": "POST Sapi V 1 Convert Accept Quote",
57
+ "action": "Accept Quote (TRADE)",
58
+ "description": "Accept the offered quote by quote ID.\n\nWeight(UID): 500",
59
+ "routing": {
60
+ "request": {
61
+ "method": "POST",
62
+ "url": "=/sapi/v1/convert/acceptQuote"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "GET Sapi V 1 Convert Order Status",
68
+ "value": "GET Sapi V 1 Convert Order Status",
69
+ "action": "Order status (USER_DATA)",
70
+ "description": "Query order status by order ID.\n\nWeight(UID): 100",
71
+ "routing": {
72
+ "request": {
73
+ "method": "GET",
74
+ "url": "=/sapi/v1/convert/orderStatus"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "POST Sapi V 1 Convert Limit Place Order",
80
+ "value": "POST Sapi V 1 Convert Limit Place Order",
81
+ "action": "Place limit order (USER_DATA)",
82
+ "description": "Enable users to place a limit order\n\n- baseAsset or quoteAsset can be determined via exchangeInfo endpoint.\n- Limit price is defined from baseAsset to quoteAsset.\n- Either baseAmount or quoteAmount is used.\n\nWeight(UID): 500",
83
+ "routing": {
84
+ "request": {
85
+ "method": "POST",
86
+ "url": "=/sapi/v1/convert/limit/placeOrder"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "POST Sapi V 1 Convert Limit Cancel Order",
92
+ "value": "POST Sapi V 1 Convert Limit Cancel Order",
93
+ "action": "Cancel limit order (USER_DATA)",
94
+ "description": "Enable users to cancel a limit order\n\nWeight(UID): 200",
95
+ "routing": {
96
+ "request": {
97
+ "method": "POST",
98
+ "url": "=/sapi/v1/convert/limit/cancelOrder"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "GET Sapi V 1 Convert Limit Query Open Orders",
104
+ "value": "GET Sapi V 1 Convert Limit Query Open Orders",
105
+ "action": "Query limit open orders (USER_DATA)",
106
+ "description": "Enable users to query for all existing limit orders\n\nWeight(UID): 3000",
107
+ "routing": {
108
+ "request": {
109
+ "method": "GET",
110
+ "url": "=/sapi/v1/convert/limit/queryOpenOrders"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "GET Sapi V 1 Convert Trade Flow",
116
+ "value": "GET Sapi V 1 Convert Trade Flow",
117
+ "action": "Get Convert Trade History (USER_DATA)",
118
+ "description": "- The max interval between startTime and endTime is 30 days.\n\nWeight(UID): 3000",
119
+ "routing": {
120
+ "request": {
121
+ "method": "GET",
122
+ "url": "=/sapi/v1/convert/tradeFlow"
123
+ }
124
+ }
125
+ }
126
+ ],
127
+ "default": ""
128
+ },
129
+ {
130
+ "displayName": "GET /sapi/v1/convert/exchangeInfo",
131
+ "name": "operation",
132
+ "type": "notice",
133
+ "typeOptions": {
134
+ "theme": "info"
135
+ },
136
+ "default": "",
137
+ "displayOptions": {
138
+ "show": {
139
+ "resource": [
140
+ "Convert"
141
+ ],
142
+ "operation": [
143
+ "GET Sapi V 1 Convert Exchange Info"
144
+ ]
145
+ }
146
+ }
147
+ },
148
+ {
149
+ "displayName": "From Asset",
150
+ "name": "fromAsset",
151
+ "description": "User spends coin",
152
+ "default": "BTC",
153
+ "type": "string",
154
+ "routing": {
155
+ "send": {
156
+ "type": "query",
157
+ "property": "fromAsset",
158
+ "value": "={{ $value }}",
159
+ "propertyInDotNotation": false
160
+ }
161
+ },
162
+ "displayOptions": {
163
+ "show": {
164
+ "resource": [
165
+ "Convert"
166
+ ],
167
+ "operation": [
168
+ "GET Sapi V 1 Convert Exchange Info"
169
+ ]
170
+ }
171
+ }
172
+ },
173
+ {
174
+ "displayName": "To Asset",
175
+ "name": "toAsset",
176
+ "description": "User receives coin",
177
+ "default": "USDT",
178
+ "type": "string",
179
+ "routing": {
180
+ "send": {
181
+ "type": "query",
182
+ "property": "toAsset",
183
+ "value": "={{ $value }}",
184
+ "propertyInDotNotation": false
185
+ }
186
+ },
187
+ "displayOptions": {
188
+ "show": {
189
+ "resource": [
190
+ "Convert"
191
+ ],
192
+ "operation": [
193
+ "GET Sapi V 1 Convert Exchange Info"
194
+ ]
195
+ }
196
+ }
197
+ },
198
+ {
199
+ "displayName": "GET /sapi/v1/convert/assetInfo",
200
+ "name": "operation",
201
+ "type": "notice",
202
+ "typeOptions": {
203
+ "theme": "info"
204
+ },
205
+ "default": "",
206
+ "displayOptions": {
207
+ "show": {
208
+ "resource": [
209
+ "Convert"
210
+ ],
211
+ "operation": [
212
+ "GET Sapi V 1 Convert Asset Info"
213
+ ]
214
+ }
215
+ }
216
+ },
217
+ {
218
+ "displayName": "Recv Window",
219
+ "name": "recvWindow",
220
+ "description": "The value cannot be greater than 60000",
221
+ "default": 5000,
222
+ "type": "number",
223
+ "routing": {
224
+ "send": {
225
+ "type": "query",
226
+ "property": "recvWindow",
227
+ "value": "={{ $value }}",
228
+ "propertyInDotNotation": false
229
+ }
230
+ },
231
+ "displayOptions": {
232
+ "show": {
233
+ "resource": [
234
+ "Convert"
235
+ ],
236
+ "operation": [
237
+ "GET Sapi V 1 Convert Asset Info"
238
+ ]
239
+ }
240
+ }
241
+ },
242
+ {
243
+ "displayName": "Timestamp",
244
+ "name": "timestamp",
245
+ "required": true,
246
+ "description": "UTC timestamp in ms",
247
+ "default": 0,
248
+ "type": "number",
249
+ "routing": {
250
+ "send": {
251
+ "type": "query",
252
+ "property": "timestamp",
253
+ "value": "={{ $value }}",
254
+ "propertyInDotNotation": false
255
+ }
256
+ },
257
+ "displayOptions": {
258
+ "show": {
259
+ "resource": [
260
+ "Convert"
261
+ ],
262
+ "operation": [
263
+ "GET Sapi V 1 Convert Asset Info"
264
+ ]
265
+ }
266
+ }
267
+ },
268
+ {
269
+ "displayName": "Signature",
270
+ "name": "signature",
271
+ "required": true,
272
+ "description": "Signature",
273
+ "default": "",
274
+ "type": "string",
275
+ "routing": {
276
+ "send": {
277
+ "type": "query",
278
+ "property": "signature",
279
+ "value": "={{ $value }}",
280
+ "propertyInDotNotation": false
281
+ }
282
+ },
283
+ "displayOptions": {
284
+ "show": {
285
+ "resource": [
286
+ "Convert"
287
+ ],
288
+ "operation": [
289
+ "GET Sapi V 1 Convert Asset Info"
290
+ ]
291
+ }
292
+ }
293
+ },
294
+ {
295
+ "displayName": "POST /sapi/v1/convert/getQuote",
296
+ "name": "operation",
297
+ "type": "notice",
298
+ "typeOptions": {
299
+ "theme": "info"
300
+ },
301
+ "default": "",
302
+ "displayOptions": {
303
+ "show": {
304
+ "resource": [
305
+ "Convert"
306
+ ],
307
+ "operation": [
308
+ "POST Sapi V 1 Convert Get Quote"
309
+ ]
310
+ }
311
+ }
312
+ },
313
+ {
314
+ "displayName": "From Asset",
315
+ "name": "fromAsset",
316
+ "required": true,
317
+ "default": "BTC",
318
+ "type": "string",
319
+ "routing": {
320
+ "send": {
321
+ "type": "query",
322
+ "property": "fromAsset",
323
+ "value": "={{ $value }}",
324
+ "propertyInDotNotation": false
325
+ }
326
+ },
327
+ "displayOptions": {
328
+ "show": {
329
+ "resource": [
330
+ "Convert"
331
+ ],
332
+ "operation": [
333
+ "POST Sapi V 1 Convert Get Quote"
334
+ ]
335
+ }
336
+ }
337
+ },
338
+ {
339
+ "displayName": "To Asset",
340
+ "name": "toAsset",
341
+ "required": true,
342
+ "default": "USDT",
343
+ "type": "string",
344
+ "routing": {
345
+ "send": {
346
+ "type": "query",
347
+ "property": "toAsset",
348
+ "value": "={{ $value }}",
349
+ "propertyInDotNotation": false
350
+ }
351
+ },
352
+ "displayOptions": {
353
+ "show": {
354
+ "resource": [
355
+ "Convert"
356
+ ],
357
+ "operation": [
358
+ "POST Sapi V 1 Convert Get Quote"
359
+ ]
360
+ }
361
+ }
362
+ },
363
+ {
364
+ "displayName": "From Amount",
365
+ "name": "fromAmount",
366
+ "description": "When specified, it is the amount you will be debited after the conversion",
367
+ "default": 1,
368
+ "type": "number",
369
+ "routing": {
370
+ "send": {
371
+ "type": "query",
372
+ "property": "fromAmount",
373
+ "value": "={{ $value }}",
374
+ "propertyInDotNotation": false
375
+ }
376
+ },
377
+ "displayOptions": {
378
+ "show": {
379
+ "resource": [
380
+ "Convert"
381
+ ],
382
+ "operation": [
383
+ "POST Sapi V 1 Convert Get Quote"
384
+ ]
385
+ }
386
+ }
387
+ },
388
+ {
389
+ "displayName": "To Amount",
390
+ "name": "toAmount",
391
+ "description": "When specified, it is the amount you will be debited after the conversion",
392
+ "default": 1,
393
+ "type": "number",
394
+ "routing": {
395
+ "send": {
396
+ "type": "query",
397
+ "property": "toAmount",
398
+ "value": "={{ $value }}",
399
+ "propertyInDotNotation": false
400
+ }
401
+ },
402
+ "displayOptions": {
403
+ "show": {
404
+ "resource": [
405
+ "Convert"
406
+ ],
407
+ "operation": [
408
+ "POST Sapi V 1 Convert Get Quote"
409
+ ]
410
+ }
411
+ }
412
+ },
413
+ {
414
+ "displayName": "Valid Time",
415
+ "name": "validTime",
416
+ "description": "10s, 30s, 1m, 2m, default 10s",
417
+ "default": "10s",
418
+ "type": "string",
419
+ "routing": {
420
+ "send": {
421
+ "type": "query",
422
+ "property": "validTime",
423
+ "value": "={{ $value }}",
424
+ "propertyInDotNotation": false
425
+ }
426
+ },
427
+ "displayOptions": {
428
+ "show": {
429
+ "resource": [
430
+ "Convert"
431
+ ],
432
+ "operation": [
433
+ "POST Sapi V 1 Convert Get Quote"
434
+ ]
435
+ }
436
+ }
437
+ },
438
+ {
439
+ "displayName": "Wallet Type",
440
+ "name": "walletType",
441
+ "description": "SPOT or FUNDING. Default is SPOT",
442
+ "default": "SPOT",
443
+ "type": "string",
444
+ "routing": {
445
+ "send": {
446
+ "type": "query",
447
+ "property": "walletType",
448
+ "value": "={{ $value }}",
449
+ "propertyInDotNotation": false
450
+ }
451
+ },
452
+ "displayOptions": {
453
+ "show": {
454
+ "resource": [
455
+ "Convert"
456
+ ],
457
+ "operation": [
458
+ "POST Sapi V 1 Convert Get Quote"
459
+ ]
460
+ }
461
+ }
462
+ },
463
+ {
464
+ "displayName": "Recv Window",
465
+ "name": "recvWindow",
466
+ "description": "The value cannot be greater than 60000",
467
+ "default": 5000,
468
+ "type": "number",
469
+ "routing": {
470
+ "send": {
471
+ "type": "query",
472
+ "property": "recvWindow",
473
+ "value": "={{ $value }}",
474
+ "propertyInDotNotation": false
475
+ }
476
+ },
477
+ "displayOptions": {
478
+ "show": {
479
+ "resource": [
480
+ "Convert"
481
+ ],
482
+ "operation": [
483
+ "POST Sapi V 1 Convert Get Quote"
484
+ ]
485
+ }
486
+ }
487
+ },
488
+ {
489
+ "displayName": "Timestamp",
490
+ "name": "timestamp",
491
+ "required": true,
492
+ "description": "UTC timestamp in ms",
493
+ "default": 0,
494
+ "type": "number",
495
+ "routing": {
496
+ "send": {
497
+ "type": "query",
498
+ "property": "timestamp",
499
+ "value": "={{ $value }}",
500
+ "propertyInDotNotation": false
501
+ }
502
+ },
503
+ "displayOptions": {
504
+ "show": {
505
+ "resource": [
506
+ "Convert"
507
+ ],
508
+ "operation": [
509
+ "POST Sapi V 1 Convert Get Quote"
510
+ ]
511
+ }
512
+ }
513
+ },
514
+ {
515
+ "displayName": "Signature",
516
+ "name": "signature",
517
+ "required": true,
518
+ "description": "Signature",
519
+ "default": "",
520
+ "type": "string",
521
+ "routing": {
522
+ "send": {
523
+ "type": "query",
524
+ "property": "signature",
525
+ "value": "={{ $value }}",
526
+ "propertyInDotNotation": false
527
+ }
528
+ },
529
+ "displayOptions": {
530
+ "show": {
531
+ "resource": [
532
+ "Convert"
533
+ ],
534
+ "operation": [
535
+ "POST Sapi V 1 Convert Get Quote"
536
+ ]
537
+ }
538
+ }
539
+ },
540
+ {
541
+ "displayName": "POST /sapi/v1/convert/acceptQuote",
542
+ "name": "operation",
543
+ "type": "notice",
544
+ "typeOptions": {
545
+ "theme": "info"
546
+ },
547
+ "default": "",
548
+ "displayOptions": {
549
+ "show": {
550
+ "resource": [
551
+ "Convert"
552
+ ],
553
+ "operation": [
554
+ "POST Sapi V 1 Convert Accept Quote"
555
+ ]
556
+ }
557
+ }
558
+ },
559
+ {
560
+ "displayName": "Quote Id",
561
+ "name": "quoteId",
562
+ "required": true,
563
+ "default": 1000,
564
+ "type": "string",
565
+ "routing": {
566
+ "send": {
567
+ "type": "query",
568
+ "property": "quoteId",
569
+ "value": "={{ $value }}",
570
+ "propertyInDotNotation": false
571
+ }
572
+ },
573
+ "displayOptions": {
574
+ "show": {
575
+ "resource": [
576
+ "Convert"
577
+ ],
578
+ "operation": [
579
+ "POST Sapi V 1 Convert Accept Quote"
580
+ ]
581
+ }
582
+ }
583
+ },
584
+ {
585
+ "displayName": "Recv Window",
586
+ "name": "recvWindow",
587
+ "description": "The value cannot be greater than 60000",
588
+ "default": 5000,
589
+ "type": "number",
590
+ "routing": {
591
+ "send": {
592
+ "type": "query",
593
+ "property": "recvWindow",
594
+ "value": "={{ $value }}",
595
+ "propertyInDotNotation": false
596
+ }
597
+ },
598
+ "displayOptions": {
599
+ "show": {
600
+ "resource": [
601
+ "Convert"
602
+ ],
603
+ "operation": [
604
+ "POST Sapi V 1 Convert Accept Quote"
605
+ ]
606
+ }
607
+ }
608
+ },
609
+ {
610
+ "displayName": "Timestamp",
611
+ "name": "timestamp",
612
+ "required": true,
613
+ "description": "UTC timestamp in ms",
614
+ "default": 0,
615
+ "type": "number",
616
+ "routing": {
617
+ "send": {
618
+ "type": "query",
619
+ "property": "timestamp",
620
+ "value": "={{ $value }}",
621
+ "propertyInDotNotation": false
622
+ }
623
+ },
624
+ "displayOptions": {
625
+ "show": {
626
+ "resource": [
627
+ "Convert"
628
+ ],
629
+ "operation": [
630
+ "POST Sapi V 1 Convert Accept Quote"
631
+ ]
632
+ }
633
+ }
634
+ },
635
+ {
636
+ "displayName": "Signature",
637
+ "name": "signature",
638
+ "required": true,
639
+ "description": "Signature",
640
+ "default": "",
641
+ "type": "string",
642
+ "routing": {
643
+ "send": {
644
+ "type": "query",
645
+ "property": "signature",
646
+ "value": "={{ $value }}",
647
+ "propertyInDotNotation": false
648
+ }
649
+ },
650
+ "displayOptions": {
651
+ "show": {
652
+ "resource": [
653
+ "Convert"
654
+ ],
655
+ "operation": [
656
+ "POST Sapi V 1 Convert Accept Quote"
657
+ ]
658
+ }
659
+ }
660
+ },
661
+ {
662
+ "displayName": "GET /sapi/v1/convert/orderStatus",
663
+ "name": "operation",
664
+ "type": "notice",
665
+ "typeOptions": {
666
+ "theme": "info"
667
+ },
668
+ "default": "",
669
+ "displayOptions": {
670
+ "show": {
671
+ "resource": [
672
+ "Convert"
673
+ ],
674
+ "operation": [
675
+ "GET Sapi V 1 Convert Order Status"
676
+ ]
677
+ }
678
+ }
679
+ },
680
+ {
681
+ "displayName": "Order Id",
682
+ "name": "orderId",
683
+ "default": 1000,
684
+ "type": "string",
685
+ "routing": {
686
+ "send": {
687
+ "type": "query",
688
+ "property": "orderId",
689
+ "value": "={{ $value }}",
690
+ "propertyInDotNotation": false
691
+ }
692
+ },
693
+ "displayOptions": {
694
+ "show": {
695
+ "resource": [
696
+ "Convert"
697
+ ],
698
+ "operation": [
699
+ "GET Sapi V 1 Convert Order Status"
700
+ ]
701
+ }
702
+ }
703
+ },
704
+ {
705
+ "displayName": "Quote Id",
706
+ "name": "quoteId",
707
+ "default": 1000,
708
+ "type": "string",
709
+ "routing": {
710
+ "send": {
711
+ "type": "query",
712
+ "property": "quoteId",
713
+ "value": "={{ $value }}",
714
+ "propertyInDotNotation": false
715
+ }
716
+ },
717
+ "displayOptions": {
718
+ "show": {
719
+ "resource": [
720
+ "Convert"
721
+ ],
722
+ "operation": [
723
+ "GET Sapi V 1 Convert Order Status"
724
+ ]
725
+ }
726
+ }
727
+ },
728
+ {
729
+ "displayName": "Recv Window",
730
+ "name": "recvWindow",
731
+ "description": "The value cannot be greater than 60000",
732
+ "default": 5000,
733
+ "type": "number",
734
+ "routing": {
735
+ "send": {
736
+ "type": "query",
737
+ "property": "recvWindow",
738
+ "value": "={{ $value }}",
739
+ "propertyInDotNotation": false
740
+ }
741
+ },
742
+ "displayOptions": {
743
+ "show": {
744
+ "resource": [
745
+ "Convert"
746
+ ],
747
+ "operation": [
748
+ "GET Sapi V 1 Convert Order Status"
749
+ ]
750
+ }
751
+ }
752
+ },
753
+ {
754
+ "displayName": "Timestamp",
755
+ "name": "timestamp",
756
+ "required": true,
757
+ "description": "UTC timestamp in ms",
758
+ "default": 0,
759
+ "type": "number",
760
+ "routing": {
761
+ "send": {
762
+ "type": "query",
763
+ "property": "timestamp",
764
+ "value": "={{ $value }}",
765
+ "propertyInDotNotation": false
766
+ }
767
+ },
768
+ "displayOptions": {
769
+ "show": {
770
+ "resource": [
771
+ "Convert"
772
+ ],
773
+ "operation": [
774
+ "GET Sapi V 1 Convert Order Status"
775
+ ]
776
+ }
777
+ }
778
+ },
779
+ {
780
+ "displayName": "Signature",
781
+ "name": "signature",
782
+ "required": true,
783
+ "description": "Signature",
784
+ "default": "",
785
+ "type": "string",
786
+ "routing": {
787
+ "send": {
788
+ "type": "query",
789
+ "property": "signature",
790
+ "value": "={{ $value }}",
791
+ "propertyInDotNotation": false
792
+ }
793
+ },
794
+ "displayOptions": {
795
+ "show": {
796
+ "resource": [
797
+ "Convert"
798
+ ],
799
+ "operation": [
800
+ "GET Sapi V 1 Convert Order Status"
801
+ ]
802
+ }
803
+ }
804
+ },
805
+ {
806
+ "displayName": "POST /sapi/v1/convert/limit/placeOrder",
807
+ "name": "operation",
808
+ "type": "notice",
809
+ "typeOptions": {
810
+ "theme": "info"
811
+ },
812
+ "default": "",
813
+ "displayOptions": {
814
+ "show": {
815
+ "resource": [
816
+ "Convert"
817
+ ],
818
+ "operation": [
819
+ "POST Sapi V 1 Convert Limit Place Order"
820
+ ]
821
+ }
822
+ }
823
+ },
824
+ {
825
+ "displayName": "Base Asset",
826
+ "name": "baseAsset",
827
+ "required": true,
828
+ "default": "BUSD",
829
+ "type": "string",
830
+ "routing": {
831
+ "send": {
832
+ "type": "query",
833
+ "property": "baseAsset",
834
+ "value": "={{ $value }}",
835
+ "propertyInDotNotation": false
836
+ }
837
+ },
838
+ "displayOptions": {
839
+ "show": {
840
+ "resource": [
841
+ "Convert"
842
+ ],
843
+ "operation": [
844
+ "POST Sapi V 1 Convert Limit Place Order"
845
+ ]
846
+ }
847
+ }
848
+ },
849
+ {
850
+ "displayName": "Quote Asset",
851
+ "name": "quoteAsset",
852
+ "required": true,
853
+ "default": "USDT",
854
+ "type": "string",
855
+ "routing": {
856
+ "send": {
857
+ "type": "query",
858
+ "property": "quoteAsset",
859
+ "value": "={{ $value }}",
860
+ "propertyInDotNotation": false
861
+ }
862
+ },
863
+ "displayOptions": {
864
+ "show": {
865
+ "resource": [
866
+ "Convert"
867
+ ],
868
+ "operation": [
869
+ "POST Sapi V 1 Convert Limit Place Order"
870
+ ]
871
+ }
872
+ }
873
+ },
874
+ {
875
+ "displayName": "Limit Price",
876
+ "name": "limitPrice",
877
+ "required": true,
878
+ "description": "Symbol limit price (from baseAsset to quoteAsset)",
879
+ "default": 0,
880
+ "type": "number",
881
+ "routing": {
882
+ "send": {
883
+ "type": "query",
884
+ "property": "limitPrice",
885
+ "value": "={{ $value }}",
886
+ "propertyInDotNotation": false
887
+ }
888
+ },
889
+ "displayOptions": {
890
+ "show": {
891
+ "resource": [
892
+ "Convert"
893
+ ],
894
+ "operation": [
895
+ "POST Sapi V 1 Convert Limit Place Order"
896
+ ]
897
+ }
898
+ }
899
+ },
900
+ {
901
+ "displayName": "Base Amount",
902
+ "name": "baseAmount",
903
+ "description": "Base asset amount. (One of baseAmount or quoteAmount is required)",
904
+ "default": 0,
905
+ "type": "number",
906
+ "routing": {
907
+ "send": {
908
+ "type": "query",
909
+ "property": "baseAmount",
910
+ "value": "={{ $value }}",
911
+ "propertyInDotNotation": false
912
+ }
913
+ },
914
+ "displayOptions": {
915
+ "show": {
916
+ "resource": [
917
+ "Convert"
918
+ ],
919
+ "operation": [
920
+ "POST Sapi V 1 Convert Limit Place Order"
921
+ ]
922
+ }
923
+ }
924
+ },
925
+ {
926
+ "displayName": "Quote Amount",
927
+ "name": "quoteAmount",
928
+ "description": "Quote asset amount. (One of baseAmount or quoteAmount is required)",
929
+ "default": 0,
930
+ "type": "number",
931
+ "routing": {
932
+ "send": {
933
+ "type": "query",
934
+ "property": "quoteAmount",
935
+ "value": "={{ $value }}",
936
+ "propertyInDotNotation": false
937
+ }
938
+ },
939
+ "displayOptions": {
940
+ "show": {
941
+ "resource": [
942
+ "Convert"
943
+ ],
944
+ "operation": [
945
+ "POST Sapi V 1 Convert Limit Place Order"
946
+ ]
947
+ }
948
+ }
949
+ },
950
+ {
951
+ "displayName": "Side",
952
+ "name": "side",
953
+ "required": true,
954
+ "default": "SELL",
955
+ "type": "options",
956
+ "options": [
957
+ {
958
+ "name": "SELL",
959
+ "value": "SELL"
960
+ },
961
+ {
962
+ "name": "BUY",
963
+ "value": "BUY"
964
+ }
965
+ ],
966
+ "routing": {
967
+ "send": {
968
+ "type": "query",
969
+ "property": "side",
970
+ "value": "={{ $value }}",
971
+ "propertyInDotNotation": false
972
+ }
973
+ },
974
+ "displayOptions": {
975
+ "show": {
976
+ "resource": [
977
+ "Convert"
978
+ ],
979
+ "operation": [
980
+ "POST Sapi V 1 Convert Limit Place Order"
981
+ ]
982
+ }
983
+ }
984
+ },
985
+ {
986
+ "displayName": "Wallet Type",
987
+ "name": "walletType",
988
+ "description": "SPOT or FUNDING or SPOT_FUNDING. It is to use which type of assets. Default is SPOT.",
989
+ "default": "SPOT",
990
+ "type": "options",
991
+ "options": [
992
+ {
993
+ "name": "SPOT",
994
+ "value": "SPOT"
995
+ },
996
+ {
997
+ "name": "FUNDING",
998
+ "value": "FUNDING"
999
+ },
1000
+ {
1001
+ "name": "SPOT FUNDING",
1002
+ "value": "SPOT_FUNDING"
1003
+ }
1004
+ ],
1005
+ "routing": {
1006
+ "send": {
1007
+ "type": "query",
1008
+ "property": "walletType",
1009
+ "value": "={{ $value }}",
1010
+ "propertyInDotNotation": false
1011
+ }
1012
+ },
1013
+ "displayOptions": {
1014
+ "show": {
1015
+ "resource": [
1016
+ "Convert"
1017
+ ],
1018
+ "operation": [
1019
+ "POST Sapi V 1 Convert Limit Place Order"
1020
+ ]
1021
+ }
1022
+ }
1023
+ },
1024
+ {
1025
+ "displayName": "Expired Type",
1026
+ "name": "expiredType",
1027
+ "description": "1_D, 3_D, 7_D, 30_D (D means day)",
1028
+ "default": "1_D",
1029
+ "type": "options",
1030
+ "options": [
1031
+ {
1032
+ "name": "1 D",
1033
+ "value": "1_D"
1034
+ },
1035
+ {
1036
+ "name": "3 D",
1037
+ "value": "3_D"
1038
+ },
1039
+ {
1040
+ "name": "7 D",
1041
+ "value": "7_D"
1042
+ },
1043
+ {
1044
+ "name": "30 D",
1045
+ "value": "30_D"
1046
+ }
1047
+ ],
1048
+ "routing": {
1049
+ "send": {
1050
+ "type": "query",
1051
+ "property": "expiredType",
1052
+ "value": "={{ $value }}",
1053
+ "propertyInDotNotation": false
1054
+ }
1055
+ },
1056
+ "displayOptions": {
1057
+ "show": {
1058
+ "resource": [
1059
+ "Convert"
1060
+ ],
1061
+ "operation": [
1062
+ "POST Sapi V 1 Convert Limit Place Order"
1063
+ ]
1064
+ }
1065
+ }
1066
+ },
1067
+ {
1068
+ "displayName": "Recv Window",
1069
+ "name": "recvWindow",
1070
+ "description": "The value cannot be greater than 60000",
1071
+ "default": 5000,
1072
+ "type": "number",
1073
+ "routing": {
1074
+ "send": {
1075
+ "type": "query",
1076
+ "property": "recvWindow",
1077
+ "value": "={{ $value }}",
1078
+ "propertyInDotNotation": false
1079
+ }
1080
+ },
1081
+ "displayOptions": {
1082
+ "show": {
1083
+ "resource": [
1084
+ "Convert"
1085
+ ],
1086
+ "operation": [
1087
+ "POST Sapi V 1 Convert Limit Place Order"
1088
+ ]
1089
+ }
1090
+ }
1091
+ },
1092
+ {
1093
+ "displayName": "Timestamp",
1094
+ "name": "timestamp",
1095
+ "required": true,
1096
+ "description": "UTC timestamp in ms",
1097
+ "default": 0,
1098
+ "type": "number",
1099
+ "routing": {
1100
+ "send": {
1101
+ "type": "query",
1102
+ "property": "timestamp",
1103
+ "value": "={{ $value }}",
1104
+ "propertyInDotNotation": false
1105
+ }
1106
+ },
1107
+ "displayOptions": {
1108
+ "show": {
1109
+ "resource": [
1110
+ "Convert"
1111
+ ],
1112
+ "operation": [
1113
+ "POST Sapi V 1 Convert Limit Place Order"
1114
+ ]
1115
+ }
1116
+ }
1117
+ },
1118
+ {
1119
+ "displayName": "Signature",
1120
+ "name": "signature",
1121
+ "required": true,
1122
+ "description": "Signature",
1123
+ "default": "",
1124
+ "type": "string",
1125
+ "routing": {
1126
+ "send": {
1127
+ "type": "query",
1128
+ "property": "signature",
1129
+ "value": "={{ $value }}",
1130
+ "propertyInDotNotation": false
1131
+ }
1132
+ },
1133
+ "displayOptions": {
1134
+ "show": {
1135
+ "resource": [
1136
+ "Convert"
1137
+ ],
1138
+ "operation": [
1139
+ "POST Sapi V 1 Convert Limit Place Order"
1140
+ ]
1141
+ }
1142
+ }
1143
+ },
1144
+ {
1145
+ "displayName": "POST /sapi/v1/convert/limit/cancelOrder",
1146
+ "name": "operation",
1147
+ "type": "notice",
1148
+ "typeOptions": {
1149
+ "theme": "info"
1150
+ },
1151
+ "default": "",
1152
+ "displayOptions": {
1153
+ "show": {
1154
+ "resource": [
1155
+ "Convert"
1156
+ ],
1157
+ "operation": [
1158
+ "POST Sapi V 1 Convert Limit Cancel Order"
1159
+ ]
1160
+ }
1161
+ }
1162
+ },
1163
+ {
1164
+ "displayName": "Order Id",
1165
+ "name": "orderId",
1166
+ "required": true,
1167
+ "default": 1603680255057330400,
1168
+ "type": "number",
1169
+ "routing": {
1170
+ "send": {
1171
+ "type": "query",
1172
+ "property": "orderId",
1173
+ "value": "={{ $value }}",
1174
+ "propertyInDotNotation": false
1175
+ }
1176
+ },
1177
+ "displayOptions": {
1178
+ "show": {
1179
+ "resource": [
1180
+ "Convert"
1181
+ ],
1182
+ "operation": [
1183
+ "POST Sapi V 1 Convert Limit Cancel Order"
1184
+ ]
1185
+ }
1186
+ }
1187
+ },
1188
+ {
1189
+ "displayName": "Recv Window",
1190
+ "name": "recvWindow",
1191
+ "description": "The value cannot be greater than 60000",
1192
+ "default": 5000,
1193
+ "type": "number",
1194
+ "routing": {
1195
+ "send": {
1196
+ "type": "query",
1197
+ "property": "recvWindow",
1198
+ "value": "={{ $value }}",
1199
+ "propertyInDotNotation": false
1200
+ }
1201
+ },
1202
+ "displayOptions": {
1203
+ "show": {
1204
+ "resource": [
1205
+ "Convert"
1206
+ ],
1207
+ "operation": [
1208
+ "POST Sapi V 1 Convert Limit Cancel Order"
1209
+ ]
1210
+ }
1211
+ }
1212
+ },
1213
+ {
1214
+ "displayName": "Timestamp",
1215
+ "name": "timestamp",
1216
+ "required": true,
1217
+ "description": "UTC timestamp in ms",
1218
+ "default": 0,
1219
+ "type": "number",
1220
+ "routing": {
1221
+ "send": {
1222
+ "type": "query",
1223
+ "property": "timestamp",
1224
+ "value": "={{ $value }}",
1225
+ "propertyInDotNotation": false
1226
+ }
1227
+ },
1228
+ "displayOptions": {
1229
+ "show": {
1230
+ "resource": [
1231
+ "Convert"
1232
+ ],
1233
+ "operation": [
1234
+ "POST Sapi V 1 Convert Limit Cancel Order"
1235
+ ]
1236
+ }
1237
+ }
1238
+ },
1239
+ {
1240
+ "displayName": "Signature",
1241
+ "name": "signature",
1242
+ "required": true,
1243
+ "description": "Signature",
1244
+ "default": "",
1245
+ "type": "string",
1246
+ "routing": {
1247
+ "send": {
1248
+ "type": "query",
1249
+ "property": "signature",
1250
+ "value": "={{ $value }}",
1251
+ "propertyInDotNotation": false
1252
+ }
1253
+ },
1254
+ "displayOptions": {
1255
+ "show": {
1256
+ "resource": [
1257
+ "Convert"
1258
+ ],
1259
+ "operation": [
1260
+ "POST Sapi V 1 Convert Limit Cancel Order"
1261
+ ]
1262
+ }
1263
+ }
1264
+ },
1265
+ {
1266
+ "displayName": "GET /sapi/v1/convert/limit/queryOpenOrders",
1267
+ "name": "operation",
1268
+ "type": "notice",
1269
+ "typeOptions": {
1270
+ "theme": "info"
1271
+ },
1272
+ "default": "",
1273
+ "displayOptions": {
1274
+ "show": {
1275
+ "resource": [
1276
+ "Convert"
1277
+ ],
1278
+ "operation": [
1279
+ "GET Sapi V 1 Convert Limit Query Open Orders"
1280
+ ]
1281
+ }
1282
+ }
1283
+ },
1284
+ {
1285
+ "displayName": "Recv Window",
1286
+ "name": "recvWindow",
1287
+ "description": "The value cannot be greater than 60000",
1288
+ "default": 5000,
1289
+ "type": "number",
1290
+ "routing": {
1291
+ "send": {
1292
+ "type": "query",
1293
+ "property": "recvWindow",
1294
+ "value": "={{ $value }}",
1295
+ "propertyInDotNotation": false
1296
+ }
1297
+ },
1298
+ "displayOptions": {
1299
+ "show": {
1300
+ "resource": [
1301
+ "Convert"
1302
+ ],
1303
+ "operation": [
1304
+ "GET Sapi V 1 Convert Limit Query Open Orders"
1305
+ ]
1306
+ }
1307
+ }
1308
+ },
1309
+ {
1310
+ "displayName": "Timestamp",
1311
+ "name": "timestamp",
1312
+ "required": true,
1313
+ "description": "UTC timestamp in ms",
1314
+ "default": 0,
1315
+ "type": "number",
1316
+ "routing": {
1317
+ "send": {
1318
+ "type": "query",
1319
+ "property": "timestamp",
1320
+ "value": "={{ $value }}",
1321
+ "propertyInDotNotation": false
1322
+ }
1323
+ },
1324
+ "displayOptions": {
1325
+ "show": {
1326
+ "resource": [
1327
+ "Convert"
1328
+ ],
1329
+ "operation": [
1330
+ "GET Sapi V 1 Convert Limit Query Open Orders"
1331
+ ]
1332
+ }
1333
+ }
1334
+ },
1335
+ {
1336
+ "displayName": "Signature",
1337
+ "name": "signature",
1338
+ "required": true,
1339
+ "description": "Signature",
1340
+ "default": "",
1341
+ "type": "string",
1342
+ "routing": {
1343
+ "send": {
1344
+ "type": "query",
1345
+ "property": "signature",
1346
+ "value": "={{ $value }}",
1347
+ "propertyInDotNotation": false
1348
+ }
1349
+ },
1350
+ "displayOptions": {
1351
+ "show": {
1352
+ "resource": [
1353
+ "Convert"
1354
+ ],
1355
+ "operation": [
1356
+ "GET Sapi V 1 Convert Limit Query Open Orders"
1357
+ ]
1358
+ }
1359
+ }
1360
+ },
1361
+ {
1362
+ "displayName": "GET /sapi/v1/convert/tradeFlow",
1363
+ "name": "operation",
1364
+ "type": "notice",
1365
+ "typeOptions": {
1366
+ "theme": "info"
1367
+ },
1368
+ "default": "",
1369
+ "displayOptions": {
1370
+ "show": {
1371
+ "resource": [
1372
+ "Convert"
1373
+ ],
1374
+ "operation": [
1375
+ "GET Sapi V 1 Convert Trade Flow"
1376
+ ]
1377
+ }
1378
+ }
1379
+ },
1380
+ {
1381
+ "displayName": "Start Time",
1382
+ "name": "startTime",
1383
+ "required": true,
1384
+ "description": "UTC timestamp in ms",
1385
+ "default": 1624248872184,
1386
+ "type": "number",
1387
+ "routing": {
1388
+ "send": {
1389
+ "type": "query",
1390
+ "property": "startTime",
1391
+ "value": "={{ $value }}",
1392
+ "propertyInDotNotation": false
1393
+ }
1394
+ },
1395
+ "displayOptions": {
1396
+ "show": {
1397
+ "resource": [
1398
+ "Convert"
1399
+ ],
1400
+ "operation": [
1401
+ "GET Sapi V 1 Convert Trade Flow"
1402
+ ]
1403
+ }
1404
+ }
1405
+ },
1406
+ {
1407
+ "displayName": "End Time",
1408
+ "name": "endTime",
1409
+ "required": true,
1410
+ "description": "UTC timestamp in ms",
1411
+ "default": 1624248872185,
1412
+ "type": "number",
1413
+ "routing": {
1414
+ "send": {
1415
+ "type": "query",
1416
+ "property": "endTime",
1417
+ "value": "={{ $value }}",
1418
+ "propertyInDotNotation": false
1419
+ }
1420
+ },
1421
+ "displayOptions": {
1422
+ "show": {
1423
+ "resource": [
1424
+ "Convert"
1425
+ ],
1426
+ "operation": [
1427
+ "GET Sapi V 1 Convert Trade Flow"
1428
+ ]
1429
+ }
1430
+ }
1431
+ },
1432
+ {
1433
+ "displayName": "Limit",
1434
+ "name": "limit",
1435
+ "description": "default 100, max 1000",
1436
+ "default": 100,
1437
+ "type": "number",
1438
+ "routing": {
1439
+ "send": {
1440
+ "type": "query",
1441
+ "property": "limit",
1442
+ "value": "={{ $value }}",
1443
+ "propertyInDotNotation": false
1444
+ }
1445
+ },
1446
+ "displayOptions": {
1447
+ "show": {
1448
+ "resource": [
1449
+ "Convert"
1450
+ ],
1451
+ "operation": [
1452
+ "GET Sapi V 1 Convert Trade Flow"
1453
+ ]
1454
+ }
1455
+ }
1456
+ },
1457
+ {
1458
+ "displayName": "Recv Window",
1459
+ "name": "recvWindow",
1460
+ "description": "The value cannot be greater than 60000",
1461
+ "default": 5000,
1462
+ "type": "number",
1463
+ "routing": {
1464
+ "send": {
1465
+ "type": "query",
1466
+ "property": "recvWindow",
1467
+ "value": "={{ $value }}",
1468
+ "propertyInDotNotation": false
1469
+ }
1470
+ },
1471
+ "displayOptions": {
1472
+ "show": {
1473
+ "resource": [
1474
+ "Convert"
1475
+ ],
1476
+ "operation": [
1477
+ "GET Sapi V 1 Convert Trade Flow"
1478
+ ]
1479
+ }
1480
+ }
1481
+ },
1482
+ {
1483
+ "displayName": "Timestamp",
1484
+ "name": "timestamp",
1485
+ "required": true,
1486
+ "description": "UTC timestamp in ms",
1487
+ "default": 0,
1488
+ "type": "number",
1489
+ "routing": {
1490
+ "send": {
1491
+ "type": "query",
1492
+ "property": "timestamp",
1493
+ "value": "={{ $value }}",
1494
+ "propertyInDotNotation": false
1495
+ }
1496
+ },
1497
+ "displayOptions": {
1498
+ "show": {
1499
+ "resource": [
1500
+ "Convert"
1501
+ ],
1502
+ "operation": [
1503
+ "GET Sapi V 1 Convert Trade Flow"
1504
+ ]
1505
+ }
1506
+ }
1507
+ },
1508
+ {
1509
+ "displayName": "Signature",
1510
+ "name": "signature",
1511
+ "required": true,
1512
+ "description": "Signature",
1513
+ "default": "",
1514
+ "type": "string",
1515
+ "routing": {
1516
+ "send": {
1517
+ "type": "query",
1518
+ "property": "signature",
1519
+ "value": "={{ $value }}",
1520
+ "propertyInDotNotation": false
1521
+ }
1522
+ },
1523
+ "displayOptions": {
1524
+ "show": {
1525
+ "resource": [
1526
+ "Convert"
1527
+ ],
1528
+ "operation": [
1529
+ "GET Sapi V 1 Convert Trade Flow"
1530
+ ]
1531
+ }
1532
+ }
1533
+ },
1534
+ ];
1535
+ //# sourceMappingURL=index.js.map