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