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