@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,1716 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.marketDescription = void 0;
4
+ exports.marketDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Market"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "GET Api V 3 Ping",
20
+ "value": "GET Api V 3 Ping",
21
+ "action": "Test Connectivity",
22
+ "description": "Test connectivity to the Rest API.\n\nWeight(IP): 1",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/api/v3/ping"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "GET Api V 3 Time",
32
+ "value": "GET Api V 3 Time",
33
+ "action": "Check Server Time",
34
+ "description": "Test connectivity to the Rest API and get the current server time.\n\nWeight(IP): 1",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/api/v3/time"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "GET Api V 3 Exchange Info",
44
+ "value": "GET Api V 3 Exchange Info",
45
+ "action": "Exchange Information",
46
+ "description": "Current exchange trading rules and symbol information\n\n- If any symbol provided in either symbol or symbols do not exist, the endpoint will throw an error.\n- All parameters are optional.\n- permissions can support single or multiple values (e.g. SPOT, [\"MARGIN\",\"LEVERAGED\"])\n- If permissions parameter not provided, the default values will be [\"SPOT\",\"MARGIN\",\"LEVERAGED\"].\n - To display all permissions you need to specify them explicitly. (e.g. SPOT, MARGIN,...)\n\nExamples of Symbol Permissions Interpretation from the Response:\n- [[\"A\",\"B\"]] means you may place an order if your account has either permission \"A\" or permission \"B\".\n- [[\"A\"],[\"B\"]] means you can place an order if your account has permission \"A\" and permission \"B\".\n- [[\"A\"],[\"B\",\"C\"]] means you can place an order if your account has permission \"A\" and permission \"B\" or permission \"C\". (Inclusive or is applied here, not exclusive or, so your account may have both permission \"B\" and permission \"C\".)\n\nWeight(IP): 10",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/api/v3/exchangeInfo"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "GET Api V 3 Depth",
56
+ "value": "GET Api V 3 Depth",
57
+ "action": "Order Book",
58
+ "description": "| Limit | Weight(IP) |\n|---------------------|-------------|\n| 1-100 | 5 |\n| 101-500 | 25 |\n| 501-1000 | 50 |\n| 1001-5000 | 250 |",
59
+ "routing": {
60
+ "request": {
61
+ "method": "GET",
62
+ "url": "=/api/v3/depth"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "GET Api V 3 Trades",
68
+ "value": "GET Api V 3 Trades",
69
+ "action": "Recent Trades List",
70
+ "description": "Get recent trades.\n\nWeight(IP): 10",
71
+ "routing": {
72
+ "request": {
73
+ "method": "GET",
74
+ "url": "=/api/v3/trades"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "GET Api V 3 Historical Trades",
80
+ "value": "GET Api V 3 Historical Trades",
81
+ "action": "Old Trade Lookup",
82
+ "description": "Get older market trades.\n\nWeight(IP): 10",
83
+ "routing": {
84
+ "request": {
85
+ "method": "GET",
86
+ "url": "=/api/v3/historicalTrades"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "GET Api V 3 Agg Trades",
92
+ "value": "GET Api V 3 Agg Trades",
93
+ "action": "Compressed/Aggregate Trades List",
94
+ "description": "Get compressed, aggregate trades. Trades that fill at the time, from the same order, with the same price will have the quantity aggregated.\n- If `fromId`, `startTime`, and `endTime` are not sent, the most recent aggregate trades will be returned.\n- Note that if a trade has the following values, this was a duplicate aggregate trade and marked as invalid:\n\n p = '0' // price\n\n q = '0' // qty\n\n f = -1 // first_trade_id\n\n l = -1 // last_trade_id\n\nWeight(IP): 2",
95
+ "routing": {
96
+ "request": {
97
+ "method": "GET",
98
+ "url": "=/api/v3/aggTrades"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "GET Api V 3 Klines",
104
+ "value": "GET Api V 3 Klines",
105
+ "action": "Kline/Candlestick Data",
106
+ "description": "Kline/candlestick bars for a symbol.\nKlines are uniquely identified by their open time.\n\n- If `startTime` and `endTime` are not sent, the most recent klines are returned.\n\nWeight(IP): 2",
107
+ "routing": {
108
+ "request": {
109
+ "method": "GET",
110
+ "url": "=/api/v3/klines"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "GET Api V 3 Ui Klines",
116
+ "value": "GET Api V 3 Ui Klines",
117
+ "action": "UIKlines",
118
+ "description": "The request is similar to klines having the same parameters and response.\n\nuiKlines return modified kline data, optimized for presentation of candlestick charts.\n\nWeight(IP): 2",
119
+ "routing": {
120
+ "request": {
121
+ "method": "GET",
122
+ "url": "=/api/v3/uiKlines"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "GET Api V 3 Avg Price",
128
+ "value": "GET Api V 3 Avg Price",
129
+ "action": "Current Average Price",
130
+ "description": "Current average price for a symbol.\n\nWeight(IP): 2",
131
+ "routing": {
132
+ "request": {
133
+ "method": "GET",
134
+ "url": "=/api/v3/avgPrice"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "GET Api V 3 Ticker 24 Hr",
140
+ "value": "GET Api V 3 Ticker 24 Hr",
141
+ "action": "24hr Ticker Price Change Statistics",
142
+ "description": "24 hour rolling window price change statistics. Careful when accessing this with no symbol.\n\n- If the symbol is not sent, tickers for all symbols will be returned in an array.\n\nWeight(IP):\n- `2` for a single symbol;\n- `80` when the symbol parameter is omitted;",
143
+ "routing": {
144
+ "request": {
145
+ "method": "GET",
146
+ "url": "=/api/v3/ticker/24hr"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "name": "GET Api V 3 Ticker Trading Day",
152
+ "value": "GET Api V 3 Ticker Trading Day",
153
+ "action": "Trading Day Ticker",
154
+ "description": "Price change statistics for a trading day.\n\nNotes:\n- Supported values for timeZone:\n - Hours and minutes (e.g. -1:00, 05:45)\n - Only hours (e.g. 0, 8, 4)\n\nWeight:\n- `4` for each requested symbol.\n- The weight for this request will cap at `200` once the number of symbols in the request is more than `50`.",
155
+ "routing": {
156
+ "request": {
157
+ "method": "GET",
158
+ "url": "=/api/v3/ticker/tradingDay"
159
+ }
160
+ }
161
+ },
162
+ {
163
+ "name": "GET Api V 3 Ticker Price",
164
+ "value": "GET Api V 3 Ticker Price",
165
+ "action": "Symbol Price Ticker",
166
+ "description": "Latest price for a symbol or symbols.\n\n- If the symbol is not sent, prices for all symbols will be returned in an array.\n\nWeight(IP):\n- `2` for a single symbol;\n- `4` when the symbol parameter is omitted;",
167
+ "routing": {
168
+ "request": {
169
+ "method": "GET",
170
+ "url": "=/api/v3/ticker/price"
171
+ }
172
+ }
173
+ },
174
+ {
175
+ "name": "GET Api V 3 Ticker Book Ticker",
176
+ "value": "GET Api V 3 Ticker Book Ticker",
177
+ "action": "Symbol Order Book Ticker",
178
+ "description": "Best price/qty on the order book for a symbol or symbols.\n\n- If the symbol is not sent, bookTickers for all symbols will be returned in an array.\n\nWeight(IP):\n- `2` for a single symbol;\n- `4` when the symbol parameter is omitted;",
179
+ "routing": {
180
+ "request": {
181
+ "method": "GET",
182
+ "url": "=/api/v3/ticker/bookTicker"
183
+ }
184
+ }
185
+ },
186
+ {
187
+ "name": "GET Api V 3 Ticker",
188
+ "value": "GET Api V 3 Ticker",
189
+ "action": "Rolling window price change statistics",
190
+ "description": "The window used to compute statistics is typically slightly wider than requested windowSize.\n\nopenTime for /api/v3/ticker always starts on a minute, while the closeTime is the current time of the request. As such, the effective window might be up to 1 minute wider than requested.\n\nE.g. If the closeTime is 1641287867099 (January 04, 2022 09:17:47:099 UTC) , and the windowSize is 1d. the openTime will be: 1641201420000 (January 3, 2022, 09:17:00 UTC)\n\nWeight(IP): 4 for each requested symbol regardless of windowSize.\n\nThe weight for this request will cap at 200 once the number of symbols in the request is more than 50.",
191
+ "routing": {
192
+ "request": {
193
+ "method": "GET",
194
+ "url": "=/api/v3/ticker"
195
+ }
196
+ }
197
+ }
198
+ ],
199
+ "default": ""
200
+ },
201
+ {
202
+ "displayName": "GET /api/v3/ping",
203
+ "name": "operation",
204
+ "type": "notice",
205
+ "typeOptions": {
206
+ "theme": "info"
207
+ },
208
+ "default": "",
209
+ "displayOptions": {
210
+ "show": {
211
+ "resource": [
212
+ "Market"
213
+ ],
214
+ "operation": [
215
+ "GET Api V 3 Ping"
216
+ ]
217
+ }
218
+ }
219
+ },
220
+ {
221
+ "displayName": "GET /api/v3/time",
222
+ "name": "operation",
223
+ "type": "notice",
224
+ "typeOptions": {
225
+ "theme": "info"
226
+ },
227
+ "default": "",
228
+ "displayOptions": {
229
+ "show": {
230
+ "resource": [
231
+ "Market"
232
+ ],
233
+ "operation": [
234
+ "GET Api V 3 Time"
235
+ ]
236
+ }
237
+ }
238
+ },
239
+ {
240
+ "displayName": "GET /api/v3/exchangeInfo",
241
+ "name": "operation",
242
+ "type": "notice",
243
+ "typeOptions": {
244
+ "theme": "info"
245
+ },
246
+ "default": "",
247
+ "displayOptions": {
248
+ "show": {
249
+ "resource": [
250
+ "Market"
251
+ ],
252
+ "operation": [
253
+ "GET Api V 3 Exchange Info"
254
+ ]
255
+ }
256
+ }
257
+ },
258
+ {
259
+ "displayName": "Symbol",
260
+ "name": "symbol",
261
+ "description": "Trading symbol, e.g. BNBUSDT",
262
+ "default": "BNBUSDT",
263
+ "type": "string",
264
+ "routing": {
265
+ "send": {
266
+ "type": "query",
267
+ "property": "symbol",
268
+ "value": "={{ $value }}",
269
+ "propertyInDotNotation": false
270
+ }
271
+ },
272
+ "displayOptions": {
273
+ "show": {
274
+ "resource": [
275
+ "Market"
276
+ ],
277
+ "operation": [
278
+ "GET Api V 3 Exchange Info"
279
+ ]
280
+ }
281
+ }
282
+ },
283
+ {
284
+ "displayName": "Symbols",
285
+ "name": "symbols",
286
+ "default": "[\"BTCUSDT\",\"BNBBTC\"]",
287
+ "type": "string",
288
+ "routing": {
289
+ "send": {
290
+ "type": "query",
291
+ "property": "symbols",
292
+ "value": "={{ $value }}",
293
+ "propertyInDotNotation": false
294
+ }
295
+ },
296
+ "displayOptions": {
297
+ "show": {
298
+ "resource": [
299
+ "Market"
300
+ ],
301
+ "operation": [
302
+ "GET Api V 3 Exchange Info"
303
+ ]
304
+ }
305
+ }
306
+ },
307
+ {
308
+ "displayName": "Permissions",
309
+ "name": "permissions",
310
+ "default": "'SPOT' or ['MARGIN','LEVERAGED']",
311
+ "type": "string",
312
+ "routing": {
313
+ "send": {
314
+ "type": "query",
315
+ "property": "permissions",
316
+ "value": "={{ $value }}",
317
+ "propertyInDotNotation": false
318
+ }
319
+ },
320
+ "displayOptions": {
321
+ "show": {
322
+ "resource": [
323
+ "Market"
324
+ ],
325
+ "operation": [
326
+ "GET Api V 3 Exchange Info"
327
+ ]
328
+ }
329
+ }
330
+ },
331
+ {
332
+ "displayName": "GET /api/v3/depth",
333
+ "name": "operation",
334
+ "type": "notice",
335
+ "typeOptions": {
336
+ "theme": "info"
337
+ },
338
+ "default": "",
339
+ "displayOptions": {
340
+ "show": {
341
+ "resource": [
342
+ "Market"
343
+ ],
344
+ "operation": [
345
+ "GET Api V 3 Depth"
346
+ ]
347
+ }
348
+ }
349
+ },
350
+ {
351
+ "displayName": "Symbol",
352
+ "name": "symbol",
353
+ "required": true,
354
+ "description": "Trading symbol, e.g. BNBUSDT",
355
+ "default": "BNBUSDT",
356
+ "type": "string",
357
+ "routing": {
358
+ "send": {
359
+ "type": "query",
360
+ "property": "symbol",
361
+ "value": "={{ $value }}",
362
+ "propertyInDotNotation": false
363
+ }
364
+ },
365
+ "displayOptions": {
366
+ "show": {
367
+ "resource": [
368
+ "Market"
369
+ ],
370
+ "operation": [
371
+ "GET Api V 3 Depth"
372
+ ]
373
+ }
374
+ }
375
+ },
376
+ {
377
+ "displayName": "Limit",
378
+ "name": "limit",
379
+ "description": "If limit > 5000, then the response will truncate to 5000",
380
+ "default": 100,
381
+ "type": "number",
382
+ "routing": {
383
+ "send": {
384
+ "type": "query",
385
+ "property": "limit",
386
+ "value": "={{ $value }}",
387
+ "propertyInDotNotation": false
388
+ }
389
+ },
390
+ "displayOptions": {
391
+ "show": {
392
+ "resource": [
393
+ "Market"
394
+ ],
395
+ "operation": [
396
+ "GET Api V 3 Depth"
397
+ ]
398
+ }
399
+ }
400
+ },
401
+ {
402
+ "displayName": "GET /api/v3/trades",
403
+ "name": "operation",
404
+ "type": "notice",
405
+ "typeOptions": {
406
+ "theme": "info"
407
+ },
408
+ "default": "",
409
+ "displayOptions": {
410
+ "show": {
411
+ "resource": [
412
+ "Market"
413
+ ],
414
+ "operation": [
415
+ "GET Api V 3 Trades"
416
+ ]
417
+ }
418
+ }
419
+ },
420
+ {
421
+ "displayName": "Symbol",
422
+ "name": "symbol",
423
+ "required": true,
424
+ "description": "Trading symbol, e.g. BNBUSDT",
425
+ "default": "BNBUSDT",
426
+ "type": "string",
427
+ "routing": {
428
+ "send": {
429
+ "type": "query",
430
+ "property": "symbol",
431
+ "value": "={{ $value }}",
432
+ "propertyInDotNotation": false
433
+ }
434
+ },
435
+ "displayOptions": {
436
+ "show": {
437
+ "resource": [
438
+ "Market"
439
+ ],
440
+ "operation": [
441
+ "GET Api V 3 Trades"
442
+ ]
443
+ }
444
+ }
445
+ },
446
+ {
447
+ "displayName": "Limit",
448
+ "name": "limit",
449
+ "description": "Default 500; max 1000.",
450
+ "default": 5,
451
+ "type": "number",
452
+ "routing": {
453
+ "send": {
454
+ "type": "query",
455
+ "property": "limit",
456
+ "value": "={{ $value }}",
457
+ "propertyInDotNotation": false
458
+ }
459
+ },
460
+ "displayOptions": {
461
+ "show": {
462
+ "resource": [
463
+ "Market"
464
+ ],
465
+ "operation": [
466
+ "GET Api V 3 Trades"
467
+ ]
468
+ }
469
+ }
470
+ },
471
+ {
472
+ "displayName": "GET /api/v3/historicalTrades",
473
+ "name": "operation",
474
+ "type": "notice",
475
+ "typeOptions": {
476
+ "theme": "info"
477
+ },
478
+ "default": "",
479
+ "displayOptions": {
480
+ "show": {
481
+ "resource": [
482
+ "Market"
483
+ ],
484
+ "operation": [
485
+ "GET Api V 3 Historical Trades"
486
+ ]
487
+ }
488
+ }
489
+ },
490
+ {
491
+ "displayName": "Symbol",
492
+ "name": "symbol",
493
+ "required": true,
494
+ "description": "Trading symbol, e.g. BNBUSDT",
495
+ "default": "BNBUSDT",
496
+ "type": "string",
497
+ "routing": {
498
+ "send": {
499
+ "type": "query",
500
+ "property": "symbol",
501
+ "value": "={{ $value }}",
502
+ "propertyInDotNotation": false
503
+ }
504
+ },
505
+ "displayOptions": {
506
+ "show": {
507
+ "resource": [
508
+ "Market"
509
+ ],
510
+ "operation": [
511
+ "GET Api V 3 Historical Trades"
512
+ ]
513
+ }
514
+ }
515
+ },
516
+ {
517
+ "displayName": "Limit",
518
+ "name": "limit",
519
+ "description": "Default 500; max 1000.",
520
+ "default": 5,
521
+ "type": "number",
522
+ "routing": {
523
+ "send": {
524
+ "type": "query",
525
+ "property": "limit",
526
+ "value": "={{ $value }}",
527
+ "propertyInDotNotation": false
528
+ }
529
+ },
530
+ "displayOptions": {
531
+ "show": {
532
+ "resource": [
533
+ "Market"
534
+ ],
535
+ "operation": [
536
+ "GET Api V 3 Historical Trades"
537
+ ]
538
+ }
539
+ }
540
+ },
541
+ {
542
+ "displayName": "From Id",
543
+ "name": "fromId",
544
+ "description": "Trade id to fetch from. Default gets most recent trades.",
545
+ "default": 0,
546
+ "type": "number",
547
+ "routing": {
548
+ "send": {
549
+ "type": "query",
550
+ "property": "fromId",
551
+ "value": "={{ $value }}",
552
+ "propertyInDotNotation": false
553
+ }
554
+ },
555
+ "displayOptions": {
556
+ "show": {
557
+ "resource": [
558
+ "Market"
559
+ ],
560
+ "operation": [
561
+ "GET Api V 3 Historical Trades"
562
+ ]
563
+ }
564
+ }
565
+ },
566
+ {
567
+ "displayName": "GET /api/v3/aggTrades",
568
+ "name": "operation",
569
+ "type": "notice",
570
+ "typeOptions": {
571
+ "theme": "info"
572
+ },
573
+ "default": "",
574
+ "displayOptions": {
575
+ "show": {
576
+ "resource": [
577
+ "Market"
578
+ ],
579
+ "operation": [
580
+ "GET Api V 3 Agg Trades"
581
+ ]
582
+ }
583
+ }
584
+ },
585
+ {
586
+ "displayName": "Symbol",
587
+ "name": "symbol",
588
+ "required": true,
589
+ "description": "Trading symbol, e.g. BNBUSDT",
590
+ "default": "BNBUSDT",
591
+ "type": "string",
592
+ "routing": {
593
+ "send": {
594
+ "type": "query",
595
+ "property": "symbol",
596
+ "value": "={{ $value }}",
597
+ "propertyInDotNotation": false
598
+ }
599
+ },
600
+ "displayOptions": {
601
+ "show": {
602
+ "resource": [
603
+ "Market"
604
+ ],
605
+ "operation": [
606
+ "GET Api V 3 Agg Trades"
607
+ ]
608
+ }
609
+ }
610
+ },
611
+ {
612
+ "displayName": "From Id",
613
+ "name": "fromId",
614
+ "description": "Trade id to fetch from. Default gets most recent trades.",
615
+ "default": 0,
616
+ "type": "number",
617
+ "routing": {
618
+ "send": {
619
+ "type": "query",
620
+ "property": "fromId",
621
+ "value": "={{ $value }}",
622
+ "propertyInDotNotation": false
623
+ }
624
+ },
625
+ "displayOptions": {
626
+ "show": {
627
+ "resource": [
628
+ "Market"
629
+ ],
630
+ "operation": [
631
+ "GET Api V 3 Agg Trades"
632
+ ]
633
+ }
634
+ }
635
+ },
636
+ {
637
+ "displayName": "Start Time",
638
+ "name": "startTime",
639
+ "description": "UTC timestamp in ms",
640
+ "default": 0,
641
+ "type": "number",
642
+ "routing": {
643
+ "send": {
644
+ "type": "query",
645
+ "property": "startTime",
646
+ "value": "={{ $value }}",
647
+ "propertyInDotNotation": false
648
+ }
649
+ },
650
+ "displayOptions": {
651
+ "show": {
652
+ "resource": [
653
+ "Market"
654
+ ],
655
+ "operation": [
656
+ "GET Api V 3 Agg Trades"
657
+ ]
658
+ }
659
+ }
660
+ },
661
+ {
662
+ "displayName": "End Time",
663
+ "name": "endTime",
664
+ "description": "UTC timestamp in ms",
665
+ "default": 0,
666
+ "type": "number",
667
+ "routing": {
668
+ "send": {
669
+ "type": "query",
670
+ "property": "endTime",
671
+ "value": "={{ $value }}",
672
+ "propertyInDotNotation": false
673
+ }
674
+ },
675
+ "displayOptions": {
676
+ "show": {
677
+ "resource": [
678
+ "Market"
679
+ ],
680
+ "operation": [
681
+ "GET Api V 3 Agg Trades"
682
+ ]
683
+ }
684
+ }
685
+ },
686
+ {
687
+ "displayName": "Limit",
688
+ "name": "limit",
689
+ "description": "Default 500; max 1000.",
690
+ "default": 5,
691
+ "type": "number",
692
+ "routing": {
693
+ "send": {
694
+ "type": "query",
695
+ "property": "limit",
696
+ "value": "={{ $value }}",
697
+ "propertyInDotNotation": false
698
+ }
699
+ },
700
+ "displayOptions": {
701
+ "show": {
702
+ "resource": [
703
+ "Market"
704
+ ],
705
+ "operation": [
706
+ "GET Api V 3 Agg Trades"
707
+ ]
708
+ }
709
+ }
710
+ },
711
+ {
712
+ "displayName": "GET /api/v3/klines",
713
+ "name": "operation",
714
+ "type": "notice",
715
+ "typeOptions": {
716
+ "theme": "info"
717
+ },
718
+ "default": "",
719
+ "displayOptions": {
720
+ "show": {
721
+ "resource": [
722
+ "Market"
723
+ ],
724
+ "operation": [
725
+ "GET Api V 3 Klines"
726
+ ]
727
+ }
728
+ }
729
+ },
730
+ {
731
+ "displayName": "Symbol",
732
+ "name": "symbol",
733
+ "required": true,
734
+ "description": "Trading symbol, e.g. BNBUSDT",
735
+ "default": "BNBUSDT",
736
+ "type": "string",
737
+ "routing": {
738
+ "send": {
739
+ "type": "query",
740
+ "property": "symbol",
741
+ "value": "={{ $value }}",
742
+ "propertyInDotNotation": false
743
+ }
744
+ },
745
+ "displayOptions": {
746
+ "show": {
747
+ "resource": [
748
+ "Market"
749
+ ],
750
+ "operation": [
751
+ "GET Api V 3 Klines"
752
+ ]
753
+ }
754
+ }
755
+ },
756
+ {
757
+ "displayName": "Interval",
758
+ "name": "interval",
759
+ "required": true,
760
+ "description": "kline intervals",
761
+ "default": "\"1m\"",
762
+ "type": "options",
763
+ "options": [
764
+ {
765
+ "name": "1 S",
766
+ "value": "1s"
767
+ },
768
+ {
769
+ "name": "1 M",
770
+ "value": "1m"
771
+ },
772
+ {
773
+ "name": "3 M",
774
+ "value": "3m"
775
+ },
776
+ {
777
+ "name": "5 M",
778
+ "value": "5m"
779
+ },
780
+ {
781
+ "name": "15 M",
782
+ "value": "15m"
783
+ },
784
+ {
785
+ "name": "30 M",
786
+ "value": "30m"
787
+ },
788
+ {
789
+ "name": "1 H",
790
+ "value": "1h"
791
+ },
792
+ {
793
+ "name": "2 H",
794
+ "value": "2h"
795
+ },
796
+ {
797
+ "name": "4 H",
798
+ "value": "4h"
799
+ },
800
+ {
801
+ "name": "6 H",
802
+ "value": "6h"
803
+ },
804
+ {
805
+ "name": "8 H",
806
+ "value": "8h"
807
+ },
808
+ {
809
+ "name": "12 H",
810
+ "value": "12h"
811
+ },
812
+ {
813
+ "name": "1 D",
814
+ "value": "1d"
815
+ },
816
+ {
817
+ "name": "3 D",
818
+ "value": "3d"
819
+ },
820
+ {
821
+ "name": "1 W",
822
+ "value": "1w"
823
+ },
824
+ {
825
+ "name": "1 M",
826
+ "value": "1M"
827
+ }
828
+ ],
829
+ "routing": {
830
+ "send": {
831
+ "type": "query",
832
+ "property": "interval",
833
+ "value": "={{ $value }}",
834
+ "propertyInDotNotation": false
835
+ }
836
+ },
837
+ "displayOptions": {
838
+ "show": {
839
+ "resource": [
840
+ "Market"
841
+ ],
842
+ "operation": [
843
+ "GET Api V 3 Klines"
844
+ ]
845
+ }
846
+ }
847
+ },
848
+ {
849
+ "displayName": "Start Time",
850
+ "name": "startTime",
851
+ "description": "UTC timestamp in ms",
852
+ "default": 0,
853
+ "type": "number",
854
+ "routing": {
855
+ "send": {
856
+ "type": "query",
857
+ "property": "startTime",
858
+ "value": "={{ $value }}",
859
+ "propertyInDotNotation": false
860
+ }
861
+ },
862
+ "displayOptions": {
863
+ "show": {
864
+ "resource": [
865
+ "Market"
866
+ ],
867
+ "operation": [
868
+ "GET Api V 3 Klines"
869
+ ]
870
+ }
871
+ }
872
+ },
873
+ {
874
+ "displayName": "End Time",
875
+ "name": "endTime",
876
+ "description": "UTC timestamp in ms",
877
+ "default": 0,
878
+ "type": "number",
879
+ "routing": {
880
+ "send": {
881
+ "type": "query",
882
+ "property": "endTime",
883
+ "value": "={{ $value }}",
884
+ "propertyInDotNotation": false
885
+ }
886
+ },
887
+ "displayOptions": {
888
+ "show": {
889
+ "resource": [
890
+ "Market"
891
+ ],
892
+ "operation": [
893
+ "GET Api V 3 Klines"
894
+ ]
895
+ }
896
+ }
897
+ },
898
+ {
899
+ "displayName": "Time Zone",
900
+ "name": "timeZone",
901
+ "description": "Default: 0 (UTC)",
902
+ "default": "",
903
+ "type": "string",
904
+ "routing": {
905
+ "send": {
906
+ "type": "query",
907
+ "property": "timeZone",
908
+ "value": "={{ $value }}",
909
+ "propertyInDotNotation": false
910
+ }
911
+ },
912
+ "displayOptions": {
913
+ "show": {
914
+ "resource": [
915
+ "Market"
916
+ ],
917
+ "operation": [
918
+ "GET Api V 3 Klines"
919
+ ]
920
+ }
921
+ }
922
+ },
923
+ {
924
+ "displayName": "Limit",
925
+ "name": "limit",
926
+ "description": "Default 500; max 1000.",
927
+ "default": 5,
928
+ "type": "number",
929
+ "routing": {
930
+ "send": {
931
+ "type": "query",
932
+ "property": "limit",
933
+ "value": "={{ $value }}",
934
+ "propertyInDotNotation": false
935
+ }
936
+ },
937
+ "displayOptions": {
938
+ "show": {
939
+ "resource": [
940
+ "Market"
941
+ ],
942
+ "operation": [
943
+ "GET Api V 3 Klines"
944
+ ]
945
+ }
946
+ }
947
+ },
948
+ {
949
+ "displayName": "GET /api/v3/uiKlines",
950
+ "name": "operation",
951
+ "type": "notice",
952
+ "typeOptions": {
953
+ "theme": "info"
954
+ },
955
+ "default": "",
956
+ "displayOptions": {
957
+ "show": {
958
+ "resource": [
959
+ "Market"
960
+ ],
961
+ "operation": [
962
+ "GET Api V 3 Ui Klines"
963
+ ]
964
+ }
965
+ }
966
+ },
967
+ {
968
+ "displayName": "Symbol",
969
+ "name": "symbol",
970
+ "required": true,
971
+ "description": "Trading symbol, e.g. BNBUSDT",
972
+ "default": "BNBUSDT",
973
+ "type": "string",
974
+ "routing": {
975
+ "send": {
976
+ "type": "query",
977
+ "property": "symbol",
978
+ "value": "={{ $value }}",
979
+ "propertyInDotNotation": false
980
+ }
981
+ },
982
+ "displayOptions": {
983
+ "show": {
984
+ "resource": [
985
+ "Market"
986
+ ],
987
+ "operation": [
988
+ "GET Api V 3 Ui Klines"
989
+ ]
990
+ }
991
+ }
992
+ },
993
+ {
994
+ "displayName": "Interval",
995
+ "name": "interval",
996
+ "required": true,
997
+ "description": "kline intervals",
998
+ "default": "\"1m\"",
999
+ "type": "options",
1000
+ "options": [
1001
+ {
1002
+ "name": "1 S",
1003
+ "value": "1s"
1004
+ },
1005
+ {
1006
+ "name": "1 M",
1007
+ "value": "1m"
1008
+ },
1009
+ {
1010
+ "name": "3 M",
1011
+ "value": "3m"
1012
+ },
1013
+ {
1014
+ "name": "5 M",
1015
+ "value": "5m"
1016
+ },
1017
+ {
1018
+ "name": "15 M",
1019
+ "value": "15m"
1020
+ },
1021
+ {
1022
+ "name": "30 M",
1023
+ "value": "30m"
1024
+ },
1025
+ {
1026
+ "name": "1 H",
1027
+ "value": "1h"
1028
+ },
1029
+ {
1030
+ "name": "2 H",
1031
+ "value": "2h"
1032
+ },
1033
+ {
1034
+ "name": "4 H",
1035
+ "value": "4h"
1036
+ },
1037
+ {
1038
+ "name": "6 H",
1039
+ "value": "6h"
1040
+ },
1041
+ {
1042
+ "name": "8 H",
1043
+ "value": "8h"
1044
+ },
1045
+ {
1046
+ "name": "12 H",
1047
+ "value": "12h"
1048
+ },
1049
+ {
1050
+ "name": "1 D",
1051
+ "value": "1d"
1052
+ },
1053
+ {
1054
+ "name": "3 D",
1055
+ "value": "3d"
1056
+ },
1057
+ {
1058
+ "name": "1 W",
1059
+ "value": "1w"
1060
+ },
1061
+ {
1062
+ "name": "1 M",
1063
+ "value": "1M"
1064
+ }
1065
+ ],
1066
+ "routing": {
1067
+ "send": {
1068
+ "type": "query",
1069
+ "property": "interval",
1070
+ "value": "={{ $value }}",
1071
+ "propertyInDotNotation": false
1072
+ }
1073
+ },
1074
+ "displayOptions": {
1075
+ "show": {
1076
+ "resource": [
1077
+ "Market"
1078
+ ],
1079
+ "operation": [
1080
+ "GET Api V 3 Ui Klines"
1081
+ ]
1082
+ }
1083
+ }
1084
+ },
1085
+ {
1086
+ "displayName": "Start Time",
1087
+ "name": "startTime",
1088
+ "description": "UTC timestamp in ms",
1089
+ "default": 0,
1090
+ "type": "number",
1091
+ "routing": {
1092
+ "send": {
1093
+ "type": "query",
1094
+ "property": "startTime",
1095
+ "value": "={{ $value }}",
1096
+ "propertyInDotNotation": false
1097
+ }
1098
+ },
1099
+ "displayOptions": {
1100
+ "show": {
1101
+ "resource": [
1102
+ "Market"
1103
+ ],
1104
+ "operation": [
1105
+ "GET Api V 3 Ui Klines"
1106
+ ]
1107
+ }
1108
+ }
1109
+ },
1110
+ {
1111
+ "displayName": "End Time",
1112
+ "name": "endTime",
1113
+ "description": "UTC timestamp in ms",
1114
+ "default": 0,
1115
+ "type": "number",
1116
+ "routing": {
1117
+ "send": {
1118
+ "type": "query",
1119
+ "property": "endTime",
1120
+ "value": "={{ $value }}",
1121
+ "propertyInDotNotation": false
1122
+ }
1123
+ },
1124
+ "displayOptions": {
1125
+ "show": {
1126
+ "resource": [
1127
+ "Market"
1128
+ ],
1129
+ "operation": [
1130
+ "GET Api V 3 Ui Klines"
1131
+ ]
1132
+ }
1133
+ }
1134
+ },
1135
+ {
1136
+ "displayName": "Time Zone",
1137
+ "name": "timeZone",
1138
+ "description": "Default: 0 (UTC)",
1139
+ "default": "",
1140
+ "type": "string",
1141
+ "routing": {
1142
+ "send": {
1143
+ "type": "query",
1144
+ "property": "timeZone",
1145
+ "value": "={{ $value }}",
1146
+ "propertyInDotNotation": false
1147
+ }
1148
+ },
1149
+ "displayOptions": {
1150
+ "show": {
1151
+ "resource": [
1152
+ "Market"
1153
+ ],
1154
+ "operation": [
1155
+ "GET Api V 3 Ui Klines"
1156
+ ]
1157
+ }
1158
+ }
1159
+ },
1160
+ {
1161
+ "displayName": "Limit",
1162
+ "name": "limit",
1163
+ "description": "Default 500; max 1000.",
1164
+ "default": 5,
1165
+ "type": "number",
1166
+ "routing": {
1167
+ "send": {
1168
+ "type": "query",
1169
+ "property": "limit",
1170
+ "value": "={{ $value }}",
1171
+ "propertyInDotNotation": false
1172
+ }
1173
+ },
1174
+ "displayOptions": {
1175
+ "show": {
1176
+ "resource": [
1177
+ "Market"
1178
+ ],
1179
+ "operation": [
1180
+ "GET Api V 3 Ui Klines"
1181
+ ]
1182
+ }
1183
+ }
1184
+ },
1185
+ {
1186
+ "displayName": "GET /api/v3/avgPrice",
1187
+ "name": "operation",
1188
+ "type": "notice",
1189
+ "typeOptions": {
1190
+ "theme": "info"
1191
+ },
1192
+ "default": "",
1193
+ "displayOptions": {
1194
+ "show": {
1195
+ "resource": [
1196
+ "Market"
1197
+ ],
1198
+ "operation": [
1199
+ "GET Api V 3 Avg Price"
1200
+ ]
1201
+ }
1202
+ }
1203
+ },
1204
+ {
1205
+ "displayName": "Symbol",
1206
+ "name": "symbol",
1207
+ "required": true,
1208
+ "description": "Trading symbol, e.g. BNBUSDT",
1209
+ "default": "BNBUSDT",
1210
+ "type": "string",
1211
+ "routing": {
1212
+ "send": {
1213
+ "type": "query",
1214
+ "property": "symbol",
1215
+ "value": "={{ $value }}",
1216
+ "propertyInDotNotation": false
1217
+ }
1218
+ },
1219
+ "displayOptions": {
1220
+ "show": {
1221
+ "resource": [
1222
+ "Market"
1223
+ ],
1224
+ "operation": [
1225
+ "GET Api V 3 Avg Price"
1226
+ ]
1227
+ }
1228
+ }
1229
+ },
1230
+ {
1231
+ "displayName": "GET /api/v3/ticker/24hr",
1232
+ "name": "operation",
1233
+ "type": "notice",
1234
+ "typeOptions": {
1235
+ "theme": "info"
1236
+ },
1237
+ "default": "",
1238
+ "displayOptions": {
1239
+ "show": {
1240
+ "resource": [
1241
+ "Market"
1242
+ ],
1243
+ "operation": [
1244
+ "GET Api V 3 Ticker 24 Hr"
1245
+ ]
1246
+ }
1247
+ }
1248
+ },
1249
+ {
1250
+ "displayName": "Symbol",
1251
+ "name": "symbol",
1252
+ "description": "Trading symbol, e.g. BNBUSDT",
1253
+ "default": "BNBUSDT",
1254
+ "type": "string",
1255
+ "routing": {
1256
+ "send": {
1257
+ "type": "query",
1258
+ "property": "symbol",
1259
+ "value": "={{ $value }}",
1260
+ "propertyInDotNotation": false
1261
+ }
1262
+ },
1263
+ "displayOptions": {
1264
+ "show": {
1265
+ "resource": [
1266
+ "Market"
1267
+ ],
1268
+ "operation": [
1269
+ "GET Api V 3 Ticker 24 Hr"
1270
+ ]
1271
+ }
1272
+ }
1273
+ },
1274
+ {
1275
+ "displayName": "Symbols",
1276
+ "name": "symbols",
1277
+ "default": "[\"BTCUSDT\",\"BNBBTC\"]",
1278
+ "type": "string",
1279
+ "routing": {
1280
+ "send": {
1281
+ "type": "query",
1282
+ "property": "symbols",
1283
+ "value": "={{ $value }}",
1284
+ "propertyInDotNotation": false
1285
+ }
1286
+ },
1287
+ "displayOptions": {
1288
+ "show": {
1289
+ "resource": [
1290
+ "Market"
1291
+ ],
1292
+ "operation": [
1293
+ "GET Api V 3 Ticker 24 Hr"
1294
+ ]
1295
+ }
1296
+ }
1297
+ },
1298
+ {
1299
+ "displayName": "Type",
1300
+ "name": "type",
1301
+ "description": "Supported values: FULL or MINI.\nIf none provided, the default is FULL",
1302
+ "default": "FULL",
1303
+ "type": "options",
1304
+ "options": [
1305
+ {
1306
+ "name": "FULL",
1307
+ "value": "FULL"
1308
+ },
1309
+ {
1310
+ "name": "MINI",
1311
+ "value": "MINI"
1312
+ }
1313
+ ],
1314
+ "routing": {
1315
+ "send": {
1316
+ "type": "query",
1317
+ "property": "type",
1318
+ "value": "={{ $value }}",
1319
+ "propertyInDotNotation": false
1320
+ }
1321
+ },
1322
+ "displayOptions": {
1323
+ "show": {
1324
+ "resource": [
1325
+ "Market"
1326
+ ],
1327
+ "operation": [
1328
+ "GET Api V 3 Ticker 24 Hr"
1329
+ ]
1330
+ }
1331
+ }
1332
+ },
1333
+ {
1334
+ "displayName": "GET /api/v3/ticker/tradingDay",
1335
+ "name": "operation",
1336
+ "type": "notice",
1337
+ "typeOptions": {
1338
+ "theme": "info"
1339
+ },
1340
+ "default": "",
1341
+ "displayOptions": {
1342
+ "show": {
1343
+ "resource": [
1344
+ "Market"
1345
+ ],
1346
+ "operation": [
1347
+ "GET Api V 3 Ticker Trading Day"
1348
+ ]
1349
+ }
1350
+ }
1351
+ },
1352
+ {
1353
+ "displayName": "Symbol",
1354
+ "name": "symbol",
1355
+ "description": "Trading symbol, e.g. BNBUSDT",
1356
+ "default": "BNBUSDT",
1357
+ "type": "string",
1358
+ "routing": {
1359
+ "send": {
1360
+ "type": "query",
1361
+ "property": "symbol",
1362
+ "value": "={{ $value }}",
1363
+ "propertyInDotNotation": false
1364
+ }
1365
+ },
1366
+ "displayOptions": {
1367
+ "show": {
1368
+ "resource": [
1369
+ "Market"
1370
+ ],
1371
+ "operation": [
1372
+ "GET Api V 3 Ticker Trading Day"
1373
+ ]
1374
+ }
1375
+ }
1376
+ },
1377
+ {
1378
+ "displayName": "Symbols",
1379
+ "name": "symbols",
1380
+ "default": "[\"BTCUSDT\",\"BNBBTC\"]",
1381
+ "type": "string",
1382
+ "routing": {
1383
+ "send": {
1384
+ "type": "query",
1385
+ "property": "symbols",
1386
+ "value": "={{ $value }}",
1387
+ "propertyInDotNotation": false
1388
+ }
1389
+ },
1390
+ "displayOptions": {
1391
+ "show": {
1392
+ "resource": [
1393
+ "Market"
1394
+ ],
1395
+ "operation": [
1396
+ "GET Api V 3 Ticker Trading Day"
1397
+ ]
1398
+ }
1399
+ }
1400
+ },
1401
+ {
1402
+ "displayName": "Time Zone",
1403
+ "name": "timeZone",
1404
+ "description": "Default: 0 (UTC)",
1405
+ "default": "",
1406
+ "type": "string",
1407
+ "routing": {
1408
+ "send": {
1409
+ "type": "query",
1410
+ "property": "timeZone",
1411
+ "value": "={{ $value }}",
1412
+ "propertyInDotNotation": false
1413
+ }
1414
+ },
1415
+ "displayOptions": {
1416
+ "show": {
1417
+ "resource": [
1418
+ "Market"
1419
+ ],
1420
+ "operation": [
1421
+ "GET Api V 3 Ticker Trading Day"
1422
+ ]
1423
+ }
1424
+ }
1425
+ },
1426
+ {
1427
+ "displayName": "Type",
1428
+ "name": "type",
1429
+ "description": "Supported values: FULL or MINI.\nIf none provided, the default is FULL",
1430
+ "default": "FULL",
1431
+ "type": "options",
1432
+ "options": [
1433
+ {
1434
+ "name": "FULL",
1435
+ "value": "FULL"
1436
+ },
1437
+ {
1438
+ "name": "MINI",
1439
+ "value": "MINI"
1440
+ }
1441
+ ],
1442
+ "routing": {
1443
+ "send": {
1444
+ "type": "query",
1445
+ "property": "type",
1446
+ "value": "={{ $value }}",
1447
+ "propertyInDotNotation": false
1448
+ }
1449
+ },
1450
+ "displayOptions": {
1451
+ "show": {
1452
+ "resource": [
1453
+ "Market"
1454
+ ],
1455
+ "operation": [
1456
+ "GET Api V 3 Ticker Trading Day"
1457
+ ]
1458
+ }
1459
+ }
1460
+ },
1461
+ {
1462
+ "displayName": "GET /api/v3/ticker/price",
1463
+ "name": "operation",
1464
+ "type": "notice",
1465
+ "typeOptions": {
1466
+ "theme": "info"
1467
+ },
1468
+ "default": "",
1469
+ "displayOptions": {
1470
+ "show": {
1471
+ "resource": [
1472
+ "Market"
1473
+ ],
1474
+ "operation": [
1475
+ "GET Api V 3 Ticker Price"
1476
+ ]
1477
+ }
1478
+ }
1479
+ },
1480
+ {
1481
+ "displayName": "Symbol",
1482
+ "name": "symbol",
1483
+ "description": "Trading symbol, e.g. BNBUSDT",
1484
+ "default": "BNBUSDT",
1485
+ "type": "string",
1486
+ "routing": {
1487
+ "send": {
1488
+ "type": "query",
1489
+ "property": "symbol",
1490
+ "value": "={{ $value }}",
1491
+ "propertyInDotNotation": false
1492
+ }
1493
+ },
1494
+ "displayOptions": {
1495
+ "show": {
1496
+ "resource": [
1497
+ "Market"
1498
+ ],
1499
+ "operation": [
1500
+ "GET Api V 3 Ticker Price"
1501
+ ]
1502
+ }
1503
+ }
1504
+ },
1505
+ {
1506
+ "displayName": "Symbols",
1507
+ "name": "symbols",
1508
+ "default": "[\"BTCUSDT\",\"BNBBTC\"]",
1509
+ "type": "string",
1510
+ "routing": {
1511
+ "send": {
1512
+ "type": "query",
1513
+ "property": "symbols",
1514
+ "value": "={{ $value }}",
1515
+ "propertyInDotNotation": false
1516
+ }
1517
+ },
1518
+ "displayOptions": {
1519
+ "show": {
1520
+ "resource": [
1521
+ "Market"
1522
+ ],
1523
+ "operation": [
1524
+ "GET Api V 3 Ticker Price"
1525
+ ]
1526
+ }
1527
+ }
1528
+ },
1529
+ {
1530
+ "displayName": "GET /api/v3/ticker/bookTicker",
1531
+ "name": "operation",
1532
+ "type": "notice",
1533
+ "typeOptions": {
1534
+ "theme": "info"
1535
+ },
1536
+ "default": "",
1537
+ "displayOptions": {
1538
+ "show": {
1539
+ "resource": [
1540
+ "Market"
1541
+ ],
1542
+ "operation": [
1543
+ "GET Api V 3 Ticker Book Ticker"
1544
+ ]
1545
+ }
1546
+ }
1547
+ },
1548
+ {
1549
+ "displayName": "Symbol",
1550
+ "name": "symbol",
1551
+ "description": "Trading symbol, e.g. BNBUSDT",
1552
+ "default": "BNBUSDT",
1553
+ "type": "string",
1554
+ "routing": {
1555
+ "send": {
1556
+ "type": "query",
1557
+ "property": "symbol",
1558
+ "value": "={{ $value }}",
1559
+ "propertyInDotNotation": false
1560
+ }
1561
+ },
1562
+ "displayOptions": {
1563
+ "show": {
1564
+ "resource": [
1565
+ "Market"
1566
+ ],
1567
+ "operation": [
1568
+ "GET Api V 3 Ticker Book Ticker"
1569
+ ]
1570
+ }
1571
+ }
1572
+ },
1573
+ {
1574
+ "displayName": "Symbols",
1575
+ "name": "symbols",
1576
+ "default": "[\"BTCUSDT\",\"BNBBTC\"]",
1577
+ "type": "string",
1578
+ "routing": {
1579
+ "send": {
1580
+ "type": "query",
1581
+ "property": "symbols",
1582
+ "value": "={{ $value }}",
1583
+ "propertyInDotNotation": false
1584
+ }
1585
+ },
1586
+ "displayOptions": {
1587
+ "show": {
1588
+ "resource": [
1589
+ "Market"
1590
+ ],
1591
+ "operation": [
1592
+ "GET Api V 3 Ticker Book Ticker"
1593
+ ]
1594
+ }
1595
+ }
1596
+ },
1597
+ {
1598
+ "displayName": "GET /api/v3/ticker",
1599
+ "name": "operation",
1600
+ "type": "notice",
1601
+ "typeOptions": {
1602
+ "theme": "info"
1603
+ },
1604
+ "default": "",
1605
+ "displayOptions": {
1606
+ "show": {
1607
+ "resource": [
1608
+ "Market"
1609
+ ],
1610
+ "operation": [
1611
+ "GET Api V 3 Ticker"
1612
+ ]
1613
+ }
1614
+ }
1615
+ },
1616
+ {
1617
+ "displayName": "Symbol",
1618
+ "name": "symbol",
1619
+ "description": "Trading symbol, e.g. BNBUSDT",
1620
+ "default": "BNBUSDT",
1621
+ "type": "string",
1622
+ "routing": {
1623
+ "send": {
1624
+ "type": "query",
1625
+ "property": "symbol",
1626
+ "value": "={{ $value }}",
1627
+ "propertyInDotNotation": false
1628
+ }
1629
+ },
1630
+ "displayOptions": {
1631
+ "show": {
1632
+ "resource": [
1633
+ "Market"
1634
+ ],
1635
+ "operation": [
1636
+ "GET Api V 3 Ticker"
1637
+ ]
1638
+ }
1639
+ }
1640
+ },
1641
+ {
1642
+ "displayName": "Symbols",
1643
+ "name": "symbols",
1644
+ "default": "[\"BTCUSDT\",\"BNBBTC\"]",
1645
+ "type": "string",
1646
+ "routing": {
1647
+ "send": {
1648
+ "type": "query",
1649
+ "property": "symbols",
1650
+ "value": "={{ $value }}",
1651
+ "propertyInDotNotation": false
1652
+ }
1653
+ },
1654
+ "displayOptions": {
1655
+ "show": {
1656
+ "resource": [
1657
+ "Market"
1658
+ ],
1659
+ "operation": [
1660
+ "GET Api V 3 Ticker"
1661
+ ]
1662
+ }
1663
+ }
1664
+ },
1665
+ {
1666
+ "displayName": "Window Size",
1667
+ "name": "windowSize",
1668
+ "description": "Defaults to 1d if no parameter provided.\nSupported windowSize values:\n1m,2m....59m for minutes\n1h, 2h....23h - for hours\n1d...7d - for days.\n\nUnits cannot be combined (e.g. 1d2h is not allowed)",
1669
+ "default": "",
1670
+ "type": "string",
1671
+ "routing": {
1672
+ "send": {
1673
+ "type": "query",
1674
+ "property": "windowSize",
1675
+ "value": "={{ $value }}",
1676
+ "propertyInDotNotation": false
1677
+ }
1678
+ },
1679
+ "displayOptions": {
1680
+ "show": {
1681
+ "resource": [
1682
+ "Market"
1683
+ ],
1684
+ "operation": [
1685
+ "GET Api V 3 Ticker"
1686
+ ]
1687
+ }
1688
+ }
1689
+ },
1690
+ {
1691
+ "displayName": "Type",
1692
+ "name": "type",
1693
+ "description": "Supported values: FULL or MINI.\nIf none provided, the default is FULL",
1694
+ "default": "",
1695
+ "type": "string",
1696
+ "routing": {
1697
+ "send": {
1698
+ "type": "query",
1699
+ "property": "type",
1700
+ "value": "={{ $value }}",
1701
+ "propertyInDotNotation": false
1702
+ }
1703
+ },
1704
+ "displayOptions": {
1705
+ "show": {
1706
+ "resource": [
1707
+ "Market"
1708
+ ],
1709
+ "operation": [
1710
+ "GET Api V 3 Ticker"
1711
+ ]
1712
+ }
1713
+ }
1714
+ },
1715
+ ];
1716
+ //# sourceMappingURL=index.js.map