@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,2444 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.miningDescription = void 0;
4
+ exports.miningDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Mining"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "GET Sapi V 1 Mining Pub Algo List",
20
+ "value": "GET Sapi V 1 Mining Pub Algo List",
21
+ "action": "Acquiring Algorithm (MARKET_DATA)",
22
+ "description": "Weight(IP): 1",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/sapi/v1/mining/pub/algoList"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "GET Sapi V 1 Mining Pub Coin List",
32
+ "value": "GET Sapi V 1 Mining Pub Coin List",
33
+ "action": "Acquiring CoinName (MARKET_DATA)",
34
+ "description": "Weight(IP): 1",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/sapi/v1/mining/pub/coinList"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "GET Sapi V 1 Mining Worker Detail",
44
+ "value": "GET Sapi V 1 Mining Worker Detail",
45
+ "action": "Request for Detail Miner List (USER_DATA)",
46
+ "description": "Weight(IP): 5",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/sapi/v1/mining/worker/detail"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "GET Sapi V 1 Mining Worker List",
56
+ "value": "GET Sapi V 1 Mining Worker List",
57
+ "action": "Request for Miner List (USER_DATA)",
58
+ "description": "Weight(IP): 5",
59
+ "routing": {
60
+ "request": {
61
+ "method": "GET",
62
+ "url": "=/sapi/v1/mining/worker/list"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "GET Sapi V 1 Mining Payment List",
68
+ "value": "GET Sapi V 1 Mining Payment List",
69
+ "action": "Earnings List (USER_DATA)",
70
+ "description": "Weight(IP): 5",
71
+ "routing": {
72
+ "request": {
73
+ "method": "GET",
74
+ "url": "=/sapi/v1/mining/payment/list"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "GET Sapi V 1 Mining Payment Other",
80
+ "value": "GET Sapi V 1 Mining Payment Other",
81
+ "action": "Extra Bonus List (USER_DATA)",
82
+ "description": "Weight(IP): 5",
83
+ "routing": {
84
+ "request": {
85
+ "method": "GET",
86
+ "url": "=/sapi/v1/mining/payment/other"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "GET Sapi V 1 Mining Hash Transfer Config Details List",
92
+ "value": "GET Sapi V 1 Mining Hash Transfer Config Details List",
93
+ "action": "Hashrate Resale List (USER_DATA)",
94
+ "description": "Weight(IP): 5",
95
+ "routing": {
96
+ "request": {
97
+ "method": "GET",
98
+ "url": "=/sapi/v1/mining/hash-transfer/config/details/list"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "GET Sapi V 1 Mining Hash Transfer Profit Details",
104
+ "value": "GET Sapi V 1 Mining Hash Transfer Profit Details",
105
+ "action": "Hashrate Resale Details (USER_DATA)",
106
+ "description": "Weight(IP): 5",
107
+ "routing": {
108
+ "request": {
109
+ "method": "GET",
110
+ "url": "=/sapi/v1/mining/hash-transfer/profit/details"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "POST Sapi V 1 Mining Hash Transfer Config",
116
+ "value": "POST Sapi V 1 Mining Hash Transfer Config",
117
+ "action": "Hashrate Resale Request (USER_DATA)",
118
+ "description": "Weight(IP): 5",
119
+ "routing": {
120
+ "request": {
121
+ "method": "POST",
122
+ "url": "=/sapi/v1/mining/hash-transfer/config"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "POST Sapi V 1 Mining Hash Transfer Config Cancel",
128
+ "value": "POST Sapi V 1 Mining Hash Transfer Config Cancel",
129
+ "action": "Cancel Hashrate Resale configuration (USER_DATA)",
130
+ "description": "Weight(IP): 5",
131
+ "routing": {
132
+ "request": {
133
+ "method": "POST",
134
+ "url": "=/sapi/v1/mining/hash-transfer/config/cancel"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "GET Sapi V 1 Mining Statistics User Status",
140
+ "value": "GET Sapi V 1 Mining Statistics User Status",
141
+ "action": "Statistic List (USER_DATA)",
142
+ "description": "Weight(IP): 5",
143
+ "routing": {
144
+ "request": {
145
+ "method": "GET",
146
+ "url": "=/sapi/v1/mining/statistics/user/status"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "name": "GET Sapi V 1 Mining Statistics User List",
152
+ "value": "GET Sapi V 1 Mining Statistics User List",
153
+ "action": "Account List (USER_DATA)",
154
+ "description": "Weight(IP): 5",
155
+ "routing": {
156
+ "request": {
157
+ "method": "GET",
158
+ "url": "=/sapi/v1/mining/statistics/user/list"
159
+ }
160
+ }
161
+ },
162
+ {
163
+ "name": "GET Sapi V 1 Mining Payment Uid",
164
+ "value": "GET Sapi V 1 Mining Payment Uid",
165
+ "action": "Mining Account Earning (USER_DATA)",
166
+ "description": "Weight(IP): 5",
167
+ "routing": {
168
+ "request": {
169
+ "method": "GET",
170
+ "url": "=/sapi/v1/mining/payment/uid"
171
+ }
172
+ }
173
+ }
174
+ ],
175
+ "default": ""
176
+ },
177
+ {
178
+ "displayName": "GET /sapi/v1/mining/pub/algoList",
179
+ "name": "operation",
180
+ "type": "notice",
181
+ "typeOptions": {
182
+ "theme": "info"
183
+ },
184
+ "default": "",
185
+ "displayOptions": {
186
+ "show": {
187
+ "resource": [
188
+ "Mining"
189
+ ],
190
+ "operation": [
191
+ "GET Sapi V 1 Mining Pub Algo List"
192
+ ]
193
+ }
194
+ }
195
+ },
196
+ {
197
+ "displayName": "GET /sapi/v1/mining/pub/coinList",
198
+ "name": "operation",
199
+ "type": "notice",
200
+ "typeOptions": {
201
+ "theme": "info"
202
+ },
203
+ "default": "",
204
+ "displayOptions": {
205
+ "show": {
206
+ "resource": [
207
+ "Mining"
208
+ ],
209
+ "operation": [
210
+ "GET Sapi V 1 Mining Pub Coin List"
211
+ ]
212
+ }
213
+ }
214
+ },
215
+ {
216
+ "displayName": "GET /sapi/v1/mining/worker/detail",
217
+ "name": "operation",
218
+ "type": "notice",
219
+ "typeOptions": {
220
+ "theme": "info"
221
+ },
222
+ "default": "",
223
+ "displayOptions": {
224
+ "show": {
225
+ "resource": [
226
+ "Mining"
227
+ ],
228
+ "operation": [
229
+ "GET Sapi V 1 Mining Worker Detail"
230
+ ]
231
+ }
232
+ }
233
+ },
234
+ {
235
+ "displayName": "Algo",
236
+ "name": "algo",
237
+ "required": true,
238
+ "description": "Algorithm(sha256)",
239
+ "default": "",
240
+ "type": "string",
241
+ "routing": {
242
+ "send": {
243
+ "type": "query",
244
+ "property": "algo",
245
+ "value": "={{ $value }}",
246
+ "propertyInDotNotation": false
247
+ }
248
+ },
249
+ "displayOptions": {
250
+ "show": {
251
+ "resource": [
252
+ "Mining"
253
+ ],
254
+ "operation": [
255
+ "GET Sapi V 1 Mining Worker Detail"
256
+ ]
257
+ }
258
+ }
259
+ },
260
+ {
261
+ "displayName": "User Name",
262
+ "name": "userName",
263
+ "required": true,
264
+ "description": "Mining Account",
265
+ "default": "",
266
+ "type": "string",
267
+ "routing": {
268
+ "send": {
269
+ "type": "query",
270
+ "property": "userName",
271
+ "value": "={{ $value }}",
272
+ "propertyInDotNotation": false
273
+ }
274
+ },
275
+ "displayOptions": {
276
+ "show": {
277
+ "resource": [
278
+ "Mining"
279
+ ],
280
+ "operation": [
281
+ "GET Sapi V 1 Mining Worker Detail"
282
+ ]
283
+ }
284
+ }
285
+ },
286
+ {
287
+ "displayName": "Worker Name",
288
+ "name": "workerName",
289
+ "required": true,
290
+ "description": "Miner’s name",
291
+ "default": "",
292
+ "type": "string",
293
+ "routing": {
294
+ "send": {
295
+ "type": "query",
296
+ "property": "workerName",
297
+ "value": "={{ $value }}",
298
+ "propertyInDotNotation": false
299
+ }
300
+ },
301
+ "displayOptions": {
302
+ "show": {
303
+ "resource": [
304
+ "Mining"
305
+ ],
306
+ "operation": [
307
+ "GET Sapi V 1 Mining Worker Detail"
308
+ ]
309
+ }
310
+ }
311
+ },
312
+ {
313
+ "displayName": "Recv Window",
314
+ "name": "recvWindow",
315
+ "description": "The value cannot be greater than 60000",
316
+ "default": 5000,
317
+ "type": "number",
318
+ "routing": {
319
+ "send": {
320
+ "type": "query",
321
+ "property": "recvWindow",
322
+ "value": "={{ $value }}",
323
+ "propertyInDotNotation": false
324
+ }
325
+ },
326
+ "displayOptions": {
327
+ "show": {
328
+ "resource": [
329
+ "Mining"
330
+ ],
331
+ "operation": [
332
+ "GET Sapi V 1 Mining Worker Detail"
333
+ ]
334
+ }
335
+ }
336
+ },
337
+ {
338
+ "displayName": "Timestamp",
339
+ "name": "timestamp",
340
+ "required": true,
341
+ "description": "UTC timestamp in ms",
342
+ "default": 0,
343
+ "type": "number",
344
+ "routing": {
345
+ "send": {
346
+ "type": "query",
347
+ "property": "timestamp",
348
+ "value": "={{ $value }}",
349
+ "propertyInDotNotation": false
350
+ }
351
+ },
352
+ "displayOptions": {
353
+ "show": {
354
+ "resource": [
355
+ "Mining"
356
+ ],
357
+ "operation": [
358
+ "GET Sapi V 1 Mining Worker Detail"
359
+ ]
360
+ }
361
+ }
362
+ },
363
+ {
364
+ "displayName": "Signature",
365
+ "name": "signature",
366
+ "required": true,
367
+ "description": "Signature",
368
+ "default": "",
369
+ "type": "string",
370
+ "routing": {
371
+ "send": {
372
+ "type": "query",
373
+ "property": "signature",
374
+ "value": "={{ $value }}",
375
+ "propertyInDotNotation": false
376
+ }
377
+ },
378
+ "displayOptions": {
379
+ "show": {
380
+ "resource": [
381
+ "Mining"
382
+ ],
383
+ "operation": [
384
+ "GET Sapi V 1 Mining Worker Detail"
385
+ ]
386
+ }
387
+ }
388
+ },
389
+ {
390
+ "displayName": "GET /sapi/v1/mining/worker/list",
391
+ "name": "operation",
392
+ "type": "notice",
393
+ "typeOptions": {
394
+ "theme": "info"
395
+ },
396
+ "default": "",
397
+ "displayOptions": {
398
+ "show": {
399
+ "resource": [
400
+ "Mining"
401
+ ],
402
+ "operation": [
403
+ "GET Sapi V 1 Mining Worker List"
404
+ ]
405
+ }
406
+ }
407
+ },
408
+ {
409
+ "displayName": "Algo",
410
+ "name": "algo",
411
+ "required": true,
412
+ "description": "Algorithm(sha256)",
413
+ "default": "",
414
+ "type": "string",
415
+ "routing": {
416
+ "send": {
417
+ "type": "query",
418
+ "property": "algo",
419
+ "value": "={{ $value }}",
420
+ "propertyInDotNotation": false
421
+ }
422
+ },
423
+ "displayOptions": {
424
+ "show": {
425
+ "resource": [
426
+ "Mining"
427
+ ],
428
+ "operation": [
429
+ "GET Sapi V 1 Mining Worker List"
430
+ ]
431
+ }
432
+ }
433
+ },
434
+ {
435
+ "displayName": "User Name",
436
+ "name": "userName",
437
+ "required": true,
438
+ "description": "Mining Account",
439
+ "default": "",
440
+ "type": "string",
441
+ "routing": {
442
+ "send": {
443
+ "type": "query",
444
+ "property": "userName",
445
+ "value": "={{ $value }}",
446
+ "propertyInDotNotation": false
447
+ }
448
+ },
449
+ "displayOptions": {
450
+ "show": {
451
+ "resource": [
452
+ "Mining"
453
+ ],
454
+ "operation": [
455
+ "GET Sapi V 1 Mining Worker List"
456
+ ]
457
+ }
458
+ }
459
+ },
460
+ {
461
+ "displayName": "Page Index",
462
+ "name": "pageIndex",
463
+ "description": "Page number, default is first page, start form 1",
464
+ "default": 0,
465
+ "type": "number",
466
+ "routing": {
467
+ "send": {
468
+ "type": "query",
469
+ "property": "pageIndex",
470
+ "value": "={{ $value }}",
471
+ "propertyInDotNotation": false
472
+ }
473
+ },
474
+ "displayOptions": {
475
+ "show": {
476
+ "resource": [
477
+ "Mining"
478
+ ],
479
+ "operation": [
480
+ "GET Sapi V 1 Mining Worker List"
481
+ ]
482
+ }
483
+ }
484
+ },
485
+ {
486
+ "displayName": "Sort",
487
+ "name": "sort",
488
+ "description": "sort sequence(default=0)0 positive sequence, 1 negative sequence",
489
+ "default": 0,
490
+ "type": "number",
491
+ "routing": {
492
+ "send": {
493
+ "type": "query",
494
+ "property": "sort",
495
+ "value": "={{ $value }}",
496
+ "propertyInDotNotation": false
497
+ }
498
+ },
499
+ "displayOptions": {
500
+ "show": {
501
+ "resource": [
502
+ "Mining"
503
+ ],
504
+ "operation": [
505
+ "GET Sapi V 1 Mining Worker List"
506
+ ]
507
+ }
508
+ }
509
+ },
510
+ {
511
+ "displayName": "Sort Column",
512
+ "name": "sortColumn",
513
+ "description": "Sort by( default 1): 1: miner name, 2: real-time computing power, 3: daily average computing power, 4: real-time rejection rate, 5: last submission time",
514
+ "default": 0,
515
+ "type": "number",
516
+ "routing": {
517
+ "send": {
518
+ "type": "query",
519
+ "property": "sortColumn",
520
+ "value": "={{ $value }}",
521
+ "propertyInDotNotation": false
522
+ }
523
+ },
524
+ "displayOptions": {
525
+ "show": {
526
+ "resource": [
527
+ "Mining"
528
+ ],
529
+ "operation": [
530
+ "GET Sapi V 1 Mining Worker List"
531
+ ]
532
+ }
533
+ }
534
+ },
535
+ {
536
+ "displayName": "Worker Status",
537
+ "name": "workerStatus",
538
+ "description": "miners status(default=0)0 all, 1 valid, 2 invalid, 3 failure",
539
+ "default": 0,
540
+ "type": "number",
541
+ "routing": {
542
+ "send": {
543
+ "type": "query",
544
+ "property": "workerStatus",
545
+ "value": "={{ $value }}",
546
+ "propertyInDotNotation": false
547
+ }
548
+ },
549
+ "displayOptions": {
550
+ "show": {
551
+ "resource": [
552
+ "Mining"
553
+ ],
554
+ "operation": [
555
+ "GET Sapi V 1 Mining Worker List"
556
+ ]
557
+ }
558
+ }
559
+ },
560
+ {
561
+ "displayName": "Recv Window",
562
+ "name": "recvWindow",
563
+ "description": "The value cannot be greater than 60000",
564
+ "default": 5000,
565
+ "type": "number",
566
+ "routing": {
567
+ "send": {
568
+ "type": "query",
569
+ "property": "recvWindow",
570
+ "value": "={{ $value }}",
571
+ "propertyInDotNotation": false
572
+ }
573
+ },
574
+ "displayOptions": {
575
+ "show": {
576
+ "resource": [
577
+ "Mining"
578
+ ],
579
+ "operation": [
580
+ "GET Sapi V 1 Mining Worker List"
581
+ ]
582
+ }
583
+ }
584
+ },
585
+ {
586
+ "displayName": "Timestamp",
587
+ "name": "timestamp",
588
+ "required": true,
589
+ "description": "UTC timestamp in ms",
590
+ "default": 0,
591
+ "type": "number",
592
+ "routing": {
593
+ "send": {
594
+ "type": "query",
595
+ "property": "timestamp",
596
+ "value": "={{ $value }}",
597
+ "propertyInDotNotation": false
598
+ }
599
+ },
600
+ "displayOptions": {
601
+ "show": {
602
+ "resource": [
603
+ "Mining"
604
+ ],
605
+ "operation": [
606
+ "GET Sapi V 1 Mining Worker List"
607
+ ]
608
+ }
609
+ }
610
+ },
611
+ {
612
+ "displayName": "Signature",
613
+ "name": "signature",
614
+ "required": true,
615
+ "description": "Signature",
616
+ "default": "",
617
+ "type": "string",
618
+ "routing": {
619
+ "send": {
620
+ "type": "query",
621
+ "property": "signature",
622
+ "value": "={{ $value }}",
623
+ "propertyInDotNotation": false
624
+ }
625
+ },
626
+ "displayOptions": {
627
+ "show": {
628
+ "resource": [
629
+ "Mining"
630
+ ],
631
+ "operation": [
632
+ "GET Sapi V 1 Mining Worker List"
633
+ ]
634
+ }
635
+ }
636
+ },
637
+ {
638
+ "displayName": "GET /sapi/v1/mining/payment/list",
639
+ "name": "operation",
640
+ "type": "notice",
641
+ "typeOptions": {
642
+ "theme": "info"
643
+ },
644
+ "default": "",
645
+ "displayOptions": {
646
+ "show": {
647
+ "resource": [
648
+ "Mining"
649
+ ],
650
+ "operation": [
651
+ "GET Sapi V 1 Mining Payment List"
652
+ ]
653
+ }
654
+ }
655
+ },
656
+ {
657
+ "displayName": "Algo",
658
+ "name": "algo",
659
+ "required": true,
660
+ "description": "Algorithm(sha256)",
661
+ "default": "",
662
+ "type": "string",
663
+ "routing": {
664
+ "send": {
665
+ "type": "query",
666
+ "property": "algo",
667
+ "value": "={{ $value }}",
668
+ "propertyInDotNotation": false
669
+ }
670
+ },
671
+ "displayOptions": {
672
+ "show": {
673
+ "resource": [
674
+ "Mining"
675
+ ],
676
+ "operation": [
677
+ "GET Sapi V 1 Mining Payment List"
678
+ ]
679
+ }
680
+ }
681
+ },
682
+ {
683
+ "displayName": "User Name",
684
+ "name": "userName",
685
+ "required": true,
686
+ "description": "Mining Account",
687
+ "default": "",
688
+ "type": "string",
689
+ "routing": {
690
+ "send": {
691
+ "type": "query",
692
+ "property": "userName",
693
+ "value": "={{ $value }}",
694
+ "propertyInDotNotation": false
695
+ }
696
+ },
697
+ "displayOptions": {
698
+ "show": {
699
+ "resource": [
700
+ "Mining"
701
+ ],
702
+ "operation": [
703
+ "GET Sapi V 1 Mining Payment List"
704
+ ]
705
+ }
706
+ }
707
+ },
708
+ {
709
+ "displayName": "Coin",
710
+ "name": "coin",
711
+ "description": "Coin name",
712
+ "default": "BNB",
713
+ "type": "string",
714
+ "routing": {
715
+ "send": {
716
+ "type": "query",
717
+ "property": "coin",
718
+ "value": "={{ $value }}",
719
+ "propertyInDotNotation": false
720
+ }
721
+ },
722
+ "displayOptions": {
723
+ "show": {
724
+ "resource": [
725
+ "Mining"
726
+ ],
727
+ "operation": [
728
+ "GET Sapi V 1 Mining Payment List"
729
+ ]
730
+ }
731
+ }
732
+ },
733
+ {
734
+ "displayName": "Start Date",
735
+ "name": "startDate",
736
+ "description": "Search date, millisecond timestamp, while empty query all",
737
+ "default": "",
738
+ "type": "string",
739
+ "routing": {
740
+ "send": {
741
+ "type": "query",
742
+ "property": "startDate",
743
+ "value": "={{ $value }}",
744
+ "propertyInDotNotation": false
745
+ }
746
+ },
747
+ "displayOptions": {
748
+ "show": {
749
+ "resource": [
750
+ "Mining"
751
+ ],
752
+ "operation": [
753
+ "GET Sapi V 1 Mining Payment List"
754
+ ]
755
+ }
756
+ }
757
+ },
758
+ {
759
+ "displayName": "End Date",
760
+ "name": "endDate",
761
+ "description": "Search date, millisecond timestamp, while empty query all",
762
+ "default": "",
763
+ "type": "string",
764
+ "routing": {
765
+ "send": {
766
+ "type": "query",
767
+ "property": "endDate",
768
+ "value": "={{ $value }}",
769
+ "propertyInDotNotation": false
770
+ }
771
+ },
772
+ "displayOptions": {
773
+ "show": {
774
+ "resource": [
775
+ "Mining"
776
+ ],
777
+ "operation": [
778
+ "GET Sapi V 1 Mining Payment List"
779
+ ]
780
+ }
781
+ }
782
+ },
783
+ {
784
+ "displayName": "Page Index",
785
+ "name": "pageIndex",
786
+ "description": "Page number, default is first page, start form 1",
787
+ "default": 0,
788
+ "type": "number",
789
+ "routing": {
790
+ "send": {
791
+ "type": "query",
792
+ "property": "pageIndex",
793
+ "value": "={{ $value }}",
794
+ "propertyInDotNotation": false
795
+ }
796
+ },
797
+ "displayOptions": {
798
+ "show": {
799
+ "resource": [
800
+ "Mining"
801
+ ],
802
+ "operation": [
803
+ "GET Sapi V 1 Mining Payment List"
804
+ ]
805
+ }
806
+ }
807
+ },
808
+ {
809
+ "displayName": "Page Size",
810
+ "name": "pageSize",
811
+ "description": "Number of pages, minimum 10, maximum 200",
812
+ "default": "",
813
+ "type": "string",
814
+ "routing": {
815
+ "send": {
816
+ "type": "query",
817
+ "property": "pageSize",
818
+ "value": "={{ $value }}",
819
+ "propertyInDotNotation": false
820
+ }
821
+ },
822
+ "displayOptions": {
823
+ "show": {
824
+ "resource": [
825
+ "Mining"
826
+ ],
827
+ "operation": [
828
+ "GET Sapi V 1 Mining Payment List"
829
+ ]
830
+ }
831
+ }
832
+ },
833
+ {
834
+ "displayName": "Recv Window",
835
+ "name": "recvWindow",
836
+ "description": "The value cannot be greater than 60000",
837
+ "default": 5000,
838
+ "type": "number",
839
+ "routing": {
840
+ "send": {
841
+ "type": "query",
842
+ "property": "recvWindow",
843
+ "value": "={{ $value }}",
844
+ "propertyInDotNotation": false
845
+ }
846
+ },
847
+ "displayOptions": {
848
+ "show": {
849
+ "resource": [
850
+ "Mining"
851
+ ],
852
+ "operation": [
853
+ "GET Sapi V 1 Mining Payment List"
854
+ ]
855
+ }
856
+ }
857
+ },
858
+ {
859
+ "displayName": "Timestamp",
860
+ "name": "timestamp",
861
+ "required": true,
862
+ "description": "UTC timestamp in ms",
863
+ "default": 0,
864
+ "type": "number",
865
+ "routing": {
866
+ "send": {
867
+ "type": "query",
868
+ "property": "timestamp",
869
+ "value": "={{ $value }}",
870
+ "propertyInDotNotation": false
871
+ }
872
+ },
873
+ "displayOptions": {
874
+ "show": {
875
+ "resource": [
876
+ "Mining"
877
+ ],
878
+ "operation": [
879
+ "GET Sapi V 1 Mining Payment List"
880
+ ]
881
+ }
882
+ }
883
+ },
884
+ {
885
+ "displayName": "Signature",
886
+ "name": "signature",
887
+ "required": true,
888
+ "description": "Signature",
889
+ "default": "",
890
+ "type": "string",
891
+ "routing": {
892
+ "send": {
893
+ "type": "query",
894
+ "property": "signature",
895
+ "value": "={{ $value }}",
896
+ "propertyInDotNotation": false
897
+ }
898
+ },
899
+ "displayOptions": {
900
+ "show": {
901
+ "resource": [
902
+ "Mining"
903
+ ],
904
+ "operation": [
905
+ "GET Sapi V 1 Mining Payment List"
906
+ ]
907
+ }
908
+ }
909
+ },
910
+ {
911
+ "displayName": "GET /sapi/v1/mining/payment/other",
912
+ "name": "operation",
913
+ "type": "notice",
914
+ "typeOptions": {
915
+ "theme": "info"
916
+ },
917
+ "default": "",
918
+ "displayOptions": {
919
+ "show": {
920
+ "resource": [
921
+ "Mining"
922
+ ],
923
+ "operation": [
924
+ "GET Sapi V 1 Mining Payment Other"
925
+ ]
926
+ }
927
+ }
928
+ },
929
+ {
930
+ "displayName": "Algo",
931
+ "name": "algo",
932
+ "required": true,
933
+ "description": "Algorithm(sha256)",
934
+ "default": "",
935
+ "type": "string",
936
+ "routing": {
937
+ "send": {
938
+ "type": "query",
939
+ "property": "algo",
940
+ "value": "={{ $value }}",
941
+ "propertyInDotNotation": false
942
+ }
943
+ },
944
+ "displayOptions": {
945
+ "show": {
946
+ "resource": [
947
+ "Mining"
948
+ ],
949
+ "operation": [
950
+ "GET Sapi V 1 Mining Payment Other"
951
+ ]
952
+ }
953
+ }
954
+ },
955
+ {
956
+ "displayName": "User Name",
957
+ "name": "userName",
958
+ "required": true,
959
+ "description": "Mining Account",
960
+ "default": "",
961
+ "type": "string",
962
+ "routing": {
963
+ "send": {
964
+ "type": "query",
965
+ "property": "userName",
966
+ "value": "={{ $value }}",
967
+ "propertyInDotNotation": false
968
+ }
969
+ },
970
+ "displayOptions": {
971
+ "show": {
972
+ "resource": [
973
+ "Mining"
974
+ ],
975
+ "operation": [
976
+ "GET Sapi V 1 Mining Payment Other"
977
+ ]
978
+ }
979
+ }
980
+ },
981
+ {
982
+ "displayName": "Coin",
983
+ "name": "coin",
984
+ "description": "Coin name",
985
+ "default": "BNB",
986
+ "type": "string",
987
+ "routing": {
988
+ "send": {
989
+ "type": "query",
990
+ "property": "coin",
991
+ "value": "={{ $value }}",
992
+ "propertyInDotNotation": false
993
+ }
994
+ },
995
+ "displayOptions": {
996
+ "show": {
997
+ "resource": [
998
+ "Mining"
999
+ ],
1000
+ "operation": [
1001
+ "GET Sapi V 1 Mining Payment Other"
1002
+ ]
1003
+ }
1004
+ }
1005
+ },
1006
+ {
1007
+ "displayName": "Start Date",
1008
+ "name": "startDate",
1009
+ "description": "Search date, millisecond timestamp, while empty query all",
1010
+ "default": "",
1011
+ "type": "string",
1012
+ "routing": {
1013
+ "send": {
1014
+ "type": "query",
1015
+ "property": "startDate",
1016
+ "value": "={{ $value }}",
1017
+ "propertyInDotNotation": false
1018
+ }
1019
+ },
1020
+ "displayOptions": {
1021
+ "show": {
1022
+ "resource": [
1023
+ "Mining"
1024
+ ],
1025
+ "operation": [
1026
+ "GET Sapi V 1 Mining Payment Other"
1027
+ ]
1028
+ }
1029
+ }
1030
+ },
1031
+ {
1032
+ "displayName": "End Date",
1033
+ "name": "endDate",
1034
+ "description": "Search date, millisecond timestamp, while empty query all",
1035
+ "default": "",
1036
+ "type": "string",
1037
+ "routing": {
1038
+ "send": {
1039
+ "type": "query",
1040
+ "property": "endDate",
1041
+ "value": "={{ $value }}",
1042
+ "propertyInDotNotation": false
1043
+ }
1044
+ },
1045
+ "displayOptions": {
1046
+ "show": {
1047
+ "resource": [
1048
+ "Mining"
1049
+ ],
1050
+ "operation": [
1051
+ "GET Sapi V 1 Mining Payment Other"
1052
+ ]
1053
+ }
1054
+ }
1055
+ },
1056
+ {
1057
+ "displayName": "Page Index",
1058
+ "name": "pageIndex",
1059
+ "description": "Page number, default is first page, start form 1",
1060
+ "default": 0,
1061
+ "type": "number",
1062
+ "routing": {
1063
+ "send": {
1064
+ "type": "query",
1065
+ "property": "pageIndex",
1066
+ "value": "={{ $value }}",
1067
+ "propertyInDotNotation": false
1068
+ }
1069
+ },
1070
+ "displayOptions": {
1071
+ "show": {
1072
+ "resource": [
1073
+ "Mining"
1074
+ ],
1075
+ "operation": [
1076
+ "GET Sapi V 1 Mining Payment Other"
1077
+ ]
1078
+ }
1079
+ }
1080
+ },
1081
+ {
1082
+ "displayName": "Page Size",
1083
+ "name": "pageSize",
1084
+ "description": "Number of pages, minimum 10, maximum 200",
1085
+ "default": "",
1086
+ "type": "string",
1087
+ "routing": {
1088
+ "send": {
1089
+ "type": "query",
1090
+ "property": "pageSize",
1091
+ "value": "={{ $value }}",
1092
+ "propertyInDotNotation": false
1093
+ }
1094
+ },
1095
+ "displayOptions": {
1096
+ "show": {
1097
+ "resource": [
1098
+ "Mining"
1099
+ ],
1100
+ "operation": [
1101
+ "GET Sapi V 1 Mining Payment Other"
1102
+ ]
1103
+ }
1104
+ }
1105
+ },
1106
+ {
1107
+ "displayName": "Recv Window",
1108
+ "name": "recvWindow",
1109
+ "description": "The value cannot be greater than 60000",
1110
+ "default": 5000,
1111
+ "type": "number",
1112
+ "routing": {
1113
+ "send": {
1114
+ "type": "query",
1115
+ "property": "recvWindow",
1116
+ "value": "={{ $value }}",
1117
+ "propertyInDotNotation": false
1118
+ }
1119
+ },
1120
+ "displayOptions": {
1121
+ "show": {
1122
+ "resource": [
1123
+ "Mining"
1124
+ ],
1125
+ "operation": [
1126
+ "GET Sapi V 1 Mining Payment Other"
1127
+ ]
1128
+ }
1129
+ }
1130
+ },
1131
+ {
1132
+ "displayName": "Timestamp",
1133
+ "name": "timestamp",
1134
+ "required": true,
1135
+ "description": "UTC timestamp in ms",
1136
+ "default": 0,
1137
+ "type": "number",
1138
+ "routing": {
1139
+ "send": {
1140
+ "type": "query",
1141
+ "property": "timestamp",
1142
+ "value": "={{ $value }}",
1143
+ "propertyInDotNotation": false
1144
+ }
1145
+ },
1146
+ "displayOptions": {
1147
+ "show": {
1148
+ "resource": [
1149
+ "Mining"
1150
+ ],
1151
+ "operation": [
1152
+ "GET Sapi V 1 Mining Payment Other"
1153
+ ]
1154
+ }
1155
+ }
1156
+ },
1157
+ {
1158
+ "displayName": "Signature",
1159
+ "name": "signature",
1160
+ "required": true,
1161
+ "description": "Signature",
1162
+ "default": "",
1163
+ "type": "string",
1164
+ "routing": {
1165
+ "send": {
1166
+ "type": "query",
1167
+ "property": "signature",
1168
+ "value": "={{ $value }}",
1169
+ "propertyInDotNotation": false
1170
+ }
1171
+ },
1172
+ "displayOptions": {
1173
+ "show": {
1174
+ "resource": [
1175
+ "Mining"
1176
+ ],
1177
+ "operation": [
1178
+ "GET Sapi V 1 Mining Payment Other"
1179
+ ]
1180
+ }
1181
+ }
1182
+ },
1183
+ {
1184
+ "displayName": "GET /sapi/v1/mining/hash-transfer/config/details/list",
1185
+ "name": "operation",
1186
+ "type": "notice",
1187
+ "typeOptions": {
1188
+ "theme": "info"
1189
+ },
1190
+ "default": "",
1191
+ "displayOptions": {
1192
+ "show": {
1193
+ "resource": [
1194
+ "Mining"
1195
+ ],
1196
+ "operation": [
1197
+ "GET Sapi V 1 Mining Hash Transfer Config Details List"
1198
+ ]
1199
+ }
1200
+ }
1201
+ },
1202
+ {
1203
+ "displayName": "Page Index",
1204
+ "name": "pageIndex",
1205
+ "description": "Page number, default is first page, start form 1",
1206
+ "default": 0,
1207
+ "type": "number",
1208
+ "routing": {
1209
+ "send": {
1210
+ "type": "query",
1211
+ "property": "pageIndex",
1212
+ "value": "={{ $value }}",
1213
+ "propertyInDotNotation": false
1214
+ }
1215
+ },
1216
+ "displayOptions": {
1217
+ "show": {
1218
+ "resource": [
1219
+ "Mining"
1220
+ ],
1221
+ "operation": [
1222
+ "GET Sapi V 1 Mining Hash Transfer Config Details List"
1223
+ ]
1224
+ }
1225
+ }
1226
+ },
1227
+ {
1228
+ "displayName": "Page Size",
1229
+ "name": "pageSize",
1230
+ "description": "Number of pages, minimum 10, maximum 200",
1231
+ "default": "",
1232
+ "type": "string",
1233
+ "routing": {
1234
+ "send": {
1235
+ "type": "query",
1236
+ "property": "pageSize",
1237
+ "value": "={{ $value }}",
1238
+ "propertyInDotNotation": false
1239
+ }
1240
+ },
1241
+ "displayOptions": {
1242
+ "show": {
1243
+ "resource": [
1244
+ "Mining"
1245
+ ],
1246
+ "operation": [
1247
+ "GET Sapi V 1 Mining Hash Transfer Config Details List"
1248
+ ]
1249
+ }
1250
+ }
1251
+ },
1252
+ {
1253
+ "displayName": "Recv Window",
1254
+ "name": "recvWindow",
1255
+ "description": "The value cannot be greater than 60000",
1256
+ "default": 5000,
1257
+ "type": "number",
1258
+ "routing": {
1259
+ "send": {
1260
+ "type": "query",
1261
+ "property": "recvWindow",
1262
+ "value": "={{ $value }}",
1263
+ "propertyInDotNotation": false
1264
+ }
1265
+ },
1266
+ "displayOptions": {
1267
+ "show": {
1268
+ "resource": [
1269
+ "Mining"
1270
+ ],
1271
+ "operation": [
1272
+ "GET Sapi V 1 Mining Hash Transfer Config Details List"
1273
+ ]
1274
+ }
1275
+ }
1276
+ },
1277
+ {
1278
+ "displayName": "Timestamp",
1279
+ "name": "timestamp",
1280
+ "required": true,
1281
+ "description": "UTC timestamp in ms",
1282
+ "default": 0,
1283
+ "type": "number",
1284
+ "routing": {
1285
+ "send": {
1286
+ "type": "query",
1287
+ "property": "timestamp",
1288
+ "value": "={{ $value }}",
1289
+ "propertyInDotNotation": false
1290
+ }
1291
+ },
1292
+ "displayOptions": {
1293
+ "show": {
1294
+ "resource": [
1295
+ "Mining"
1296
+ ],
1297
+ "operation": [
1298
+ "GET Sapi V 1 Mining Hash Transfer Config Details List"
1299
+ ]
1300
+ }
1301
+ }
1302
+ },
1303
+ {
1304
+ "displayName": "Signature",
1305
+ "name": "signature",
1306
+ "required": true,
1307
+ "description": "Signature",
1308
+ "default": "",
1309
+ "type": "string",
1310
+ "routing": {
1311
+ "send": {
1312
+ "type": "query",
1313
+ "property": "signature",
1314
+ "value": "={{ $value }}",
1315
+ "propertyInDotNotation": false
1316
+ }
1317
+ },
1318
+ "displayOptions": {
1319
+ "show": {
1320
+ "resource": [
1321
+ "Mining"
1322
+ ],
1323
+ "operation": [
1324
+ "GET Sapi V 1 Mining Hash Transfer Config Details List"
1325
+ ]
1326
+ }
1327
+ }
1328
+ },
1329
+ {
1330
+ "displayName": "GET /sapi/v1/mining/hash-transfer/profit/details",
1331
+ "name": "operation",
1332
+ "type": "notice",
1333
+ "typeOptions": {
1334
+ "theme": "info"
1335
+ },
1336
+ "default": "",
1337
+ "displayOptions": {
1338
+ "show": {
1339
+ "resource": [
1340
+ "Mining"
1341
+ ],
1342
+ "operation": [
1343
+ "GET Sapi V 1 Mining Hash Transfer Profit Details"
1344
+ ]
1345
+ }
1346
+ }
1347
+ },
1348
+ {
1349
+ "displayName": "Config Id",
1350
+ "name": "configId",
1351
+ "required": true,
1352
+ "description": "Mining ID",
1353
+ "default": "",
1354
+ "type": "string",
1355
+ "routing": {
1356
+ "send": {
1357
+ "type": "query",
1358
+ "property": "configId",
1359
+ "value": "={{ $value }}",
1360
+ "propertyInDotNotation": false
1361
+ }
1362
+ },
1363
+ "displayOptions": {
1364
+ "show": {
1365
+ "resource": [
1366
+ "Mining"
1367
+ ],
1368
+ "operation": [
1369
+ "GET Sapi V 1 Mining Hash Transfer Profit Details"
1370
+ ]
1371
+ }
1372
+ }
1373
+ },
1374
+ {
1375
+ "displayName": "User Name",
1376
+ "name": "userName",
1377
+ "required": true,
1378
+ "description": "Mining Account",
1379
+ "default": "",
1380
+ "type": "string",
1381
+ "routing": {
1382
+ "send": {
1383
+ "type": "query",
1384
+ "property": "userName",
1385
+ "value": "={{ $value }}",
1386
+ "propertyInDotNotation": false
1387
+ }
1388
+ },
1389
+ "displayOptions": {
1390
+ "show": {
1391
+ "resource": [
1392
+ "Mining"
1393
+ ],
1394
+ "operation": [
1395
+ "GET Sapi V 1 Mining Hash Transfer Profit Details"
1396
+ ]
1397
+ }
1398
+ }
1399
+ },
1400
+ {
1401
+ "displayName": "Page Index",
1402
+ "name": "pageIndex",
1403
+ "description": "Page number, default is first page, start form 1",
1404
+ "default": 0,
1405
+ "type": "number",
1406
+ "routing": {
1407
+ "send": {
1408
+ "type": "query",
1409
+ "property": "pageIndex",
1410
+ "value": "={{ $value }}",
1411
+ "propertyInDotNotation": false
1412
+ }
1413
+ },
1414
+ "displayOptions": {
1415
+ "show": {
1416
+ "resource": [
1417
+ "Mining"
1418
+ ],
1419
+ "operation": [
1420
+ "GET Sapi V 1 Mining Hash Transfer Profit Details"
1421
+ ]
1422
+ }
1423
+ }
1424
+ },
1425
+ {
1426
+ "displayName": "Page Size",
1427
+ "name": "pageSize",
1428
+ "description": "Number of pages, minimum 10, maximum 200",
1429
+ "default": "",
1430
+ "type": "string",
1431
+ "routing": {
1432
+ "send": {
1433
+ "type": "query",
1434
+ "property": "pageSize",
1435
+ "value": "={{ $value }}",
1436
+ "propertyInDotNotation": false
1437
+ }
1438
+ },
1439
+ "displayOptions": {
1440
+ "show": {
1441
+ "resource": [
1442
+ "Mining"
1443
+ ],
1444
+ "operation": [
1445
+ "GET Sapi V 1 Mining Hash Transfer Profit Details"
1446
+ ]
1447
+ }
1448
+ }
1449
+ },
1450
+ {
1451
+ "displayName": "Recv Window",
1452
+ "name": "recvWindow",
1453
+ "description": "The value cannot be greater than 60000",
1454
+ "default": 5000,
1455
+ "type": "number",
1456
+ "routing": {
1457
+ "send": {
1458
+ "type": "query",
1459
+ "property": "recvWindow",
1460
+ "value": "={{ $value }}",
1461
+ "propertyInDotNotation": false
1462
+ }
1463
+ },
1464
+ "displayOptions": {
1465
+ "show": {
1466
+ "resource": [
1467
+ "Mining"
1468
+ ],
1469
+ "operation": [
1470
+ "GET Sapi V 1 Mining Hash Transfer Profit Details"
1471
+ ]
1472
+ }
1473
+ }
1474
+ },
1475
+ {
1476
+ "displayName": "Timestamp",
1477
+ "name": "timestamp",
1478
+ "required": true,
1479
+ "description": "UTC timestamp in ms",
1480
+ "default": 0,
1481
+ "type": "number",
1482
+ "routing": {
1483
+ "send": {
1484
+ "type": "query",
1485
+ "property": "timestamp",
1486
+ "value": "={{ $value }}",
1487
+ "propertyInDotNotation": false
1488
+ }
1489
+ },
1490
+ "displayOptions": {
1491
+ "show": {
1492
+ "resource": [
1493
+ "Mining"
1494
+ ],
1495
+ "operation": [
1496
+ "GET Sapi V 1 Mining Hash Transfer Profit Details"
1497
+ ]
1498
+ }
1499
+ }
1500
+ },
1501
+ {
1502
+ "displayName": "Signature",
1503
+ "name": "signature",
1504
+ "required": true,
1505
+ "description": "Signature",
1506
+ "default": "",
1507
+ "type": "string",
1508
+ "routing": {
1509
+ "send": {
1510
+ "type": "query",
1511
+ "property": "signature",
1512
+ "value": "={{ $value }}",
1513
+ "propertyInDotNotation": false
1514
+ }
1515
+ },
1516
+ "displayOptions": {
1517
+ "show": {
1518
+ "resource": [
1519
+ "Mining"
1520
+ ],
1521
+ "operation": [
1522
+ "GET Sapi V 1 Mining Hash Transfer Profit Details"
1523
+ ]
1524
+ }
1525
+ }
1526
+ },
1527
+ {
1528
+ "displayName": "POST /sapi/v1/mining/hash-transfer/config",
1529
+ "name": "operation",
1530
+ "type": "notice",
1531
+ "typeOptions": {
1532
+ "theme": "info"
1533
+ },
1534
+ "default": "",
1535
+ "displayOptions": {
1536
+ "show": {
1537
+ "resource": [
1538
+ "Mining"
1539
+ ],
1540
+ "operation": [
1541
+ "POST Sapi V 1 Mining Hash Transfer Config"
1542
+ ]
1543
+ }
1544
+ }
1545
+ },
1546
+ {
1547
+ "displayName": "User Name",
1548
+ "name": "userName",
1549
+ "required": true,
1550
+ "description": "Mining Account",
1551
+ "default": "",
1552
+ "type": "string",
1553
+ "routing": {
1554
+ "send": {
1555
+ "type": "query",
1556
+ "property": "userName",
1557
+ "value": "={{ $value }}",
1558
+ "propertyInDotNotation": false
1559
+ }
1560
+ },
1561
+ "displayOptions": {
1562
+ "show": {
1563
+ "resource": [
1564
+ "Mining"
1565
+ ],
1566
+ "operation": [
1567
+ "POST Sapi V 1 Mining Hash Transfer Config"
1568
+ ]
1569
+ }
1570
+ }
1571
+ },
1572
+ {
1573
+ "displayName": "Algo",
1574
+ "name": "algo",
1575
+ "required": true,
1576
+ "description": "Algorithm(sha256)",
1577
+ "default": "",
1578
+ "type": "string",
1579
+ "routing": {
1580
+ "send": {
1581
+ "type": "query",
1582
+ "property": "algo",
1583
+ "value": "={{ $value }}",
1584
+ "propertyInDotNotation": false
1585
+ }
1586
+ },
1587
+ "displayOptions": {
1588
+ "show": {
1589
+ "resource": [
1590
+ "Mining"
1591
+ ],
1592
+ "operation": [
1593
+ "POST Sapi V 1 Mining Hash Transfer Config"
1594
+ ]
1595
+ }
1596
+ }
1597
+ },
1598
+ {
1599
+ "displayName": "Start Date",
1600
+ "name": "startDate",
1601
+ "description": "Search date, millisecond timestamp, while empty query all",
1602
+ "default": "",
1603
+ "type": "string",
1604
+ "routing": {
1605
+ "send": {
1606
+ "type": "query",
1607
+ "property": "startDate",
1608
+ "value": "={{ $value }}",
1609
+ "propertyInDotNotation": false
1610
+ }
1611
+ },
1612
+ "displayOptions": {
1613
+ "show": {
1614
+ "resource": [
1615
+ "Mining"
1616
+ ],
1617
+ "operation": [
1618
+ "POST Sapi V 1 Mining Hash Transfer Config"
1619
+ ]
1620
+ }
1621
+ }
1622
+ },
1623
+ {
1624
+ "displayName": "End Date",
1625
+ "name": "endDate",
1626
+ "description": "Search date, millisecond timestamp, while empty query all",
1627
+ "default": "",
1628
+ "type": "string",
1629
+ "routing": {
1630
+ "send": {
1631
+ "type": "query",
1632
+ "property": "endDate",
1633
+ "value": "={{ $value }}",
1634
+ "propertyInDotNotation": false
1635
+ }
1636
+ },
1637
+ "displayOptions": {
1638
+ "show": {
1639
+ "resource": [
1640
+ "Mining"
1641
+ ],
1642
+ "operation": [
1643
+ "POST Sapi V 1 Mining Hash Transfer Config"
1644
+ ]
1645
+ }
1646
+ }
1647
+ },
1648
+ {
1649
+ "displayName": "To Pool User",
1650
+ "name": "toPoolUser",
1651
+ "required": true,
1652
+ "description": "Mining Account",
1653
+ "default": "",
1654
+ "type": "string",
1655
+ "routing": {
1656
+ "send": {
1657
+ "type": "query",
1658
+ "property": "toPoolUser",
1659
+ "value": "={{ $value }}",
1660
+ "propertyInDotNotation": false
1661
+ }
1662
+ },
1663
+ "displayOptions": {
1664
+ "show": {
1665
+ "resource": [
1666
+ "Mining"
1667
+ ],
1668
+ "operation": [
1669
+ "POST Sapi V 1 Mining Hash Transfer Config"
1670
+ ]
1671
+ }
1672
+ }
1673
+ },
1674
+ {
1675
+ "displayName": "Hash Rate",
1676
+ "name": "hashRate",
1677
+ "required": true,
1678
+ "description": "Resale hashrate h/s must be transferred (BTC is greater than 500000000000 ETH is greater than 500000)",
1679
+ "default": "",
1680
+ "type": "string",
1681
+ "routing": {
1682
+ "send": {
1683
+ "type": "query",
1684
+ "property": "hashRate",
1685
+ "value": "={{ $value }}",
1686
+ "propertyInDotNotation": false
1687
+ }
1688
+ },
1689
+ "displayOptions": {
1690
+ "show": {
1691
+ "resource": [
1692
+ "Mining"
1693
+ ],
1694
+ "operation": [
1695
+ "POST Sapi V 1 Mining Hash Transfer Config"
1696
+ ]
1697
+ }
1698
+ }
1699
+ },
1700
+ {
1701
+ "displayName": "Recv Window",
1702
+ "name": "recvWindow",
1703
+ "description": "The value cannot be greater than 60000",
1704
+ "default": 5000,
1705
+ "type": "number",
1706
+ "routing": {
1707
+ "send": {
1708
+ "type": "query",
1709
+ "property": "recvWindow",
1710
+ "value": "={{ $value }}",
1711
+ "propertyInDotNotation": false
1712
+ }
1713
+ },
1714
+ "displayOptions": {
1715
+ "show": {
1716
+ "resource": [
1717
+ "Mining"
1718
+ ],
1719
+ "operation": [
1720
+ "POST Sapi V 1 Mining Hash Transfer Config"
1721
+ ]
1722
+ }
1723
+ }
1724
+ },
1725
+ {
1726
+ "displayName": "Timestamp",
1727
+ "name": "timestamp",
1728
+ "required": true,
1729
+ "description": "UTC timestamp in ms",
1730
+ "default": 0,
1731
+ "type": "number",
1732
+ "routing": {
1733
+ "send": {
1734
+ "type": "query",
1735
+ "property": "timestamp",
1736
+ "value": "={{ $value }}",
1737
+ "propertyInDotNotation": false
1738
+ }
1739
+ },
1740
+ "displayOptions": {
1741
+ "show": {
1742
+ "resource": [
1743
+ "Mining"
1744
+ ],
1745
+ "operation": [
1746
+ "POST Sapi V 1 Mining Hash Transfer Config"
1747
+ ]
1748
+ }
1749
+ }
1750
+ },
1751
+ {
1752
+ "displayName": "Signature",
1753
+ "name": "signature",
1754
+ "required": true,
1755
+ "description": "Signature",
1756
+ "default": "",
1757
+ "type": "string",
1758
+ "routing": {
1759
+ "send": {
1760
+ "type": "query",
1761
+ "property": "signature",
1762
+ "value": "={{ $value }}",
1763
+ "propertyInDotNotation": false
1764
+ }
1765
+ },
1766
+ "displayOptions": {
1767
+ "show": {
1768
+ "resource": [
1769
+ "Mining"
1770
+ ],
1771
+ "operation": [
1772
+ "POST Sapi V 1 Mining Hash Transfer Config"
1773
+ ]
1774
+ }
1775
+ }
1776
+ },
1777
+ {
1778
+ "displayName": "POST /sapi/v1/mining/hash-transfer/config/cancel",
1779
+ "name": "operation",
1780
+ "type": "notice",
1781
+ "typeOptions": {
1782
+ "theme": "info"
1783
+ },
1784
+ "default": "",
1785
+ "displayOptions": {
1786
+ "show": {
1787
+ "resource": [
1788
+ "Mining"
1789
+ ],
1790
+ "operation": [
1791
+ "POST Sapi V 1 Mining Hash Transfer Config Cancel"
1792
+ ]
1793
+ }
1794
+ }
1795
+ },
1796
+ {
1797
+ "displayName": "Config Id",
1798
+ "name": "configId",
1799
+ "required": true,
1800
+ "description": "Mining ID",
1801
+ "default": "",
1802
+ "type": "string",
1803
+ "routing": {
1804
+ "send": {
1805
+ "type": "query",
1806
+ "property": "configId",
1807
+ "value": "={{ $value }}",
1808
+ "propertyInDotNotation": false
1809
+ }
1810
+ },
1811
+ "displayOptions": {
1812
+ "show": {
1813
+ "resource": [
1814
+ "Mining"
1815
+ ],
1816
+ "operation": [
1817
+ "POST Sapi V 1 Mining Hash Transfer Config Cancel"
1818
+ ]
1819
+ }
1820
+ }
1821
+ },
1822
+ {
1823
+ "displayName": "User Name",
1824
+ "name": "userName",
1825
+ "required": true,
1826
+ "description": "Mining Account",
1827
+ "default": "",
1828
+ "type": "string",
1829
+ "routing": {
1830
+ "send": {
1831
+ "type": "query",
1832
+ "property": "userName",
1833
+ "value": "={{ $value }}",
1834
+ "propertyInDotNotation": false
1835
+ }
1836
+ },
1837
+ "displayOptions": {
1838
+ "show": {
1839
+ "resource": [
1840
+ "Mining"
1841
+ ],
1842
+ "operation": [
1843
+ "POST Sapi V 1 Mining Hash Transfer Config Cancel"
1844
+ ]
1845
+ }
1846
+ }
1847
+ },
1848
+ {
1849
+ "displayName": "Recv Window",
1850
+ "name": "recvWindow",
1851
+ "description": "The value cannot be greater than 60000",
1852
+ "default": 5000,
1853
+ "type": "number",
1854
+ "routing": {
1855
+ "send": {
1856
+ "type": "query",
1857
+ "property": "recvWindow",
1858
+ "value": "={{ $value }}",
1859
+ "propertyInDotNotation": false
1860
+ }
1861
+ },
1862
+ "displayOptions": {
1863
+ "show": {
1864
+ "resource": [
1865
+ "Mining"
1866
+ ],
1867
+ "operation": [
1868
+ "POST Sapi V 1 Mining Hash Transfer Config Cancel"
1869
+ ]
1870
+ }
1871
+ }
1872
+ },
1873
+ {
1874
+ "displayName": "Timestamp",
1875
+ "name": "timestamp",
1876
+ "required": true,
1877
+ "description": "UTC timestamp in ms",
1878
+ "default": 0,
1879
+ "type": "number",
1880
+ "routing": {
1881
+ "send": {
1882
+ "type": "query",
1883
+ "property": "timestamp",
1884
+ "value": "={{ $value }}",
1885
+ "propertyInDotNotation": false
1886
+ }
1887
+ },
1888
+ "displayOptions": {
1889
+ "show": {
1890
+ "resource": [
1891
+ "Mining"
1892
+ ],
1893
+ "operation": [
1894
+ "POST Sapi V 1 Mining Hash Transfer Config Cancel"
1895
+ ]
1896
+ }
1897
+ }
1898
+ },
1899
+ {
1900
+ "displayName": "Signature",
1901
+ "name": "signature",
1902
+ "required": true,
1903
+ "description": "Signature",
1904
+ "default": "",
1905
+ "type": "string",
1906
+ "routing": {
1907
+ "send": {
1908
+ "type": "query",
1909
+ "property": "signature",
1910
+ "value": "={{ $value }}",
1911
+ "propertyInDotNotation": false
1912
+ }
1913
+ },
1914
+ "displayOptions": {
1915
+ "show": {
1916
+ "resource": [
1917
+ "Mining"
1918
+ ],
1919
+ "operation": [
1920
+ "POST Sapi V 1 Mining Hash Transfer Config Cancel"
1921
+ ]
1922
+ }
1923
+ }
1924
+ },
1925
+ {
1926
+ "displayName": "GET /sapi/v1/mining/statistics/user/status",
1927
+ "name": "operation",
1928
+ "type": "notice",
1929
+ "typeOptions": {
1930
+ "theme": "info"
1931
+ },
1932
+ "default": "",
1933
+ "displayOptions": {
1934
+ "show": {
1935
+ "resource": [
1936
+ "Mining"
1937
+ ],
1938
+ "operation": [
1939
+ "GET Sapi V 1 Mining Statistics User Status"
1940
+ ]
1941
+ }
1942
+ }
1943
+ },
1944
+ {
1945
+ "displayName": "Algo",
1946
+ "name": "algo",
1947
+ "required": true,
1948
+ "description": "Algorithm(sha256)",
1949
+ "default": "",
1950
+ "type": "string",
1951
+ "routing": {
1952
+ "send": {
1953
+ "type": "query",
1954
+ "property": "algo",
1955
+ "value": "={{ $value }}",
1956
+ "propertyInDotNotation": false
1957
+ }
1958
+ },
1959
+ "displayOptions": {
1960
+ "show": {
1961
+ "resource": [
1962
+ "Mining"
1963
+ ],
1964
+ "operation": [
1965
+ "GET Sapi V 1 Mining Statistics User Status"
1966
+ ]
1967
+ }
1968
+ }
1969
+ },
1970
+ {
1971
+ "displayName": "User Name",
1972
+ "name": "userName",
1973
+ "required": true,
1974
+ "description": "Mining Account",
1975
+ "default": "",
1976
+ "type": "string",
1977
+ "routing": {
1978
+ "send": {
1979
+ "type": "query",
1980
+ "property": "userName",
1981
+ "value": "={{ $value }}",
1982
+ "propertyInDotNotation": false
1983
+ }
1984
+ },
1985
+ "displayOptions": {
1986
+ "show": {
1987
+ "resource": [
1988
+ "Mining"
1989
+ ],
1990
+ "operation": [
1991
+ "GET Sapi V 1 Mining Statistics User Status"
1992
+ ]
1993
+ }
1994
+ }
1995
+ },
1996
+ {
1997
+ "displayName": "Recv Window",
1998
+ "name": "recvWindow",
1999
+ "description": "The value cannot be greater than 60000",
2000
+ "default": 5000,
2001
+ "type": "number",
2002
+ "routing": {
2003
+ "send": {
2004
+ "type": "query",
2005
+ "property": "recvWindow",
2006
+ "value": "={{ $value }}",
2007
+ "propertyInDotNotation": false
2008
+ }
2009
+ },
2010
+ "displayOptions": {
2011
+ "show": {
2012
+ "resource": [
2013
+ "Mining"
2014
+ ],
2015
+ "operation": [
2016
+ "GET Sapi V 1 Mining Statistics User Status"
2017
+ ]
2018
+ }
2019
+ }
2020
+ },
2021
+ {
2022
+ "displayName": "Timestamp",
2023
+ "name": "timestamp",
2024
+ "required": true,
2025
+ "description": "UTC timestamp in ms",
2026
+ "default": 0,
2027
+ "type": "number",
2028
+ "routing": {
2029
+ "send": {
2030
+ "type": "query",
2031
+ "property": "timestamp",
2032
+ "value": "={{ $value }}",
2033
+ "propertyInDotNotation": false
2034
+ }
2035
+ },
2036
+ "displayOptions": {
2037
+ "show": {
2038
+ "resource": [
2039
+ "Mining"
2040
+ ],
2041
+ "operation": [
2042
+ "GET Sapi V 1 Mining Statistics User Status"
2043
+ ]
2044
+ }
2045
+ }
2046
+ },
2047
+ {
2048
+ "displayName": "Signature",
2049
+ "name": "signature",
2050
+ "required": true,
2051
+ "description": "Signature",
2052
+ "default": "",
2053
+ "type": "string",
2054
+ "routing": {
2055
+ "send": {
2056
+ "type": "query",
2057
+ "property": "signature",
2058
+ "value": "={{ $value }}",
2059
+ "propertyInDotNotation": false
2060
+ }
2061
+ },
2062
+ "displayOptions": {
2063
+ "show": {
2064
+ "resource": [
2065
+ "Mining"
2066
+ ],
2067
+ "operation": [
2068
+ "GET Sapi V 1 Mining Statistics User Status"
2069
+ ]
2070
+ }
2071
+ }
2072
+ },
2073
+ {
2074
+ "displayName": "GET /sapi/v1/mining/statistics/user/list",
2075
+ "name": "operation",
2076
+ "type": "notice",
2077
+ "typeOptions": {
2078
+ "theme": "info"
2079
+ },
2080
+ "default": "",
2081
+ "displayOptions": {
2082
+ "show": {
2083
+ "resource": [
2084
+ "Mining"
2085
+ ],
2086
+ "operation": [
2087
+ "GET Sapi V 1 Mining Statistics User List"
2088
+ ]
2089
+ }
2090
+ }
2091
+ },
2092
+ {
2093
+ "displayName": "Algo",
2094
+ "name": "algo",
2095
+ "required": true,
2096
+ "description": "Algorithm(sha256)",
2097
+ "default": "",
2098
+ "type": "string",
2099
+ "routing": {
2100
+ "send": {
2101
+ "type": "query",
2102
+ "property": "algo",
2103
+ "value": "={{ $value }}",
2104
+ "propertyInDotNotation": false
2105
+ }
2106
+ },
2107
+ "displayOptions": {
2108
+ "show": {
2109
+ "resource": [
2110
+ "Mining"
2111
+ ],
2112
+ "operation": [
2113
+ "GET Sapi V 1 Mining Statistics User List"
2114
+ ]
2115
+ }
2116
+ }
2117
+ },
2118
+ {
2119
+ "displayName": "User Name",
2120
+ "name": "userName",
2121
+ "required": true,
2122
+ "description": "Mining Account",
2123
+ "default": "",
2124
+ "type": "string",
2125
+ "routing": {
2126
+ "send": {
2127
+ "type": "query",
2128
+ "property": "userName",
2129
+ "value": "={{ $value }}",
2130
+ "propertyInDotNotation": false
2131
+ }
2132
+ },
2133
+ "displayOptions": {
2134
+ "show": {
2135
+ "resource": [
2136
+ "Mining"
2137
+ ],
2138
+ "operation": [
2139
+ "GET Sapi V 1 Mining Statistics User List"
2140
+ ]
2141
+ }
2142
+ }
2143
+ },
2144
+ {
2145
+ "displayName": "Recv Window",
2146
+ "name": "recvWindow",
2147
+ "description": "The value cannot be greater than 60000",
2148
+ "default": 5000,
2149
+ "type": "number",
2150
+ "routing": {
2151
+ "send": {
2152
+ "type": "query",
2153
+ "property": "recvWindow",
2154
+ "value": "={{ $value }}",
2155
+ "propertyInDotNotation": false
2156
+ }
2157
+ },
2158
+ "displayOptions": {
2159
+ "show": {
2160
+ "resource": [
2161
+ "Mining"
2162
+ ],
2163
+ "operation": [
2164
+ "GET Sapi V 1 Mining Statistics User List"
2165
+ ]
2166
+ }
2167
+ }
2168
+ },
2169
+ {
2170
+ "displayName": "Timestamp",
2171
+ "name": "timestamp",
2172
+ "required": true,
2173
+ "description": "UTC timestamp in ms",
2174
+ "default": 0,
2175
+ "type": "number",
2176
+ "routing": {
2177
+ "send": {
2178
+ "type": "query",
2179
+ "property": "timestamp",
2180
+ "value": "={{ $value }}",
2181
+ "propertyInDotNotation": false
2182
+ }
2183
+ },
2184
+ "displayOptions": {
2185
+ "show": {
2186
+ "resource": [
2187
+ "Mining"
2188
+ ],
2189
+ "operation": [
2190
+ "GET Sapi V 1 Mining Statistics User List"
2191
+ ]
2192
+ }
2193
+ }
2194
+ },
2195
+ {
2196
+ "displayName": "Signature",
2197
+ "name": "signature",
2198
+ "required": true,
2199
+ "description": "Signature",
2200
+ "default": "",
2201
+ "type": "string",
2202
+ "routing": {
2203
+ "send": {
2204
+ "type": "query",
2205
+ "property": "signature",
2206
+ "value": "={{ $value }}",
2207
+ "propertyInDotNotation": false
2208
+ }
2209
+ },
2210
+ "displayOptions": {
2211
+ "show": {
2212
+ "resource": [
2213
+ "Mining"
2214
+ ],
2215
+ "operation": [
2216
+ "GET Sapi V 1 Mining Statistics User List"
2217
+ ]
2218
+ }
2219
+ }
2220
+ },
2221
+ {
2222
+ "displayName": "GET /sapi/v1/mining/payment/uid",
2223
+ "name": "operation",
2224
+ "type": "notice",
2225
+ "typeOptions": {
2226
+ "theme": "info"
2227
+ },
2228
+ "default": "",
2229
+ "displayOptions": {
2230
+ "show": {
2231
+ "resource": [
2232
+ "Mining"
2233
+ ],
2234
+ "operation": [
2235
+ "GET Sapi V 1 Mining Payment Uid"
2236
+ ]
2237
+ }
2238
+ }
2239
+ },
2240
+ {
2241
+ "displayName": "Algo",
2242
+ "name": "algo",
2243
+ "required": true,
2244
+ "description": "Algorithm(sha256)",
2245
+ "default": "",
2246
+ "type": "string",
2247
+ "routing": {
2248
+ "send": {
2249
+ "type": "query",
2250
+ "property": "algo",
2251
+ "value": "={{ $value }}",
2252
+ "propertyInDotNotation": false
2253
+ }
2254
+ },
2255
+ "displayOptions": {
2256
+ "show": {
2257
+ "resource": [
2258
+ "Mining"
2259
+ ],
2260
+ "operation": [
2261
+ "GET Sapi V 1 Mining Payment Uid"
2262
+ ]
2263
+ }
2264
+ }
2265
+ },
2266
+ {
2267
+ "displayName": "Start Date",
2268
+ "name": "startDate",
2269
+ "description": "Search date, millisecond timestamp, while empty query all",
2270
+ "default": "",
2271
+ "type": "string",
2272
+ "routing": {
2273
+ "send": {
2274
+ "type": "query",
2275
+ "property": "startDate",
2276
+ "value": "={{ $value }}",
2277
+ "propertyInDotNotation": false
2278
+ }
2279
+ },
2280
+ "displayOptions": {
2281
+ "show": {
2282
+ "resource": [
2283
+ "Mining"
2284
+ ],
2285
+ "operation": [
2286
+ "GET Sapi V 1 Mining Payment Uid"
2287
+ ]
2288
+ }
2289
+ }
2290
+ },
2291
+ {
2292
+ "displayName": "End Date",
2293
+ "name": "endDate",
2294
+ "description": "Search date, millisecond timestamp, while empty query all",
2295
+ "default": "",
2296
+ "type": "string",
2297
+ "routing": {
2298
+ "send": {
2299
+ "type": "query",
2300
+ "property": "endDate",
2301
+ "value": "={{ $value }}",
2302
+ "propertyInDotNotation": false
2303
+ }
2304
+ },
2305
+ "displayOptions": {
2306
+ "show": {
2307
+ "resource": [
2308
+ "Mining"
2309
+ ],
2310
+ "operation": [
2311
+ "GET Sapi V 1 Mining Payment Uid"
2312
+ ]
2313
+ }
2314
+ }
2315
+ },
2316
+ {
2317
+ "displayName": "Page Index",
2318
+ "name": "pageIndex",
2319
+ "description": "Page number, default is first page, start form 1",
2320
+ "default": 0,
2321
+ "type": "number",
2322
+ "routing": {
2323
+ "send": {
2324
+ "type": "query",
2325
+ "property": "pageIndex",
2326
+ "value": "={{ $value }}",
2327
+ "propertyInDotNotation": false
2328
+ }
2329
+ },
2330
+ "displayOptions": {
2331
+ "show": {
2332
+ "resource": [
2333
+ "Mining"
2334
+ ],
2335
+ "operation": [
2336
+ "GET Sapi V 1 Mining Payment Uid"
2337
+ ]
2338
+ }
2339
+ }
2340
+ },
2341
+ {
2342
+ "displayName": "Page Size",
2343
+ "name": "pageSize",
2344
+ "description": "Number of pages, minimum 10, maximum 200",
2345
+ "default": "",
2346
+ "type": "string",
2347
+ "routing": {
2348
+ "send": {
2349
+ "type": "query",
2350
+ "property": "pageSize",
2351
+ "value": "={{ $value }}",
2352
+ "propertyInDotNotation": false
2353
+ }
2354
+ },
2355
+ "displayOptions": {
2356
+ "show": {
2357
+ "resource": [
2358
+ "Mining"
2359
+ ],
2360
+ "operation": [
2361
+ "GET Sapi V 1 Mining Payment Uid"
2362
+ ]
2363
+ }
2364
+ }
2365
+ },
2366
+ {
2367
+ "displayName": "Recv Window",
2368
+ "name": "recvWindow",
2369
+ "description": "The value cannot be greater than 60000",
2370
+ "default": 5000,
2371
+ "type": "number",
2372
+ "routing": {
2373
+ "send": {
2374
+ "type": "query",
2375
+ "property": "recvWindow",
2376
+ "value": "={{ $value }}",
2377
+ "propertyInDotNotation": false
2378
+ }
2379
+ },
2380
+ "displayOptions": {
2381
+ "show": {
2382
+ "resource": [
2383
+ "Mining"
2384
+ ],
2385
+ "operation": [
2386
+ "GET Sapi V 1 Mining Payment Uid"
2387
+ ]
2388
+ }
2389
+ }
2390
+ },
2391
+ {
2392
+ "displayName": "Timestamp",
2393
+ "name": "timestamp",
2394
+ "required": true,
2395
+ "description": "UTC timestamp in ms",
2396
+ "default": 0,
2397
+ "type": "number",
2398
+ "routing": {
2399
+ "send": {
2400
+ "type": "query",
2401
+ "property": "timestamp",
2402
+ "value": "={{ $value }}",
2403
+ "propertyInDotNotation": false
2404
+ }
2405
+ },
2406
+ "displayOptions": {
2407
+ "show": {
2408
+ "resource": [
2409
+ "Mining"
2410
+ ],
2411
+ "operation": [
2412
+ "GET Sapi V 1 Mining Payment Uid"
2413
+ ]
2414
+ }
2415
+ }
2416
+ },
2417
+ {
2418
+ "displayName": "Signature",
2419
+ "name": "signature",
2420
+ "required": true,
2421
+ "description": "Signature",
2422
+ "default": "",
2423
+ "type": "string",
2424
+ "routing": {
2425
+ "send": {
2426
+ "type": "query",
2427
+ "property": "signature",
2428
+ "value": "={{ $value }}",
2429
+ "propertyInDotNotation": false
2430
+ }
2431
+ },
2432
+ "displayOptions": {
2433
+ "show": {
2434
+ "resource": [
2435
+ "Mining"
2436
+ ],
2437
+ "operation": [
2438
+ "GET Sapi V 1 Mining Payment Uid"
2439
+ ]
2440
+ }
2441
+ }
2442
+ },
2443
+ ];
2444
+ //# sourceMappingURL=index.js.map