@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,4686 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.simpleEarnDescription = void 0;
4
+ exports.simpleEarnDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Simple Earn"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "GET Sapi V 1 Simple Earn Flexible List",
20
+ "value": "GET Sapi V 1 Simple Earn Flexible List",
21
+ "action": "Get Simple Earn Flexible Product List (USER_DATA)",
22
+ "description": "Get available Simple Earn flexible product list\n\nWeight(IP): 150",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/sapi/v1/simple-earn/flexible/list"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "GET Sapi V 1 Simple Earn Locked List",
32
+ "value": "GET Sapi V 1 Simple Earn Locked List",
33
+ "action": "Get Simple Earn Locked Product List (USER_DATA)",
34
+ "description": "Weight(IP): 150",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/sapi/v1/simple-earn/locked/list"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "POST Sapi V 1 Simple Earn Flexible Subscribe",
44
+ "value": "POST Sapi V 1 Simple Earn Flexible Subscribe",
45
+ "action": "Subscribe Flexible Product (TRADE)",
46
+ "description": "Weight(IP): 1\n\nRate Limit: 1/3s per account",
47
+ "routing": {
48
+ "request": {
49
+ "method": "POST",
50
+ "url": "=/sapi/v1/simple-earn/flexible/subscribe"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "POST Sapi V 1 Simple Earn Locked Subscribe",
56
+ "value": "POST Sapi V 1 Simple Earn Locked Subscribe",
57
+ "action": "Subscribe Locked Product (TRADE)",
58
+ "description": "Weight(IP): 1\n\nRate Limit: 1/3s per account",
59
+ "routing": {
60
+ "request": {
61
+ "method": "POST",
62
+ "url": "=/sapi/v1/simple-earn/locked/subscribe"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "POST Sapi V 1 Simple Earn Flexible Redeem",
68
+ "value": "POST Sapi V 1 Simple Earn Flexible Redeem",
69
+ "action": "Redeem Flexible Product (TRADE)",
70
+ "description": "Weight(IP): 1\n\nRate Limit: 1/3s per account",
71
+ "routing": {
72
+ "request": {
73
+ "method": "POST",
74
+ "url": "=/sapi/v1/simple-earn/flexible/redeem"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "POST Sapi V 1 Simple Earn Locked Redeem",
80
+ "value": "POST Sapi V 1 Simple Earn Locked Redeem",
81
+ "action": "Redeem Locked Product (TRADE)",
82
+ "description": "Weight(IP): 1\n\nRate Limit: 1/3s per account",
83
+ "routing": {
84
+ "request": {
85
+ "method": "POST",
86
+ "url": "=/sapi/v1/simple-earn/locked/redeem"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "GET Sapi V 1 Simple Earn Flexible Position",
92
+ "value": "GET Sapi V 1 Simple Earn Flexible Position",
93
+ "action": "Get Flexible Product Position (USER_DATA)",
94
+ "description": "Weight(IP): 150",
95
+ "routing": {
96
+ "request": {
97
+ "method": "GET",
98
+ "url": "=/sapi/v1/simple-earn/flexible/position"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "GET Sapi V 1 Simple Earn Locked Position",
104
+ "value": "GET Sapi V 1 Simple Earn Locked Position",
105
+ "action": "Get Locked Product Position (USER_DATA)",
106
+ "description": "Weight(IP): 150",
107
+ "routing": {
108
+ "request": {
109
+ "method": "GET",
110
+ "url": "=/sapi/v1/simple-earn/locked/position"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "GET Sapi V 1 Simple Earn Account",
116
+ "value": "GET Sapi V 1 Simple Earn Account",
117
+ "action": "Simple Account (USER_DATA)",
118
+ "description": "Weight(IP): 150",
119
+ "routing": {
120
+ "request": {
121
+ "method": "GET",
122
+ "url": "=/sapi/v1/simple-earn/account"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "GET Sapi V 1 Simple Earn Flexible History Subscription Record",
128
+ "value": "GET Sapi V 1 Simple Earn Flexible History Subscription Record",
129
+ "action": "Get Flexible Subscription Record (USER_DATA)",
130
+ "description": "Weight(IP): 150",
131
+ "routing": {
132
+ "request": {
133
+ "method": "GET",
134
+ "url": "=/sapi/v1/simple-earn/flexible/history/subscriptionRecord"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "GET Sapi V 1 Simple Earn Locked History Subscription Record",
140
+ "value": "GET Sapi V 1 Simple Earn Locked History Subscription Record",
141
+ "action": "Get Locked Subscription Record (USER_DATA)",
142
+ "description": "Weight(IP): 150",
143
+ "routing": {
144
+ "request": {
145
+ "method": "GET",
146
+ "url": "=/sapi/v1/simple-earn/locked/history/subscriptionRecord"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "name": "GET Sapi V 1 Simple Earn Flexible History Redemption Record",
152
+ "value": "GET Sapi V 1 Simple Earn Flexible History Redemption Record",
153
+ "action": "Get Flexible Redemption Record (USER_DATA)",
154
+ "description": "Weight(IP): 150",
155
+ "routing": {
156
+ "request": {
157
+ "method": "GET",
158
+ "url": "=/sapi/v1/simple-earn/flexible/history/redemptionRecord"
159
+ }
160
+ }
161
+ },
162
+ {
163
+ "name": "GET Sapi V 1 Simple Earn Locked History Redemption Record",
164
+ "value": "GET Sapi V 1 Simple Earn Locked History Redemption Record",
165
+ "action": "Get Locked Redemption Record (USER_DATA)",
166
+ "description": "Weight(IP): 150",
167
+ "routing": {
168
+ "request": {
169
+ "method": "GET",
170
+ "url": "=/sapi/v1/simple-earn/locked/history/redemptionRecord"
171
+ }
172
+ }
173
+ },
174
+ {
175
+ "name": "GET Sapi V 1 Simple Earn Flexible History Rewards Record",
176
+ "value": "GET Sapi V 1 Simple Earn Flexible History Rewards Record",
177
+ "action": "Get Flexible Rewards History (USER_DATA)",
178
+ "description": "Weight(IP): 150",
179
+ "routing": {
180
+ "request": {
181
+ "method": "GET",
182
+ "url": "=/sapi/v1/simple-earn/flexible/history/rewardsRecord"
183
+ }
184
+ }
185
+ },
186
+ {
187
+ "name": "GET Sapi V 1 Simple Earn Locked History Rewards Record",
188
+ "value": "GET Sapi V 1 Simple Earn Locked History Rewards Record",
189
+ "action": "Get Locked Rewards History (USER_DATA)",
190
+ "description": "Weight(IP): 150",
191
+ "routing": {
192
+ "request": {
193
+ "method": "GET",
194
+ "url": "=/sapi/v1/simple-earn/locked/history/rewardsRecord"
195
+ }
196
+ }
197
+ },
198
+ {
199
+ "name": "POST Sapi V 1 Simple Earn Flexible Set Auto Subscribe",
200
+ "value": "POST Sapi V 1 Simple Earn Flexible Set Auto Subscribe",
201
+ "action": "Set Flexible Auto Subscribe (USER_DATA)",
202
+ "description": "Weight(IP): 150",
203
+ "routing": {
204
+ "request": {
205
+ "method": "POST",
206
+ "url": "=/sapi/v1/simple-earn/flexible/setAutoSubscribe"
207
+ }
208
+ }
209
+ },
210
+ {
211
+ "name": "POST Sapi V 1 Simple Earn Locked Set Auto Subscribe",
212
+ "value": "POST Sapi V 1 Simple Earn Locked Set Auto Subscribe",
213
+ "action": "Set Locked Auto Subscribe (USER_DATA)",
214
+ "description": "Weight(IP): 150",
215
+ "routing": {
216
+ "request": {
217
+ "method": "POST",
218
+ "url": "=/sapi/v1/simple-earn/locked/setAutoSubscribe"
219
+ }
220
+ }
221
+ },
222
+ {
223
+ "name": "GET Sapi V 1 Simple Earn Flexible Personal Left Quota",
224
+ "value": "GET Sapi V 1 Simple Earn Flexible Personal Left Quota",
225
+ "action": "Get Flexible Personal Left Quota (USER_DATA)",
226
+ "description": "Weight(IP): 150",
227
+ "routing": {
228
+ "request": {
229
+ "method": "GET",
230
+ "url": "=/sapi/v1/simple-earn/flexible/personalLeftQuota"
231
+ }
232
+ }
233
+ },
234
+ {
235
+ "name": "GET Sapi V 1 Simple Earn Locked Personal Left Quota",
236
+ "value": "GET Sapi V 1 Simple Earn Locked Personal Left Quota",
237
+ "action": "Get Locked Personal Left Quota (USER_DATA)",
238
+ "description": "Weight(IP): 150",
239
+ "routing": {
240
+ "request": {
241
+ "method": "GET",
242
+ "url": "=/sapi/v1/simple-earn/locked/personalLeftQuota"
243
+ }
244
+ }
245
+ },
246
+ {
247
+ "name": "GET Sapi V 1 Simple Earn Flexible Subscription Preview",
248
+ "value": "GET Sapi V 1 Simple Earn Flexible Subscription Preview",
249
+ "action": "Get Flexible Subscription Preview (USER_DATA)",
250
+ "description": "Weight(IP): 150",
251
+ "routing": {
252
+ "request": {
253
+ "method": "GET",
254
+ "url": "=/sapi/v1/simple-earn/flexible/subscriptionPreview"
255
+ }
256
+ }
257
+ },
258
+ {
259
+ "name": "GET Sapi V 1 Simple Earn Locked Subscription Preview",
260
+ "value": "GET Sapi V 1 Simple Earn Locked Subscription Preview",
261
+ "action": "Get Locked Subscription Preview (USER_DATA)",
262
+ "description": "Weight(IP): 150",
263
+ "routing": {
264
+ "request": {
265
+ "method": "GET",
266
+ "url": "=/sapi/v1/simple-earn/locked/subscriptionPreview"
267
+ }
268
+ }
269
+ },
270
+ {
271
+ "name": "GET Sapi V 1 Simple Earn Locked Set Redeem Option",
272
+ "value": "GET Sapi V 1 Simple Earn Locked Set Redeem Option",
273
+ "action": "Set Locked Product Redeem Option(USER_DATA)",
274
+ "description": "Set redeem option for Locked product\n\nWeight(IP): 50",
275
+ "routing": {
276
+ "request": {
277
+ "method": "GET",
278
+ "url": "=/sapi/v1/simple-earn/locked/setRedeemOption"
279
+ }
280
+ }
281
+ },
282
+ {
283
+ "name": "GET Sapi V 1 Simple Earn Flexible History Rate History",
284
+ "value": "GET Sapi V 1 Simple Earn Flexible History Rate History",
285
+ "action": "Get Rate History (USER_DATA)",
286
+ "description": "Weight(IP): 150",
287
+ "routing": {
288
+ "request": {
289
+ "method": "GET",
290
+ "url": "=/sapi/v1/simple-earn/flexible/history/rateHistory"
291
+ }
292
+ }
293
+ },
294
+ {
295
+ "name": "GET Sapi V 1 Simple Earn Flexible History Collateral Record",
296
+ "value": "GET Sapi V 1 Simple Earn Flexible History Collateral Record",
297
+ "action": "Get Collateral Record (USER_DATA)",
298
+ "description": "Weight(IP): 150",
299
+ "routing": {
300
+ "request": {
301
+ "method": "GET",
302
+ "url": "=/sapi/v1/simple-earn/flexible/history/collateralRecord"
303
+ }
304
+ }
305
+ }
306
+ ],
307
+ "default": ""
308
+ },
309
+ {
310
+ "displayName": "GET /sapi/v1/simple-earn/flexible/list",
311
+ "name": "operation",
312
+ "type": "notice",
313
+ "typeOptions": {
314
+ "theme": "info"
315
+ },
316
+ "default": "",
317
+ "displayOptions": {
318
+ "show": {
319
+ "resource": [
320
+ "Simple Earn"
321
+ ],
322
+ "operation": [
323
+ "GET Sapi V 1 Simple Earn Flexible List"
324
+ ]
325
+ }
326
+ }
327
+ },
328
+ {
329
+ "displayName": "Asset",
330
+ "name": "asset",
331
+ "default": "BTC",
332
+ "type": "string",
333
+ "routing": {
334
+ "send": {
335
+ "type": "query",
336
+ "property": "asset",
337
+ "value": "={{ $value }}",
338
+ "propertyInDotNotation": false
339
+ }
340
+ },
341
+ "displayOptions": {
342
+ "show": {
343
+ "resource": [
344
+ "Simple Earn"
345
+ ],
346
+ "operation": [
347
+ "GET Sapi V 1 Simple Earn Flexible List"
348
+ ]
349
+ }
350
+ }
351
+ },
352
+ {
353
+ "displayName": "Current",
354
+ "name": "current",
355
+ "description": "Current querying page. Start from 1. Default:1",
356
+ "default": 1,
357
+ "type": "number",
358
+ "routing": {
359
+ "send": {
360
+ "type": "query",
361
+ "property": "current",
362
+ "value": "={{ $value }}",
363
+ "propertyInDotNotation": false
364
+ }
365
+ },
366
+ "displayOptions": {
367
+ "show": {
368
+ "resource": [
369
+ "Simple Earn"
370
+ ],
371
+ "operation": [
372
+ "GET Sapi V 1 Simple Earn Flexible List"
373
+ ]
374
+ }
375
+ }
376
+ },
377
+ {
378
+ "displayName": "Size",
379
+ "name": "size",
380
+ "description": "Default:10 Max:100",
381
+ "default": 100,
382
+ "type": "number",
383
+ "routing": {
384
+ "send": {
385
+ "type": "query",
386
+ "property": "size",
387
+ "value": "={{ $value }}",
388
+ "propertyInDotNotation": false
389
+ }
390
+ },
391
+ "displayOptions": {
392
+ "show": {
393
+ "resource": [
394
+ "Simple Earn"
395
+ ],
396
+ "operation": [
397
+ "GET Sapi V 1 Simple Earn Flexible List"
398
+ ]
399
+ }
400
+ }
401
+ },
402
+ {
403
+ "displayName": "Recv Window",
404
+ "name": "recvWindow",
405
+ "description": "The value cannot be greater than 60000",
406
+ "default": 5000,
407
+ "type": "number",
408
+ "routing": {
409
+ "send": {
410
+ "type": "query",
411
+ "property": "recvWindow",
412
+ "value": "={{ $value }}",
413
+ "propertyInDotNotation": false
414
+ }
415
+ },
416
+ "displayOptions": {
417
+ "show": {
418
+ "resource": [
419
+ "Simple Earn"
420
+ ],
421
+ "operation": [
422
+ "GET Sapi V 1 Simple Earn Flexible List"
423
+ ]
424
+ }
425
+ }
426
+ },
427
+ {
428
+ "displayName": "Timestamp",
429
+ "name": "timestamp",
430
+ "required": true,
431
+ "description": "UTC timestamp in ms",
432
+ "default": 0,
433
+ "type": "number",
434
+ "routing": {
435
+ "send": {
436
+ "type": "query",
437
+ "property": "timestamp",
438
+ "value": "={{ $value }}",
439
+ "propertyInDotNotation": false
440
+ }
441
+ },
442
+ "displayOptions": {
443
+ "show": {
444
+ "resource": [
445
+ "Simple Earn"
446
+ ],
447
+ "operation": [
448
+ "GET Sapi V 1 Simple Earn Flexible List"
449
+ ]
450
+ }
451
+ }
452
+ },
453
+ {
454
+ "displayName": "Signature",
455
+ "name": "signature",
456
+ "required": true,
457
+ "description": "Signature",
458
+ "default": "",
459
+ "type": "string",
460
+ "routing": {
461
+ "send": {
462
+ "type": "query",
463
+ "property": "signature",
464
+ "value": "={{ $value }}",
465
+ "propertyInDotNotation": false
466
+ }
467
+ },
468
+ "displayOptions": {
469
+ "show": {
470
+ "resource": [
471
+ "Simple Earn"
472
+ ],
473
+ "operation": [
474
+ "GET Sapi V 1 Simple Earn Flexible List"
475
+ ]
476
+ }
477
+ }
478
+ },
479
+ {
480
+ "displayName": "GET /sapi/v1/simple-earn/locked/list",
481
+ "name": "operation",
482
+ "type": "notice",
483
+ "typeOptions": {
484
+ "theme": "info"
485
+ },
486
+ "default": "",
487
+ "displayOptions": {
488
+ "show": {
489
+ "resource": [
490
+ "Simple Earn"
491
+ ],
492
+ "operation": [
493
+ "GET Sapi V 1 Simple Earn Locked List"
494
+ ]
495
+ }
496
+ }
497
+ },
498
+ {
499
+ "displayName": "Asset",
500
+ "name": "asset",
501
+ "default": "BNB",
502
+ "type": "string",
503
+ "routing": {
504
+ "send": {
505
+ "type": "query",
506
+ "property": "asset",
507
+ "value": "={{ $value }}",
508
+ "propertyInDotNotation": false
509
+ }
510
+ },
511
+ "displayOptions": {
512
+ "show": {
513
+ "resource": [
514
+ "Simple Earn"
515
+ ],
516
+ "operation": [
517
+ "GET Sapi V 1 Simple Earn Locked List"
518
+ ]
519
+ }
520
+ }
521
+ },
522
+ {
523
+ "displayName": "Current",
524
+ "name": "current",
525
+ "description": "Current querying page. Start from 1. Default:1",
526
+ "default": 1,
527
+ "type": "number",
528
+ "routing": {
529
+ "send": {
530
+ "type": "query",
531
+ "property": "current",
532
+ "value": "={{ $value }}",
533
+ "propertyInDotNotation": false
534
+ }
535
+ },
536
+ "displayOptions": {
537
+ "show": {
538
+ "resource": [
539
+ "Simple Earn"
540
+ ],
541
+ "operation": [
542
+ "GET Sapi V 1 Simple Earn Locked List"
543
+ ]
544
+ }
545
+ }
546
+ },
547
+ {
548
+ "displayName": "Size",
549
+ "name": "size",
550
+ "description": "Default:10 Max:100",
551
+ "default": 100,
552
+ "type": "number",
553
+ "routing": {
554
+ "send": {
555
+ "type": "query",
556
+ "property": "size",
557
+ "value": "={{ $value }}",
558
+ "propertyInDotNotation": false
559
+ }
560
+ },
561
+ "displayOptions": {
562
+ "show": {
563
+ "resource": [
564
+ "Simple Earn"
565
+ ],
566
+ "operation": [
567
+ "GET Sapi V 1 Simple Earn Locked List"
568
+ ]
569
+ }
570
+ }
571
+ },
572
+ {
573
+ "displayName": "Recv Window",
574
+ "name": "recvWindow",
575
+ "description": "The value cannot be greater than 60000",
576
+ "default": 5000,
577
+ "type": "number",
578
+ "routing": {
579
+ "send": {
580
+ "type": "query",
581
+ "property": "recvWindow",
582
+ "value": "={{ $value }}",
583
+ "propertyInDotNotation": false
584
+ }
585
+ },
586
+ "displayOptions": {
587
+ "show": {
588
+ "resource": [
589
+ "Simple Earn"
590
+ ],
591
+ "operation": [
592
+ "GET Sapi V 1 Simple Earn Locked List"
593
+ ]
594
+ }
595
+ }
596
+ },
597
+ {
598
+ "displayName": "Timestamp",
599
+ "name": "timestamp",
600
+ "required": true,
601
+ "description": "UTC timestamp in ms",
602
+ "default": 0,
603
+ "type": "number",
604
+ "routing": {
605
+ "send": {
606
+ "type": "query",
607
+ "property": "timestamp",
608
+ "value": "={{ $value }}",
609
+ "propertyInDotNotation": false
610
+ }
611
+ },
612
+ "displayOptions": {
613
+ "show": {
614
+ "resource": [
615
+ "Simple Earn"
616
+ ],
617
+ "operation": [
618
+ "GET Sapi V 1 Simple Earn Locked List"
619
+ ]
620
+ }
621
+ }
622
+ },
623
+ {
624
+ "displayName": "Signature",
625
+ "name": "signature",
626
+ "required": true,
627
+ "description": "Signature",
628
+ "default": "",
629
+ "type": "string",
630
+ "routing": {
631
+ "send": {
632
+ "type": "query",
633
+ "property": "signature",
634
+ "value": "={{ $value }}",
635
+ "propertyInDotNotation": false
636
+ }
637
+ },
638
+ "displayOptions": {
639
+ "show": {
640
+ "resource": [
641
+ "Simple Earn"
642
+ ],
643
+ "operation": [
644
+ "GET Sapi V 1 Simple Earn Locked List"
645
+ ]
646
+ }
647
+ }
648
+ },
649
+ {
650
+ "displayName": "POST /sapi/v1/simple-earn/flexible/subscribe",
651
+ "name": "operation",
652
+ "type": "notice",
653
+ "typeOptions": {
654
+ "theme": "info"
655
+ },
656
+ "default": "",
657
+ "displayOptions": {
658
+ "show": {
659
+ "resource": [
660
+ "Simple Earn"
661
+ ],
662
+ "operation": [
663
+ "POST Sapi V 1 Simple Earn Flexible Subscribe"
664
+ ]
665
+ }
666
+ }
667
+ },
668
+ {
669
+ "displayName": "Product Id",
670
+ "name": "productId",
671
+ "required": true,
672
+ "default": "",
673
+ "type": "string",
674
+ "routing": {
675
+ "send": {
676
+ "type": "query",
677
+ "property": "productId",
678
+ "value": "={{ $value }}",
679
+ "propertyInDotNotation": false
680
+ }
681
+ },
682
+ "displayOptions": {
683
+ "show": {
684
+ "resource": [
685
+ "Simple Earn"
686
+ ],
687
+ "operation": [
688
+ "POST Sapi V 1 Simple Earn Flexible Subscribe"
689
+ ]
690
+ }
691
+ }
692
+ },
693
+ {
694
+ "displayName": "Amount",
695
+ "name": "amount",
696
+ "required": true,
697
+ "default": 0,
698
+ "type": "number",
699
+ "routing": {
700
+ "send": {
701
+ "type": "query",
702
+ "property": "amount",
703
+ "value": "={{ $value }}",
704
+ "propertyInDotNotation": false
705
+ }
706
+ },
707
+ "displayOptions": {
708
+ "show": {
709
+ "resource": [
710
+ "Simple Earn"
711
+ ],
712
+ "operation": [
713
+ "POST Sapi V 1 Simple Earn Flexible Subscribe"
714
+ ]
715
+ }
716
+ }
717
+ },
718
+ {
719
+ "displayName": "Auto Subscribe",
720
+ "name": "autoSubscribe",
721
+ "description": "true or false, default true.",
722
+ "default": true,
723
+ "type": "boolean",
724
+ "routing": {
725
+ "send": {
726
+ "type": "query",
727
+ "property": "autoSubscribe",
728
+ "value": "={{ $value }}",
729
+ "propertyInDotNotation": false
730
+ }
731
+ },
732
+ "displayOptions": {
733
+ "show": {
734
+ "resource": [
735
+ "Simple Earn"
736
+ ],
737
+ "operation": [
738
+ "POST Sapi V 1 Simple Earn Flexible Subscribe"
739
+ ]
740
+ }
741
+ }
742
+ },
743
+ {
744
+ "displayName": "Source Account",
745
+ "name": "sourceAccount",
746
+ "description": "SPOT,FUND,ALL, default SPOT",
747
+ "default": "",
748
+ "type": "string",
749
+ "routing": {
750
+ "send": {
751
+ "type": "query",
752
+ "property": "sourceAccount",
753
+ "value": "={{ $value }}",
754
+ "propertyInDotNotation": false
755
+ }
756
+ },
757
+ "displayOptions": {
758
+ "show": {
759
+ "resource": [
760
+ "Simple Earn"
761
+ ],
762
+ "operation": [
763
+ "POST Sapi V 1 Simple Earn Flexible Subscribe"
764
+ ]
765
+ }
766
+ }
767
+ },
768
+ {
769
+ "displayName": "Recv Window",
770
+ "name": "recvWindow",
771
+ "description": "The value cannot be greater than 60000",
772
+ "default": 5000,
773
+ "type": "number",
774
+ "routing": {
775
+ "send": {
776
+ "type": "query",
777
+ "property": "recvWindow",
778
+ "value": "={{ $value }}",
779
+ "propertyInDotNotation": false
780
+ }
781
+ },
782
+ "displayOptions": {
783
+ "show": {
784
+ "resource": [
785
+ "Simple Earn"
786
+ ],
787
+ "operation": [
788
+ "POST Sapi V 1 Simple Earn Flexible Subscribe"
789
+ ]
790
+ }
791
+ }
792
+ },
793
+ {
794
+ "displayName": "Timestamp",
795
+ "name": "timestamp",
796
+ "required": true,
797
+ "description": "UTC timestamp in ms",
798
+ "default": 0,
799
+ "type": "number",
800
+ "routing": {
801
+ "send": {
802
+ "type": "query",
803
+ "property": "timestamp",
804
+ "value": "={{ $value }}",
805
+ "propertyInDotNotation": false
806
+ }
807
+ },
808
+ "displayOptions": {
809
+ "show": {
810
+ "resource": [
811
+ "Simple Earn"
812
+ ],
813
+ "operation": [
814
+ "POST Sapi V 1 Simple Earn Flexible Subscribe"
815
+ ]
816
+ }
817
+ }
818
+ },
819
+ {
820
+ "displayName": "Signature",
821
+ "name": "signature",
822
+ "required": true,
823
+ "description": "Signature",
824
+ "default": "",
825
+ "type": "string",
826
+ "routing": {
827
+ "send": {
828
+ "type": "query",
829
+ "property": "signature",
830
+ "value": "={{ $value }}",
831
+ "propertyInDotNotation": false
832
+ }
833
+ },
834
+ "displayOptions": {
835
+ "show": {
836
+ "resource": [
837
+ "Simple Earn"
838
+ ],
839
+ "operation": [
840
+ "POST Sapi V 1 Simple Earn Flexible Subscribe"
841
+ ]
842
+ }
843
+ }
844
+ },
845
+ {
846
+ "displayName": "POST /sapi/v1/simple-earn/locked/subscribe",
847
+ "name": "operation",
848
+ "type": "notice",
849
+ "typeOptions": {
850
+ "theme": "info"
851
+ },
852
+ "default": "",
853
+ "displayOptions": {
854
+ "show": {
855
+ "resource": [
856
+ "Simple Earn"
857
+ ],
858
+ "operation": [
859
+ "POST Sapi V 1 Simple Earn Locked Subscribe"
860
+ ]
861
+ }
862
+ }
863
+ },
864
+ {
865
+ "displayName": "Project Id",
866
+ "name": "projectId",
867
+ "required": true,
868
+ "default": "",
869
+ "type": "string",
870
+ "routing": {
871
+ "send": {
872
+ "type": "query",
873
+ "property": "projectId",
874
+ "value": "={{ $value }}",
875
+ "propertyInDotNotation": false
876
+ }
877
+ },
878
+ "displayOptions": {
879
+ "show": {
880
+ "resource": [
881
+ "Simple Earn"
882
+ ],
883
+ "operation": [
884
+ "POST Sapi V 1 Simple Earn Locked Subscribe"
885
+ ]
886
+ }
887
+ }
888
+ },
889
+ {
890
+ "displayName": "Amount",
891
+ "name": "amount",
892
+ "required": true,
893
+ "default": 0,
894
+ "type": "number",
895
+ "routing": {
896
+ "send": {
897
+ "type": "query",
898
+ "property": "amount",
899
+ "value": "={{ $value }}",
900
+ "propertyInDotNotation": false
901
+ }
902
+ },
903
+ "displayOptions": {
904
+ "show": {
905
+ "resource": [
906
+ "Simple Earn"
907
+ ],
908
+ "operation": [
909
+ "POST Sapi V 1 Simple Earn Locked Subscribe"
910
+ ]
911
+ }
912
+ }
913
+ },
914
+ {
915
+ "displayName": "Auto Subscribe",
916
+ "name": "autoSubscribe",
917
+ "description": "true or false, default true.",
918
+ "default": true,
919
+ "type": "boolean",
920
+ "routing": {
921
+ "send": {
922
+ "type": "query",
923
+ "property": "autoSubscribe",
924
+ "value": "={{ $value }}",
925
+ "propertyInDotNotation": false
926
+ }
927
+ },
928
+ "displayOptions": {
929
+ "show": {
930
+ "resource": [
931
+ "Simple Earn"
932
+ ],
933
+ "operation": [
934
+ "POST Sapi V 1 Simple Earn Locked Subscribe"
935
+ ]
936
+ }
937
+ }
938
+ },
939
+ {
940
+ "displayName": "Source Account",
941
+ "name": "sourceAccount",
942
+ "description": "SPOT,FUND,ALL, default SPOT",
943
+ "default": "",
944
+ "type": "string",
945
+ "routing": {
946
+ "send": {
947
+ "type": "query",
948
+ "property": "sourceAccount",
949
+ "value": "={{ $value }}",
950
+ "propertyInDotNotation": false
951
+ }
952
+ },
953
+ "displayOptions": {
954
+ "show": {
955
+ "resource": [
956
+ "Simple Earn"
957
+ ],
958
+ "operation": [
959
+ "POST Sapi V 1 Simple Earn Locked Subscribe"
960
+ ]
961
+ }
962
+ }
963
+ },
964
+ {
965
+ "displayName": "Redeem To",
966
+ "name": "redeemTo",
967
+ "description": "SPOT,FLEXIBLE, default FLEXIBLE",
968
+ "default": "SPOT",
969
+ "type": "options",
970
+ "options": [
971
+ {
972
+ "name": "SPOT",
973
+ "value": "SPOT"
974
+ },
975
+ {
976
+ "name": "FLEXIBLE",
977
+ "value": "FLEXIBLE"
978
+ }
979
+ ],
980
+ "routing": {
981
+ "send": {
982
+ "type": "query",
983
+ "property": "redeemTo",
984
+ "value": "={{ $value }}",
985
+ "propertyInDotNotation": false
986
+ }
987
+ },
988
+ "displayOptions": {
989
+ "show": {
990
+ "resource": [
991
+ "Simple Earn"
992
+ ],
993
+ "operation": [
994
+ "POST Sapi V 1 Simple Earn Locked Subscribe"
995
+ ]
996
+ }
997
+ }
998
+ },
999
+ {
1000
+ "displayName": "Recv Window",
1001
+ "name": "recvWindow",
1002
+ "description": "The value cannot be greater than 60000",
1003
+ "default": 5000,
1004
+ "type": "number",
1005
+ "routing": {
1006
+ "send": {
1007
+ "type": "query",
1008
+ "property": "recvWindow",
1009
+ "value": "={{ $value }}",
1010
+ "propertyInDotNotation": false
1011
+ }
1012
+ },
1013
+ "displayOptions": {
1014
+ "show": {
1015
+ "resource": [
1016
+ "Simple Earn"
1017
+ ],
1018
+ "operation": [
1019
+ "POST Sapi V 1 Simple Earn Locked Subscribe"
1020
+ ]
1021
+ }
1022
+ }
1023
+ },
1024
+ {
1025
+ "displayName": "Timestamp",
1026
+ "name": "timestamp",
1027
+ "required": true,
1028
+ "description": "UTC timestamp in ms",
1029
+ "default": 0,
1030
+ "type": "number",
1031
+ "routing": {
1032
+ "send": {
1033
+ "type": "query",
1034
+ "property": "timestamp",
1035
+ "value": "={{ $value }}",
1036
+ "propertyInDotNotation": false
1037
+ }
1038
+ },
1039
+ "displayOptions": {
1040
+ "show": {
1041
+ "resource": [
1042
+ "Simple Earn"
1043
+ ],
1044
+ "operation": [
1045
+ "POST Sapi V 1 Simple Earn Locked Subscribe"
1046
+ ]
1047
+ }
1048
+ }
1049
+ },
1050
+ {
1051
+ "displayName": "Signature",
1052
+ "name": "signature",
1053
+ "required": true,
1054
+ "description": "Signature",
1055
+ "default": "",
1056
+ "type": "string",
1057
+ "routing": {
1058
+ "send": {
1059
+ "type": "query",
1060
+ "property": "signature",
1061
+ "value": "={{ $value }}",
1062
+ "propertyInDotNotation": false
1063
+ }
1064
+ },
1065
+ "displayOptions": {
1066
+ "show": {
1067
+ "resource": [
1068
+ "Simple Earn"
1069
+ ],
1070
+ "operation": [
1071
+ "POST Sapi V 1 Simple Earn Locked Subscribe"
1072
+ ]
1073
+ }
1074
+ }
1075
+ },
1076
+ {
1077
+ "displayName": "POST /sapi/v1/simple-earn/flexible/redeem",
1078
+ "name": "operation",
1079
+ "type": "notice",
1080
+ "typeOptions": {
1081
+ "theme": "info"
1082
+ },
1083
+ "default": "",
1084
+ "displayOptions": {
1085
+ "show": {
1086
+ "resource": [
1087
+ "Simple Earn"
1088
+ ],
1089
+ "operation": [
1090
+ "POST Sapi V 1 Simple Earn Flexible Redeem"
1091
+ ]
1092
+ }
1093
+ }
1094
+ },
1095
+ {
1096
+ "displayName": "Product Id",
1097
+ "name": "productId",
1098
+ "required": true,
1099
+ "default": "",
1100
+ "type": "string",
1101
+ "routing": {
1102
+ "send": {
1103
+ "type": "query",
1104
+ "property": "productId",
1105
+ "value": "={{ $value }}",
1106
+ "propertyInDotNotation": false
1107
+ }
1108
+ },
1109
+ "displayOptions": {
1110
+ "show": {
1111
+ "resource": [
1112
+ "Simple Earn"
1113
+ ],
1114
+ "operation": [
1115
+ "POST Sapi V 1 Simple Earn Flexible Redeem"
1116
+ ]
1117
+ }
1118
+ }
1119
+ },
1120
+ {
1121
+ "displayName": "Redeem All",
1122
+ "name": "redeemAll",
1123
+ "description": "true or false, default to false",
1124
+ "default": true,
1125
+ "type": "boolean",
1126
+ "routing": {
1127
+ "send": {
1128
+ "type": "query",
1129
+ "property": "redeemAll",
1130
+ "value": "={{ $value }}",
1131
+ "propertyInDotNotation": false
1132
+ }
1133
+ },
1134
+ "displayOptions": {
1135
+ "show": {
1136
+ "resource": [
1137
+ "Simple Earn"
1138
+ ],
1139
+ "operation": [
1140
+ "POST Sapi V 1 Simple Earn Flexible Redeem"
1141
+ ]
1142
+ }
1143
+ }
1144
+ },
1145
+ {
1146
+ "displayName": "Amount",
1147
+ "name": "amount",
1148
+ "description": "if redeemAll is false, amount is mandatory",
1149
+ "default": 0,
1150
+ "type": "number",
1151
+ "routing": {
1152
+ "send": {
1153
+ "type": "query",
1154
+ "property": "amount",
1155
+ "value": "={{ $value }}",
1156
+ "propertyInDotNotation": false
1157
+ }
1158
+ },
1159
+ "displayOptions": {
1160
+ "show": {
1161
+ "resource": [
1162
+ "Simple Earn"
1163
+ ],
1164
+ "operation": [
1165
+ "POST Sapi V 1 Simple Earn Flexible Redeem"
1166
+ ]
1167
+ }
1168
+ }
1169
+ },
1170
+ {
1171
+ "displayName": "Dest Account",
1172
+ "name": "destAccount",
1173
+ "description": "SPOT,FUND,ALL, default SPOT",
1174
+ "default": "",
1175
+ "type": "string",
1176
+ "routing": {
1177
+ "send": {
1178
+ "type": "query",
1179
+ "property": "destAccount",
1180
+ "value": "={{ $value }}",
1181
+ "propertyInDotNotation": false
1182
+ }
1183
+ },
1184
+ "displayOptions": {
1185
+ "show": {
1186
+ "resource": [
1187
+ "Simple Earn"
1188
+ ],
1189
+ "operation": [
1190
+ "POST Sapi V 1 Simple Earn Flexible Redeem"
1191
+ ]
1192
+ }
1193
+ }
1194
+ },
1195
+ {
1196
+ "displayName": "Recv Window",
1197
+ "name": "recvWindow",
1198
+ "description": "The value cannot be greater than 60000",
1199
+ "default": 5000,
1200
+ "type": "number",
1201
+ "routing": {
1202
+ "send": {
1203
+ "type": "query",
1204
+ "property": "recvWindow",
1205
+ "value": "={{ $value }}",
1206
+ "propertyInDotNotation": false
1207
+ }
1208
+ },
1209
+ "displayOptions": {
1210
+ "show": {
1211
+ "resource": [
1212
+ "Simple Earn"
1213
+ ],
1214
+ "operation": [
1215
+ "POST Sapi V 1 Simple Earn Flexible Redeem"
1216
+ ]
1217
+ }
1218
+ }
1219
+ },
1220
+ {
1221
+ "displayName": "Timestamp",
1222
+ "name": "timestamp",
1223
+ "required": true,
1224
+ "description": "UTC timestamp in ms",
1225
+ "default": 0,
1226
+ "type": "number",
1227
+ "routing": {
1228
+ "send": {
1229
+ "type": "query",
1230
+ "property": "timestamp",
1231
+ "value": "={{ $value }}",
1232
+ "propertyInDotNotation": false
1233
+ }
1234
+ },
1235
+ "displayOptions": {
1236
+ "show": {
1237
+ "resource": [
1238
+ "Simple Earn"
1239
+ ],
1240
+ "operation": [
1241
+ "POST Sapi V 1 Simple Earn Flexible Redeem"
1242
+ ]
1243
+ }
1244
+ }
1245
+ },
1246
+ {
1247
+ "displayName": "Signature",
1248
+ "name": "signature",
1249
+ "required": true,
1250
+ "description": "Signature",
1251
+ "default": "",
1252
+ "type": "string",
1253
+ "routing": {
1254
+ "send": {
1255
+ "type": "query",
1256
+ "property": "signature",
1257
+ "value": "={{ $value }}",
1258
+ "propertyInDotNotation": false
1259
+ }
1260
+ },
1261
+ "displayOptions": {
1262
+ "show": {
1263
+ "resource": [
1264
+ "Simple Earn"
1265
+ ],
1266
+ "operation": [
1267
+ "POST Sapi V 1 Simple Earn Flexible Redeem"
1268
+ ]
1269
+ }
1270
+ }
1271
+ },
1272
+ {
1273
+ "displayName": "POST /sapi/v1/simple-earn/locked/redeem",
1274
+ "name": "operation",
1275
+ "type": "notice",
1276
+ "typeOptions": {
1277
+ "theme": "info"
1278
+ },
1279
+ "default": "",
1280
+ "displayOptions": {
1281
+ "show": {
1282
+ "resource": [
1283
+ "Simple Earn"
1284
+ ],
1285
+ "operation": [
1286
+ "POST Sapi V 1 Simple Earn Locked Redeem"
1287
+ ]
1288
+ }
1289
+ }
1290
+ },
1291
+ {
1292
+ "displayName": "Position Id",
1293
+ "name": "positionId",
1294
+ "required": true,
1295
+ "description": "1234",
1296
+ "default": "",
1297
+ "type": "string",
1298
+ "routing": {
1299
+ "send": {
1300
+ "type": "query",
1301
+ "property": "positionId",
1302
+ "value": "={{ $value }}",
1303
+ "propertyInDotNotation": false
1304
+ }
1305
+ },
1306
+ "displayOptions": {
1307
+ "show": {
1308
+ "resource": [
1309
+ "Simple Earn"
1310
+ ],
1311
+ "operation": [
1312
+ "POST Sapi V 1 Simple Earn Locked Redeem"
1313
+ ]
1314
+ }
1315
+ }
1316
+ },
1317
+ {
1318
+ "displayName": "Recv Window",
1319
+ "name": "recvWindow",
1320
+ "description": "The value cannot be greater than 60000",
1321
+ "default": 5000,
1322
+ "type": "number",
1323
+ "routing": {
1324
+ "send": {
1325
+ "type": "query",
1326
+ "property": "recvWindow",
1327
+ "value": "={{ $value }}",
1328
+ "propertyInDotNotation": false
1329
+ }
1330
+ },
1331
+ "displayOptions": {
1332
+ "show": {
1333
+ "resource": [
1334
+ "Simple Earn"
1335
+ ],
1336
+ "operation": [
1337
+ "POST Sapi V 1 Simple Earn Locked Redeem"
1338
+ ]
1339
+ }
1340
+ }
1341
+ },
1342
+ {
1343
+ "displayName": "Timestamp",
1344
+ "name": "timestamp",
1345
+ "required": true,
1346
+ "description": "UTC timestamp in ms",
1347
+ "default": 0,
1348
+ "type": "number",
1349
+ "routing": {
1350
+ "send": {
1351
+ "type": "query",
1352
+ "property": "timestamp",
1353
+ "value": "={{ $value }}",
1354
+ "propertyInDotNotation": false
1355
+ }
1356
+ },
1357
+ "displayOptions": {
1358
+ "show": {
1359
+ "resource": [
1360
+ "Simple Earn"
1361
+ ],
1362
+ "operation": [
1363
+ "POST Sapi V 1 Simple Earn Locked Redeem"
1364
+ ]
1365
+ }
1366
+ }
1367
+ },
1368
+ {
1369
+ "displayName": "Signature",
1370
+ "name": "signature",
1371
+ "required": true,
1372
+ "description": "Signature",
1373
+ "default": "",
1374
+ "type": "string",
1375
+ "routing": {
1376
+ "send": {
1377
+ "type": "query",
1378
+ "property": "signature",
1379
+ "value": "={{ $value }}",
1380
+ "propertyInDotNotation": false
1381
+ }
1382
+ },
1383
+ "displayOptions": {
1384
+ "show": {
1385
+ "resource": [
1386
+ "Simple Earn"
1387
+ ],
1388
+ "operation": [
1389
+ "POST Sapi V 1 Simple Earn Locked Redeem"
1390
+ ]
1391
+ }
1392
+ }
1393
+ },
1394
+ {
1395
+ "displayName": "GET /sapi/v1/simple-earn/flexible/position",
1396
+ "name": "operation",
1397
+ "type": "notice",
1398
+ "typeOptions": {
1399
+ "theme": "info"
1400
+ },
1401
+ "default": "",
1402
+ "displayOptions": {
1403
+ "show": {
1404
+ "resource": [
1405
+ "Simple Earn"
1406
+ ],
1407
+ "operation": [
1408
+ "GET Sapi V 1 Simple Earn Flexible Position"
1409
+ ]
1410
+ }
1411
+ }
1412
+ },
1413
+ {
1414
+ "displayName": "Asset",
1415
+ "name": "asset",
1416
+ "default": "",
1417
+ "type": "string",
1418
+ "routing": {
1419
+ "send": {
1420
+ "type": "query",
1421
+ "property": "asset",
1422
+ "value": "={{ $value }}",
1423
+ "propertyInDotNotation": false
1424
+ }
1425
+ },
1426
+ "displayOptions": {
1427
+ "show": {
1428
+ "resource": [
1429
+ "Simple Earn"
1430
+ ],
1431
+ "operation": [
1432
+ "GET Sapi V 1 Simple Earn Flexible Position"
1433
+ ]
1434
+ }
1435
+ }
1436
+ },
1437
+ {
1438
+ "displayName": "Product Id",
1439
+ "name": "productId",
1440
+ "default": "",
1441
+ "type": "string",
1442
+ "routing": {
1443
+ "send": {
1444
+ "type": "query",
1445
+ "property": "productId",
1446
+ "value": "={{ $value }}",
1447
+ "propertyInDotNotation": false
1448
+ }
1449
+ },
1450
+ "displayOptions": {
1451
+ "show": {
1452
+ "resource": [
1453
+ "Simple Earn"
1454
+ ],
1455
+ "operation": [
1456
+ "GET Sapi V 1 Simple Earn Flexible Position"
1457
+ ]
1458
+ }
1459
+ }
1460
+ },
1461
+ {
1462
+ "displayName": "Current",
1463
+ "name": "current",
1464
+ "description": "Current querying page. Start from 1. Default:1",
1465
+ "default": 1,
1466
+ "type": "number",
1467
+ "routing": {
1468
+ "send": {
1469
+ "type": "query",
1470
+ "property": "current",
1471
+ "value": "={{ $value }}",
1472
+ "propertyInDotNotation": false
1473
+ }
1474
+ },
1475
+ "displayOptions": {
1476
+ "show": {
1477
+ "resource": [
1478
+ "Simple Earn"
1479
+ ],
1480
+ "operation": [
1481
+ "GET Sapi V 1 Simple Earn Flexible Position"
1482
+ ]
1483
+ }
1484
+ }
1485
+ },
1486
+ {
1487
+ "displayName": "Size",
1488
+ "name": "size",
1489
+ "description": "Default:10 Max:100",
1490
+ "default": 100,
1491
+ "type": "number",
1492
+ "routing": {
1493
+ "send": {
1494
+ "type": "query",
1495
+ "property": "size",
1496
+ "value": "={{ $value }}",
1497
+ "propertyInDotNotation": false
1498
+ }
1499
+ },
1500
+ "displayOptions": {
1501
+ "show": {
1502
+ "resource": [
1503
+ "Simple Earn"
1504
+ ],
1505
+ "operation": [
1506
+ "GET Sapi V 1 Simple Earn Flexible Position"
1507
+ ]
1508
+ }
1509
+ }
1510
+ },
1511
+ {
1512
+ "displayName": "Recv Window",
1513
+ "name": "recvWindow",
1514
+ "description": "The value cannot be greater than 60000",
1515
+ "default": 5000,
1516
+ "type": "number",
1517
+ "routing": {
1518
+ "send": {
1519
+ "type": "query",
1520
+ "property": "recvWindow",
1521
+ "value": "={{ $value }}",
1522
+ "propertyInDotNotation": false
1523
+ }
1524
+ },
1525
+ "displayOptions": {
1526
+ "show": {
1527
+ "resource": [
1528
+ "Simple Earn"
1529
+ ],
1530
+ "operation": [
1531
+ "GET Sapi V 1 Simple Earn Flexible Position"
1532
+ ]
1533
+ }
1534
+ }
1535
+ },
1536
+ {
1537
+ "displayName": "Timestamp",
1538
+ "name": "timestamp",
1539
+ "required": true,
1540
+ "description": "UTC timestamp in ms",
1541
+ "default": 0,
1542
+ "type": "number",
1543
+ "routing": {
1544
+ "send": {
1545
+ "type": "query",
1546
+ "property": "timestamp",
1547
+ "value": "={{ $value }}",
1548
+ "propertyInDotNotation": false
1549
+ }
1550
+ },
1551
+ "displayOptions": {
1552
+ "show": {
1553
+ "resource": [
1554
+ "Simple Earn"
1555
+ ],
1556
+ "operation": [
1557
+ "GET Sapi V 1 Simple Earn Flexible Position"
1558
+ ]
1559
+ }
1560
+ }
1561
+ },
1562
+ {
1563
+ "displayName": "Signature",
1564
+ "name": "signature",
1565
+ "required": true,
1566
+ "description": "Signature",
1567
+ "default": "",
1568
+ "type": "string",
1569
+ "routing": {
1570
+ "send": {
1571
+ "type": "query",
1572
+ "property": "signature",
1573
+ "value": "={{ $value }}",
1574
+ "propertyInDotNotation": false
1575
+ }
1576
+ },
1577
+ "displayOptions": {
1578
+ "show": {
1579
+ "resource": [
1580
+ "Simple Earn"
1581
+ ],
1582
+ "operation": [
1583
+ "GET Sapi V 1 Simple Earn Flexible Position"
1584
+ ]
1585
+ }
1586
+ }
1587
+ },
1588
+ {
1589
+ "displayName": "GET /sapi/v1/simple-earn/locked/position",
1590
+ "name": "operation",
1591
+ "type": "notice",
1592
+ "typeOptions": {
1593
+ "theme": "info"
1594
+ },
1595
+ "default": "",
1596
+ "displayOptions": {
1597
+ "show": {
1598
+ "resource": [
1599
+ "Simple Earn"
1600
+ ],
1601
+ "operation": [
1602
+ "GET Sapi V 1 Simple Earn Locked Position"
1603
+ ]
1604
+ }
1605
+ }
1606
+ },
1607
+ {
1608
+ "displayName": "Asset",
1609
+ "name": "asset",
1610
+ "default": "",
1611
+ "type": "string",
1612
+ "routing": {
1613
+ "send": {
1614
+ "type": "query",
1615
+ "property": "asset",
1616
+ "value": "={{ $value }}",
1617
+ "propertyInDotNotation": false
1618
+ }
1619
+ },
1620
+ "displayOptions": {
1621
+ "show": {
1622
+ "resource": [
1623
+ "Simple Earn"
1624
+ ],
1625
+ "operation": [
1626
+ "GET Sapi V 1 Simple Earn Locked Position"
1627
+ ]
1628
+ }
1629
+ }
1630
+ },
1631
+ {
1632
+ "displayName": "Position Id",
1633
+ "name": "positionId",
1634
+ "default": "",
1635
+ "type": "string",
1636
+ "routing": {
1637
+ "send": {
1638
+ "type": "query",
1639
+ "property": "positionId",
1640
+ "value": "={{ $value }}",
1641
+ "propertyInDotNotation": false
1642
+ }
1643
+ },
1644
+ "displayOptions": {
1645
+ "show": {
1646
+ "resource": [
1647
+ "Simple Earn"
1648
+ ],
1649
+ "operation": [
1650
+ "GET Sapi V 1 Simple Earn Locked Position"
1651
+ ]
1652
+ }
1653
+ }
1654
+ },
1655
+ {
1656
+ "displayName": "Project Id",
1657
+ "name": "projectId",
1658
+ "default": "",
1659
+ "type": "string",
1660
+ "routing": {
1661
+ "send": {
1662
+ "type": "query",
1663
+ "property": "projectId",
1664
+ "value": "={{ $value }}",
1665
+ "propertyInDotNotation": false
1666
+ }
1667
+ },
1668
+ "displayOptions": {
1669
+ "show": {
1670
+ "resource": [
1671
+ "Simple Earn"
1672
+ ],
1673
+ "operation": [
1674
+ "GET Sapi V 1 Simple Earn Locked Position"
1675
+ ]
1676
+ }
1677
+ }
1678
+ },
1679
+ {
1680
+ "displayName": "Current",
1681
+ "name": "current",
1682
+ "description": "Current querying page. Start from 1. Default:1",
1683
+ "default": 1,
1684
+ "type": "number",
1685
+ "routing": {
1686
+ "send": {
1687
+ "type": "query",
1688
+ "property": "current",
1689
+ "value": "={{ $value }}",
1690
+ "propertyInDotNotation": false
1691
+ }
1692
+ },
1693
+ "displayOptions": {
1694
+ "show": {
1695
+ "resource": [
1696
+ "Simple Earn"
1697
+ ],
1698
+ "operation": [
1699
+ "GET Sapi V 1 Simple Earn Locked Position"
1700
+ ]
1701
+ }
1702
+ }
1703
+ },
1704
+ {
1705
+ "displayName": "Size",
1706
+ "name": "size",
1707
+ "description": "Default:10 Max:100",
1708
+ "default": 100,
1709
+ "type": "number",
1710
+ "routing": {
1711
+ "send": {
1712
+ "type": "query",
1713
+ "property": "size",
1714
+ "value": "={{ $value }}",
1715
+ "propertyInDotNotation": false
1716
+ }
1717
+ },
1718
+ "displayOptions": {
1719
+ "show": {
1720
+ "resource": [
1721
+ "Simple Earn"
1722
+ ],
1723
+ "operation": [
1724
+ "GET Sapi V 1 Simple Earn Locked Position"
1725
+ ]
1726
+ }
1727
+ }
1728
+ },
1729
+ {
1730
+ "displayName": "Recv Window",
1731
+ "name": "recvWindow",
1732
+ "description": "The value cannot be greater than 60000",
1733
+ "default": 5000,
1734
+ "type": "number",
1735
+ "routing": {
1736
+ "send": {
1737
+ "type": "query",
1738
+ "property": "recvWindow",
1739
+ "value": "={{ $value }}",
1740
+ "propertyInDotNotation": false
1741
+ }
1742
+ },
1743
+ "displayOptions": {
1744
+ "show": {
1745
+ "resource": [
1746
+ "Simple Earn"
1747
+ ],
1748
+ "operation": [
1749
+ "GET Sapi V 1 Simple Earn Locked Position"
1750
+ ]
1751
+ }
1752
+ }
1753
+ },
1754
+ {
1755
+ "displayName": "Timestamp",
1756
+ "name": "timestamp",
1757
+ "required": true,
1758
+ "description": "UTC timestamp in ms",
1759
+ "default": 0,
1760
+ "type": "number",
1761
+ "routing": {
1762
+ "send": {
1763
+ "type": "query",
1764
+ "property": "timestamp",
1765
+ "value": "={{ $value }}",
1766
+ "propertyInDotNotation": false
1767
+ }
1768
+ },
1769
+ "displayOptions": {
1770
+ "show": {
1771
+ "resource": [
1772
+ "Simple Earn"
1773
+ ],
1774
+ "operation": [
1775
+ "GET Sapi V 1 Simple Earn Locked Position"
1776
+ ]
1777
+ }
1778
+ }
1779
+ },
1780
+ {
1781
+ "displayName": "Signature",
1782
+ "name": "signature",
1783
+ "required": true,
1784
+ "description": "Signature",
1785
+ "default": "",
1786
+ "type": "string",
1787
+ "routing": {
1788
+ "send": {
1789
+ "type": "query",
1790
+ "property": "signature",
1791
+ "value": "={{ $value }}",
1792
+ "propertyInDotNotation": false
1793
+ }
1794
+ },
1795
+ "displayOptions": {
1796
+ "show": {
1797
+ "resource": [
1798
+ "Simple Earn"
1799
+ ],
1800
+ "operation": [
1801
+ "GET Sapi V 1 Simple Earn Locked Position"
1802
+ ]
1803
+ }
1804
+ }
1805
+ },
1806
+ {
1807
+ "displayName": "GET /sapi/v1/simple-earn/account",
1808
+ "name": "operation",
1809
+ "type": "notice",
1810
+ "typeOptions": {
1811
+ "theme": "info"
1812
+ },
1813
+ "default": "",
1814
+ "displayOptions": {
1815
+ "show": {
1816
+ "resource": [
1817
+ "Simple Earn"
1818
+ ],
1819
+ "operation": [
1820
+ "GET Sapi V 1 Simple Earn Account"
1821
+ ]
1822
+ }
1823
+ }
1824
+ },
1825
+ {
1826
+ "displayName": "Recv Window",
1827
+ "name": "recvWindow",
1828
+ "description": "The value cannot be greater than 60000",
1829
+ "default": 5000,
1830
+ "type": "number",
1831
+ "routing": {
1832
+ "send": {
1833
+ "type": "query",
1834
+ "property": "recvWindow",
1835
+ "value": "={{ $value }}",
1836
+ "propertyInDotNotation": false
1837
+ }
1838
+ },
1839
+ "displayOptions": {
1840
+ "show": {
1841
+ "resource": [
1842
+ "Simple Earn"
1843
+ ],
1844
+ "operation": [
1845
+ "GET Sapi V 1 Simple Earn Account"
1846
+ ]
1847
+ }
1848
+ }
1849
+ },
1850
+ {
1851
+ "displayName": "Timestamp",
1852
+ "name": "timestamp",
1853
+ "required": true,
1854
+ "description": "UTC timestamp in ms",
1855
+ "default": 0,
1856
+ "type": "number",
1857
+ "routing": {
1858
+ "send": {
1859
+ "type": "query",
1860
+ "property": "timestamp",
1861
+ "value": "={{ $value }}",
1862
+ "propertyInDotNotation": false
1863
+ }
1864
+ },
1865
+ "displayOptions": {
1866
+ "show": {
1867
+ "resource": [
1868
+ "Simple Earn"
1869
+ ],
1870
+ "operation": [
1871
+ "GET Sapi V 1 Simple Earn Account"
1872
+ ]
1873
+ }
1874
+ }
1875
+ },
1876
+ {
1877
+ "displayName": "Signature",
1878
+ "name": "signature",
1879
+ "required": true,
1880
+ "description": "Signature",
1881
+ "default": "",
1882
+ "type": "string",
1883
+ "routing": {
1884
+ "send": {
1885
+ "type": "query",
1886
+ "property": "signature",
1887
+ "value": "={{ $value }}",
1888
+ "propertyInDotNotation": false
1889
+ }
1890
+ },
1891
+ "displayOptions": {
1892
+ "show": {
1893
+ "resource": [
1894
+ "Simple Earn"
1895
+ ],
1896
+ "operation": [
1897
+ "GET Sapi V 1 Simple Earn Account"
1898
+ ]
1899
+ }
1900
+ }
1901
+ },
1902
+ {
1903
+ "displayName": "GET /sapi/v1/simple-earn/flexible/history/subscriptionRecord",
1904
+ "name": "operation",
1905
+ "type": "notice",
1906
+ "typeOptions": {
1907
+ "theme": "info"
1908
+ },
1909
+ "default": "",
1910
+ "displayOptions": {
1911
+ "show": {
1912
+ "resource": [
1913
+ "Simple Earn"
1914
+ ],
1915
+ "operation": [
1916
+ "GET Sapi V 1 Simple Earn Flexible History Subscription Record"
1917
+ ]
1918
+ }
1919
+ }
1920
+ },
1921
+ {
1922
+ "displayName": "Product Id",
1923
+ "name": "productId",
1924
+ "default": "",
1925
+ "type": "string",
1926
+ "routing": {
1927
+ "send": {
1928
+ "type": "query",
1929
+ "property": "productId",
1930
+ "value": "={{ $value }}",
1931
+ "propertyInDotNotation": false
1932
+ }
1933
+ },
1934
+ "displayOptions": {
1935
+ "show": {
1936
+ "resource": [
1937
+ "Simple Earn"
1938
+ ],
1939
+ "operation": [
1940
+ "GET Sapi V 1 Simple Earn Flexible History Subscription Record"
1941
+ ]
1942
+ }
1943
+ }
1944
+ },
1945
+ {
1946
+ "displayName": "Purchase Id",
1947
+ "name": "purchaseId",
1948
+ "default": "",
1949
+ "type": "string",
1950
+ "routing": {
1951
+ "send": {
1952
+ "type": "query",
1953
+ "property": "purchaseId",
1954
+ "value": "={{ $value }}",
1955
+ "propertyInDotNotation": false
1956
+ }
1957
+ },
1958
+ "displayOptions": {
1959
+ "show": {
1960
+ "resource": [
1961
+ "Simple Earn"
1962
+ ],
1963
+ "operation": [
1964
+ "GET Sapi V 1 Simple Earn Flexible History Subscription Record"
1965
+ ]
1966
+ }
1967
+ }
1968
+ },
1969
+ {
1970
+ "displayName": "Asset",
1971
+ "name": "asset",
1972
+ "default": "",
1973
+ "type": "string",
1974
+ "routing": {
1975
+ "send": {
1976
+ "type": "query",
1977
+ "property": "asset",
1978
+ "value": "={{ $value }}",
1979
+ "propertyInDotNotation": false
1980
+ }
1981
+ },
1982
+ "displayOptions": {
1983
+ "show": {
1984
+ "resource": [
1985
+ "Simple Earn"
1986
+ ],
1987
+ "operation": [
1988
+ "GET Sapi V 1 Simple Earn Flexible History Subscription Record"
1989
+ ]
1990
+ }
1991
+ }
1992
+ },
1993
+ {
1994
+ "displayName": "Start Time",
1995
+ "name": "startTime",
1996
+ "description": "UTC timestamp in ms",
1997
+ "default": 0,
1998
+ "type": "number",
1999
+ "routing": {
2000
+ "send": {
2001
+ "type": "query",
2002
+ "property": "startTime",
2003
+ "value": "={{ $value }}",
2004
+ "propertyInDotNotation": false
2005
+ }
2006
+ },
2007
+ "displayOptions": {
2008
+ "show": {
2009
+ "resource": [
2010
+ "Simple Earn"
2011
+ ],
2012
+ "operation": [
2013
+ "GET Sapi V 1 Simple Earn Flexible History Subscription Record"
2014
+ ]
2015
+ }
2016
+ }
2017
+ },
2018
+ {
2019
+ "displayName": "End Time",
2020
+ "name": "endTime",
2021
+ "description": "UTC timestamp in ms",
2022
+ "default": 0,
2023
+ "type": "number",
2024
+ "routing": {
2025
+ "send": {
2026
+ "type": "query",
2027
+ "property": "endTime",
2028
+ "value": "={{ $value }}",
2029
+ "propertyInDotNotation": false
2030
+ }
2031
+ },
2032
+ "displayOptions": {
2033
+ "show": {
2034
+ "resource": [
2035
+ "Simple Earn"
2036
+ ],
2037
+ "operation": [
2038
+ "GET Sapi V 1 Simple Earn Flexible History Subscription Record"
2039
+ ]
2040
+ }
2041
+ }
2042
+ },
2043
+ {
2044
+ "displayName": "Current",
2045
+ "name": "current",
2046
+ "description": "Current querying page. Start from 1. Default:1",
2047
+ "default": 1,
2048
+ "type": "number",
2049
+ "routing": {
2050
+ "send": {
2051
+ "type": "query",
2052
+ "property": "current",
2053
+ "value": "={{ $value }}",
2054
+ "propertyInDotNotation": false
2055
+ }
2056
+ },
2057
+ "displayOptions": {
2058
+ "show": {
2059
+ "resource": [
2060
+ "Simple Earn"
2061
+ ],
2062
+ "operation": [
2063
+ "GET Sapi V 1 Simple Earn Flexible History Subscription Record"
2064
+ ]
2065
+ }
2066
+ }
2067
+ },
2068
+ {
2069
+ "displayName": "Size",
2070
+ "name": "size",
2071
+ "description": "Default:10 Max:100",
2072
+ "default": 100,
2073
+ "type": "number",
2074
+ "routing": {
2075
+ "send": {
2076
+ "type": "query",
2077
+ "property": "size",
2078
+ "value": "={{ $value }}",
2079
+ "propertyInDotNotation": false
2080
+ }
2081
+ },
2082
+ "displayOptions": {
2083
+ "show": {
2084
+ "resource": [
2085
+ "Simple Earn"
2086
+ ],
2087
+ "operation": [
2088
+ "GET Sapi V 1 Simple Earn Flexible History Subscription Record"
2089
+ ]
2090
+ }
2091
+ }
2092
+ },
2093
+ {
2094
+ "displayName": "Recv Window",
2095
+ "name": "recvWindow",
2096
+ "description": "The value cannot be greater than 60000",
2097
+ "default": 5000,
2098
+ "type": "number",
2099
+ "routing": {
2100
+ "send": {
2101
+ "type": "query",
2102
+ "property": "recvWindow",
2103
+ "value": "={{ $value }}",
2104
+ "propertyInDotNotation": false
2105
+ }
2106
+ },
2107
+ "displayOptions": {
2108
+ "show": {
2109
+ "resource": [
2110
+ "Simple Earn"
2111
+ ],
2112
+ "operation": [
2113
+ "GET Sapi V 1 Simple Earn Flexible History Subscription Record"
2114
+ ]
2115
+ }
2116
+ }
2117
+ },
2118
+ {
2119
+ "displayName": "Timestamp",
2120
+ "name": "timestamp",
2121
+ "required": true,
2122
+ "description": "UTC timestamp in ms",
2123
+ "default": 0,
2124
+ "type": "number",
2125
+ "routing": {
2126
+ "send": {
2127
+ "type": "query",
2128
+ "property": "timestamp",
2129
+ "value": "={{ $value }}",
2130
+ "propertyInDotNotation": false
2131
+ }
2132
+ },
2133
+ "displayOptions": {
2134
+ "show": {
2135
+ "resource": [
2136
+ "Simple Earn"
2137
+ ],
2138
+ "operation": [
2139
+ "GET Sapi V 1 Simple Earn Flexible History Subscription Record"
2140
+ ]
2141
+ }
2142
+ }
2143
+ },
2144
+ {
2145
+ "displayName": "Signature",
2146
+ "name": "signature",
2147
+ "required": true,
2148
+ "description": "Signature",
2149
+ "default": "",
2150
+ "type": "string",
2151
+ "routing": {
2152
+ "send": {
2153
+ "type": "query",
2154
+ "property": "signature",
2155
+ "value": "={{ $value }}",
2156
+ "propertyInDotNotation": false
2157
+ }
2158
+ },
2159
+ "displayOptions": {
2160
+ "show": {
2161
+ "resource": [
2162
+ "Simple Earn"
2163
+ ],
2164
+ "operation": [
2165
+ "GET Sapi V 1 Simple Earn Flexible History Subscription Record"
2166
+ ]
2167
+ }
2168
+ }
2169
+ },
2170
+ {
2171
+ "displayName": "GET /sapi/v1/simple-earn/locked/history/subscriptionRecord",
2172
+ "name": "operation",
2173
+ "type": "notice",
2174
+ "typeOptions": {
2175
+ "theme": "info"
2176
+ },
2177
+ "default": "",
2178
+ "displayOptions": {
2179
+ "show": {
2180
+ "resource": [
2181
+ "Simple Earn"
2182
+ ],
2183
+ "operation": [
2184
+ "GET Sapi V 1 Simple Earn Locked History Subscription Record"
2185
+ ]
2186
+ }
2187
+ }
2188
+ },
2189
+ {
2190
+ "displayName": "Purchase Id",
2191
+ "name": "purchaseId",
2192
+ "default": "",
2193
+ "type": "string",
2194
+ "routing": {
2195
+ "send": {
2196
+ "type": "query",
2197
+ "property": "purchaseId",
2198
+ "value": "={{ $value }}",
2199
+ "propertyInDotNotation": false
2200
+ }
2201
+ },
2202
+ "displayOptions": {
2203
+ "show": {
2204
+ "resource": [
2205
+ "Simple Earn"
2206
+ ],
2207
+ "operation": [
2208
+ "GET Sapi V 1 Simple Earn Locked History Subscription Record"
2209
+ ]
2210
+ }
2211
+ }
2212
+ },
2213
+ {
2214
+ "displayName": "Asset",
2215
+ "name": "asset",
2216
+ "default": "",
2217
+ "type": "string",
2218
+ "routing": {
2219
+ "send": {
2220
+ "type": "query",
2221
+ "property": "asset",
2222
+ "value": "={{ $value }}",
2223
+ "propertyInDotNotation": false
2224
+ }
2225
+ },
2226
+ "displayOptions": {
2227
+ "show": {
2228
+ "resource": [
2229
+ "Simple Earn"
2230
+ ],
2231
+ "operation": [
2232
+ "GET Sapi V 1 Simple Earn Locked History Subscription Record"
2233
+ ]
2234
+ }
2235
+ }
2236
+ },
2237
+ {
2238
+ "displayName": "Start Time",
2239
+ "name": "startTime",
2240
+ "description": "UTC timestamp in ms",
2241
+ "default": 0,
2242
+ "type": "number",
2243
+ "routing": {
2244
+ "send": {
2245
+ "type": "query",
2246
+ "property": "startTime",
2247
+ "value": "={{ $value }}",
2248
+ "propertyInDotNotation": false
2249
+ }
2250
+ },
2251
+ "displayOptions": {
2252
+ "show": {
2253
+ "resource": [
2254
+ "Simple Earn"
2255
+ ],
2256
+ "operation": [
2257
+ "GET Sapi V 1 Simple Earn Locked History Subscription Record"
2258
+ ]
2259
+ }
2260
+ }
2261
+ },
2262
+ {
2263
+ "displayName": "End Time",
2264
+ "name": "endTime",
2265
+ "description": "UTC timestamp in ms",
2266
+ "default": 0,
2267
+ "type": "number",
2268
+ "routing": {
2269
+ "send": {
2270
+ "type": "query",
2271
+ "property": "endTime",
2272
+ "value": "={{ $value }}",
2273
+ "propertyInDotNotation": false
2274
+ }
2275
+ },
2276
+ "displayOptions": {
2277
+ "show": {
2278
+ "resource": [
2279
+ "Simple Earn"
2280
+ ],
2281
+ "operation": [
2282
+ "GET Sapi V 1 Simple Earn Locked History Subscription Record"
2283
+ ]
2284
+ }
2285
+ }
2286
+ },
2287
+ {
2288
+ "displayName": "Current",
2289
+ "name": "current",
2290
+ "description": "Current querying page. Start from 1. Default:1",
2291
+ "default": 1,
2292
+ "type": "number",
2293
+ "routing": {
2294
+ "send": {
2295
+ "type": "query",
2296
+ "property": "current",
2297
+ "value": "={{ $value }}",
2298
+ "propertyInDotNotation": false
2299
+ }
2300
+ },
2301
+ "displayOptions": {
2302
+ "show": {
2303
+ "resource": [
2304
+ "Simple Earn"
2305
+ ],
2306
+ "operation": [
2307
+ "GET Sapi V 1 Simple Earn Locked History Subscription Record"
2308
+ ]
2309
+ }
2310
+ }
2311
+ },
2312
+ {
2313
+ "displayName": "Size",
2314
+ "name": "size",
2315
+ "description": "Default:10 Max:100",
2316
+ "default": 100,
2317
+ "type": "number",
2318
+ "routing": {
2319
+ "send": {
2320
+ "type": "query",
2321
+ "property": "size",
2322
+ "value": "={{ $value }}",
2323
+ "propertyInDotNotation": false
2324
+ }
2325
+ },
2326
+ "displayOptions": {
2327
+ "show": {
2328
+ "resource": [
2329
+ "Simple Earn"
2330
+ ],
2331
+ "operation": [
2332
+ "GET Sapi V 1 Simple Earn Locked History Subscription Record"
2333
+ ]
2334
+ }
2335
+ }
2336
+ },
2337
+ {
2338
+ "displayName": "Recv Window",
2339
+ "name": "recvWindow",
2340
+ "description": "The value cannot be greater than 60000",
2341
+ "default": 5000,
2342
+ "type": "number",
2343
+ "routing": {
2344
+ "send": {
2345
+ "type": "query",
2346
+ "property": "recvWindow",
2347
+ "value": "={{ $value }}",
2348
+ "propertyInDotNotation": false
2349
+ }
2350
+ },
2351
+ "displayOptions": {
2352
+ "show": {
2353
+ "resource": [
2354
+ "Simple Earn"
2355
+ ],
2356
+ "operation": [
2357
+ "GET Sapi V 1 Simple Earn Locked History Subscription Record"
2358
+ ]
2359
+ }
2360
+ }
2361
+ },
2362
+ {
2363
+ "displayName": "Timestamp",
2364
+ "name": "timestamp",
2365
+ "required": true,
2366
+ "description": "UTC timestamp in ms",
2367
+ "default": 0,
2368
+ "type": "number",
2369
+ "routing": {
2370
+ "send": {
2371
+ "type": "query",
2372
+ "property": "timestamp",
2373
+ "value": "={{ $value }}",
2374
+ "propertyInDotNotation": false
2375
+ }
2376
+ },
2377
+ "displayOptions": {
2378
+ "show": {
2379
+ "resource": [
2380
+ "Simple Earn"
2381
+ ],
2382
+ "operation": [
2383
+ "GET Sapi V 1 Simple Earn Locked History Subscription Record"
2384
+ ]
2385
+ }
2386
+ }
2387
+ },
2388
+ {
2389
+ "displayName": "Signature",
2390
+ "name": "signature",
2391
+ "required": true,
2392
+ "description": "Signature",
2393
+ "default": "",
2394
+ "type": "string",
2395
+ "routing": {
2396
+ "send": {
2397
+ "type": "query",
2398
+ "property": "signature",
2399
+ "value": "={{ $value }}",
2400
+ "propertyInDotNotation": false
2401
+ }
2402
+ },
2403
+ "displayOptions": {
2404
+ "show": {
2405
+ "resource": [
2406
+ "Simple Earn"
2407
+ ],
2408
+ "operation": [
2409
+ "GET Sapi V 1 Simple Earn Locked History Subscription Record"
2410
+ ]
2411
+ }
2412
+ }
2413
+ },
2414
+ {
2415
+ "displayName": "GET /sapi/v1/simple-earn/flexible/history/redemptionRecord",
2416
+ "name": "operation",
2417
+ "type": "notice",
2418
+ "typeOptions": {
2419
+ "theme": "info"
2420
+ },
2421
+ "default": "",
2422
+ "displayOptions": {
2423
+ "show": {
2424
+ "resource": [
2425
+ "Simple Earn"
2426
+ ],
2427
+ "operation": [
2428
+ "GET Sapi V 1 Simple Earn Flexible History Redemption Record"
2429
+ ]
2430
+ }
2431
+ }
2432
+ },
2433
+ {
2434
+ "displayName": "Product Id",
2435
+ "name": "productId",
2436
+ "default": "",
2437
+ "type": "string",
2438
+ "routing": {
2439
+ "send": {
2440
+ "type": "query",
2441
+ "property": "productId",
2442
+ "value": "={{ $value }}",
2443
+ "propertyInDotNotation": false
2444
+ }
2445
+ },
2446
+ "displayOptions": {
2447
+ "show": {
2448
+ "resource": [
2449
+ "Simple Earn"
2450
+ ],
2451
+ "operation": [
2452
+ "GET Sapi V 1 Simple Earn Flexible History Redemption Record"
2453
+ ]
2454
+ }
2455
+ }
2456
+ },
2457
+ {
2458
+ "displayName": "Redeem Id",
2459
+ "name": "redeemId",
2460
+ "default": "",
2461
+ "type": "string",
2462
+ "routing": {
2463
+ "send": {
2464
+ "type": "query",
2465
+ "property": "redeemId",
2466
+ "value": "={{ $value }}",
2467
+ "propertyInDotNotation": false
2468
+ }
2469
+ },
2470
+ "displayOptions": {
2471
+ "show": {
2472
+ "resource": [
2473
+ "Simple Earn"
2474
+ ],
2475
+ "operation": [
2476
+ "GET Sapi V 1 Simple Earn Flexible History Redemption Record"
2477
+ ]
2478
+ }
2479
+ }
2480
+ },
2481
+ {
2482
+ "displayName": "Asset",
2483
+ "name": "asset",
2484
+ "default": "",
2485
+ "type": "string",
2486
+ "routing": {
2487
+ "send": {
2488
+ "type": "query",
2489
+ "property": "asset",
2490
+ "value": "={{ $value }}",
2491
+ "propertyInDotNotation": false
2492
+ }
2493
+ },
2494
+ "displayOptions": {
2495
+ "show": {
2496
+ "resource": [
2497
+ "Simple Earn"
2498
+ ],
2499
+ "operation": [
2500
+ "GET Sapi V 1 Simple Earn Flexible History Redemption Record"
2501
+ ]
2502
+ }
2503
+ }
2504
+ },
2505
+ {
2506
+ "displayName": "Start Time",
2507
+ "name": "startTime",
2508
+ "description": "UTC timestamp in ms",
2509
+ "default": 0,
2510
+ "type": "number",
2511
+ "routing": {
2512
+ "send": {
2513
+ "type": "query",
2514
+ "property": "startTime",
2515
+ "value": "={{ $value }}",
2516
+ "propertyInDotNotation": false
2517
+ }
2518
+ },
2519
+ "displayOptions": {
2520
+ "show": {
2521
+ "resource": [
2522
+ "Simple Earn"
2523
+ ],
2524
+ "operation": [
2525
+ "GET Sapi V 1 Simple Earn Flexible History Redemption Record"
2526
+ ]
2527
+ }
2528
+ }
2529
+ },
2530
+ {
2531
+ "displayName": "End Time",
2532
+ "name": "endTime",
2533
+ "description": "UTC timestamp in ms",
2534
+ "default": 0,
2535
+ "type": "number",
2536
+ "routing": {
2537
+ "send": {
2538
+ "type": "query",
2539
+ "property": "endTime",
2540
+ "value": "={{ $value }}",
2541
+ "propertyInDotNotation": false
2542
+ }
2543
+ },
2544
+ "displayOptions": {
2545
+ "show": {
2546
+ "resource": [
2547
+ "Simple Earn"
2548
+ ],
2549
+ "operation": [
2550
+ "GET Sapi V 1 Simple Earn Flexible History Redemption Record"
2551
+ ]
2552
+ }
2553
+ }
2554
+ },
2555
+ {
2556
+ "displayName": "Current",
2557
+ "name": "current",
2558
+ "description": "Current querying page. Start from 1. Default:1",
2559
+ "default": 1,
2560
+ "type": "number",
2561
+ "routing": {
2562
+ "send": {
2563
+ "type": "query",
2564
+ "property": "current",
2565
+ "value": "={{ $value }}",
2566
+ "propertyInDotNotation": false
2567
+ }
2568
+ },
2569
+ "displayOptions": {
2570
+ "show": {
2571
+ "resource": [
2572
+ "Simple Earn"
2573
+ ],
2574
+ "operation": [
2575
+ "GET Sapi V 1 Simple Earn Flexible History Redemption Record"
2576
+ ]
2577
+ }
2578
+ }
2579
+ },
2580
+ {
2581
+ "displayName": "Size",
2582
+ "name": "size",
2583
+ "description": "Default:10 Max:100",
2584
+ "default": 100,
2585
+ "type": "number",
2586
+ "routing": {
2587
+ "send": {
2588
+ "type": "query",
2589
+ "property": "size",
2590
+ "value": "={{ $value }}",
2591
+ "propertyInDotNotation": false
2592
+ }
2593
+ },
2594
+ "displayOptions": {
2595
+ "show": {
2596
+ "resource": [
2597
+ "Simple Earn"
2598
+ ],
2599
+ "operation": [
2600
+ "GET Sapi V 1 Simple Earn Flexible History Redemption Record"
2601
+ ]
2602
+ }
2603
+ }
2604
+ },
2605
+ {
2606
+ "displayName": "GET /sapi/v1/simple-earn/locked/history/redemptionRecord",
2607
+ "name": "operation",
2608
+ "type": "notice",
2609
+ "typeOptions": {
2610
+ "theme": "info"
2611
+ },
2612
+ "default": "",
2613
+ "displayOptions": {
2614
+ "show": {
2615
+ "resource": [
2616
+ "Simple Earn"
2617
+ ],
2618
+ "operation": [
2619
+ "GET Sapi V 1 Simple Earn Locked History Redemption Record"
2620
+ ]
2621
+ }
2622
+ }
2623
+ },
2624
+ {
2625
+ "displayName": "Position Id",
2626
+ "name": "positionId",
2627
+ "default": "",
2628
+ "type": "string",
2629
+ "routing": {
2630
+ "send": {
2631
+ "type": "query",
2632
+ "property": "positionId",
2633
+ "value": "={{ $value }}",
2634
+ "propertyInDotNotation": false
2635
+ }
2636
+ },
2637
+ "displayOptions": {
2638
+ "show": {
2639
+ "resource": [
2640
+ "Simple Earn"
2641
+ ],
2642
+ "operation": [
2643
+ "GET Sapi V 1 Simple Earn Locked History Redemption Record"
2644
+ ]
2645
+ }
2646
+ }
2647
+ },
2648
+ {
2649
+ "displayName": "Redeem Id",
2650
+ "name": "redeemId",
2651
+ "default": "",
2652
+ "type": "string",
2653
+ "routing": {
2654
+ "send": {
2655
+ "type": "query",
2656
+ "property": "redeemId",
2657
+ "value": "={{ $value }}",
2658
+ "propertyInDotNotation": false
2659
+ }
2660
+ },
2661
+ "displayOptions": {
2662
+ "show": {
2663
+ "resource": [
2664
+ "Simple Earn"
2665
+ ],
2666
+ "operation": [
2667
+ "GET Sapi V 1 Simple Earn Locked History Redemption Record"
2668
+ ]
2669
+ }
2670
+ }
2671
+ },
2672
+ {
2673
+ "displayName": "Asset",
2674
+ "name": "asset",
2675
+ "default": "",
2676
+ "type": "string",
2677
+ "routing": {
2678
+ "send": {
2679
+ "type": "query",
2680
+ "property": "asset",
2681
+ "value": "={{ $value }}",
2682
+ "propertyInDotNotation": false
2683
+ }
2684
+ },
2685
+ "displayOptions": {
2686
+ "show": {
2687
+ "resource": [
2688
+ "Simple Earn"
2689
+ ],
2690
+ "operation": [
2691
+ "GET Sapi V 1 Simple Earn Locked History Redemption Record"
2692
+ ]
2693
+ }
2694
+ }
2695
+ },
2696
+ {
2697
+ "displayName": "Start Time",
2698
+ "name": "startTime",
2699
+ "description": "UTC timestamp in ms",
2700
+ "default": 0,
2701
+ "type": "number",
2702
+ "routing": {
2703
+ "send": {
2704
+ "type": "query",
2705
+ "property": "startTime",
2706
+ "value": "={{ $value }}",
2707
+ "propertyInDotNotation": false
2708
+ }
2709
+ },
2710
+ "displayOptions": {
2711
+ "show": {
2712
+ "resource": [
2713
+ "Simple Earn"
2714
+ ],
2715
+ "operation": [
2716
+ "GET Sapi V 1 Simple Earn Locked History Redemption Record"
2717
+ ]
2718
+ }
2719
+ }
2720
+ },
2721
+ {
2722
+ "displayName": "End Time",
2723
+ "name": "endTime",
2724
+ "description": "UTC timestamp in ms",
2725
+ "default": 0,
2726
+ "type": "number",
2727
+ "routing": {
2728
+ "send": {
2729
+ "type": "query",
2730
+ "property": "endTime",
2731
+ "value": "={{ $value }}",
2732
+ "propertyInDotNotation": false
2733
+ }
2734
+ },
2735
+ "displayOptions": {
2736
+ "show": {
2737
+ "resource": [
2738
+ "Simple Earn"
2739
+ ],
2740
+ "operation": [
2741
+ "GET Sapi V 1 Simple Earn Locked History Redemption Record"
2742
+ ]
2743
+ }
2744
+ }
2745
+ },
2746
+ {
2747
+ "displayName": "Current",
2748
+ "name": "current",
2749
+ "description": "Current querying page. Start from 1. Default:1",
2750
+ "default": 1,
2751
+ "type": "number",
2752
+ "routing": {
2753
+ "send": {
2754
+ "type": "query",
2755
+ "property": "current",
2756
+ "value": "={{ $value }}",
2757
+ "propertyInDotNotation": false
2758
+ }
2759
+ },
2760
+ "displayOptions": {
2761
+ "show": {
2762
+ "resource": [
2763
+ "Simple Earn"
2764
+ ],
2765
+ "operation": [
2766
+ "GET Sapi V 1 Simple Earn Locked History Redemption Record"
2767
+ ]
2768
+ }
2769
+ }
2770
+ },
2771
+ {
2772
+ "displayName": "Size",
2773
+ "name": "size",
2774
+ "description": "Default:10 Max:100",
2775
+ "default": 100,
2776
+ "type": "number",
2777
+ "routing": {
2778
+ "send": {
2779
+ "type": "query",
2780
+ "property": "size",
2781
+ "value": "={{ $value }}",
2782
+ "propertyInDotNotation": false
2783
+ }
2784
+ },
2785
+ "displayOptions": {
2786
+ "show": {
2787
+ "resource": [
2788
+ "Simple Earn"
2789
+ ],
2790
+ "operation": [
2791
+ "GET Sapi V 1 Simple Earn Locked History Redemption Record"
2792
+ ]
2793
+ }
2794
+ }
2795
+ },
2796
+ {
2797
+ "displayName": "Recv Window",
2798
+ "name": "recvWindow",
2799
+ "description": "The value cannot be greater than 60000",
2800
+ "default": 5000,
2801
+ "type": "number",
2802
+ "routing": {
2803
+ "send": {
2804
+ "type": "query",
2805
+ "property": "recvWindow",
2806
+ "value": "={{ $value }}",
2807
+ "propertyInDotNotation": false
2808
+ }
2809
+ },
2810
+ "displayOptions": {
2811
+ "show": {
2812
+ "resource": [
2813
+ "Simple Earn"
2814
+ ],
2815
+ "operation": [
2816
+ "GET Sapi V 1 Simple Earn Locked History Redemption Record"
2817
+ ]
2818
+ }
2819
+ }
2820
+ },
2821
+ {
2822
+ "displayName": "Timestamp",
2823
+ "name": "timestamp",
2824
+ "required": true,
2825
+ "description": "UTC timestamp in ms",
2826
+ "default": 0,
2827
+ "type": "number",
2828
+ "routing": {
2829
+ "send": {
2830
+ "type": "query",
2831
+ "property": "timestamp",
2832
+ "value": "={{ $value }}",
2833
+ "propertyInDotNotation": false
2834
+ }
2835
+ },
2836
+ "displayOptions": {
2837
+ "show": {
2838
+ "resource": [
2839
+ "Simple Earn"
2840
+ ],
2841
+ "operation": [
2842
+ "GET Sapi V 1 Simple Earn Locked History Redemption Record"
2843
+ ]
2844
+ }
2845
+ }
2846
+ },
2847
+ {
2848
+ "displayName": "Signature",
2849
+ "name": "signature",
2850
+ "required": true,
2851
+ "description": "Signature",
2852
+ "default": "",
2853
+ "type": "string",
2854
+ "routing": {
2855
+ "send": {
2856
+ "type": "query",
2857
+ "property": "signature",
2858
+ "value": "={{ $value }}",
2859
+ "propertyInDotNotation": false
2860
+ }
2861
+ },
2862
+ "displayOptions": {
2863
+ "show": {
2864
+ "resource": [
2865
+ "Simple Earn"
2866
+ ],
2867
+ "operation": [
2868
+ "GET Sapi V 1 Simple Earn Locked History Redemption Record"
2869
+ ]
2870
+ }
2871
+ }
2872
+ },
2873
+ {
2874
+ "displayName": "GET /sapi/v1/simple-earn/flexible/history/rewardsRecord",
2875
+ "name": "operation",
2876
+ "type": "notice",
2877
+ "typeOptions": {
2878
+ "theme": "info"
2879
+ },
2880
+ "default": "",
2881
+ "displayOptions": {
2882
+ "show": {
2883
+ "resource": [
2884
+ "Simple Earn"
2885
+ ],
2886
+ "operation": [
2887
+ "GET Sapi V 1 Simple Earn Flexible History Rewards Record"
2888
+ ]
2889
+ }
2890
+ }
2891
+ },
2892
+ {
2893
+ "displayName": "Product Id",
2894
+ "name": "productId",
2895
+ "default": "",
2896
+ "type": "string",
2897
+ "routing": {
2898
+ "send": {
2899
+ "type": "query",
2900
+ "property": "productId",
2901
+ "value": "={{ $value }}",
2902
+ "propertyInDotNotation": false
2903
+ }
2904
+ },
2905
+ "displayOptions": {
2906
+ "show": {
2907
+ "resource": [
2908
+ "Simple Earn"
2909
+ ],
2910
+ "operation": [
2911
+ "GET Sapi V 1 Simple Earn Flexible History Rewards Record"
2912
+ ]
2913
+ }
2914
+ }
2915
+ },
2916
+ {
2917
+ "displayName": "Asset",
2918
+ "name": "asset",
2919
+ "default": "",
2920
+ "type": "string",
2921
+ "routing": {
2922
+ "send": {
2923
+ "type": "query",
2924
+ "property": "asset",
2925
+ "value": "={{ $value }}",
2926
+ "propertyInDotNotation": false
2927
+ }
2928
+ },
2929
+ "displayOptions": {
2930
+ "show": {
2931
+ "resource": [
2932
+ "Simple Earn"
2933
+ ],
2934
+ "operation": [
2935
+ "GET Sapi V 1 Simple Earn Flexible History Rewards Record"
2936
+ ]
2937
+ }
2938
+ }
2939
+ },
2940
+ {
2941
+ "displayName": "Start Time",
2942
+ "name": "startTime",
2943
+ "description": "UTC timestamp in ms",
2944
+ "default": 0,
2945
+ "type": "number",
2946
+ "routing": {
2947
+ "send": {
2948
+ "type": "query",
2949
+ "property": "startTime",
2950
+ "value": "={{ $value }}",
2951
+ "propertyInDotNotation": false
2952
+ }
2953
+ },
2954
+ "displayOptions": {
2955
+ "show": {
2956
+ "resource": [
2957
+ "Simple Earn"
2958
+ ],
2959
+ "operation": [
2960
+ "GET Sapi V 1 Simple Earn Flexible History Rewards Record"
2961
+ ]
2962
+ }
2963
+ }
2964
+ },
2965
+ {
2966
+ "displayName": "End Time",
2967
+ "name": "endTime",
2968
+ "description": "UTC timestamp in ms",
2969
+ "default": 0,
2970
+ "type": "number",
2971
+ "routing": {
2972
+ "send": {
2973
+ "type": "query",
2974
+ "property": "endTime",
2975
+ "value": "={{ $value }}",
2976
+ "propertyInDotNotation": false
2977
+ }
2978
+ },
2979
+ "displayOptions": {
2980
+ "show": {
2981
+ "resource": [
2982
+ "Simple Earn"
2983
+ ],
2984
+ "operation": [
2985
+ "GET Sapi V 1 Simple Earn Flexible History Rewards Record"
2986
+ ]
2987
+ }
2988
+ }
2989
+ },
2990
+ {
2991
+ "displayName": "Type",
2992
+ "name": "type",
2993
+ "required": true,
2994
+ "description": "\"BONUS\", \"REALTIME\", \"REWARDS\"",
2995
+ "default": "",
2996
+ "type": "string",
2997
+ "routing": {
2998
+ "send": {
2999
+ "type": "query",
3000
+ "property": "type",
3001
+ "value": "={{ $value }}",
3002
+ "propertyInDotNotation": false
3003
+ }
3004
+ },
3005
+ "displayOptions": {
3006
+ "show": {
3007
+ "resource": [
3008
+ "Simple Earn"
3009
+ ],
3010
+ "operation": [
3011
+ "GET Sapi V 1 Simple Earn Flexible History Rewards Record"
3012
+ ]
3013
+ }
3014
+ }
3015
+ },
3016
+ {
3017
+ "displayName": "GET /sapi/v1/simple-earn/locked/history/rewardsRecord",
3018
+ "name": "operation",
3019
+ "type": "notice",
3020
+ "typeOptions": {
3021
+ "theme": "info"
3022
+ },
3023
+ "default": "",
3024
+ "displayOptions": {
3025
+ "show": {
3026
+ "resource": [
3027
+ "Simple Earn"
3028
+ ],
3029
+ "operation": [
3030
+ "GET Sapi V 1 Simple Earn Locked History Rewards Record"
3031
+ ]
3032
+ }
3033
+ }
3034
+ },
3035
+ {
3036
+ "displayName": "Position Id",
3037
+ "name": "positionId",
3038
+ "default": "",
3039
+ "type": "string",
3040
+ "routing": {
3041
+ "send": {
3042
+ "type": "query",
3043
+ "property": "positionId",
3044
+ "value": "={{ $value }}",
3045
+ "propertyInDotNotation": false
3046
+ }
3047
+ },
3048
+ "displayOptions": {
3049
+ "show": {
3050
+ "resource": [
3051
+ "Simple Earn"
3052
+ ],
3053
+ "operation": [
3054
+ "GET Sapi V 1 Simple Earn Locked History Rewards Record"
3055
+ ]
3056
+ }
3057
+ }
3058
+ },
3059
+ {
3060
+ "displayName": "Asset",
3061
+ "name": "asset",
3062
+ "default": "",
3063
+ "type": "string",
3064
+ "routing": {
3065
+ "send": {
3066
+ "type": "query",
3067
+ "property": "asset",
3068
+ "value": "={{ $value }}",
3069
+ "propertyInDotNotation": false
3070
+ }
3071
+ },
3072
+ "displayOptions": {
3073
+ "show": {
3074
+ "resource": [
3075
+ "Simple Earn"
3076
+ ],
3077
+ "operation": [
3078
+ "GET Sapi V 1 Simple Earn Locked History Rewards Record"
3079
+ ]
3080
+ }
3081
+ }
3082
+ },
3083
+ {
3084
+ "displayName": "Start Time",
3085
+ "name": "startTime",
3086
+ "description": "UTC timestamp in ms",
3087
+ "default": 0,
3088
+ "type": "number",
3089
+ "routing": {
3090
+ "send": {
3091
+ "type": "query",
3092
+ "property": "startTime",
3093
+ "value": "={{ $value }}",
3094
+ "propertyInDotNotation": false
3095
+ }
3096
+ },
3097
+ "displayOptions": {
3098
+ "show": {
3099
+ "resource": [
3100
+ "Simple Earn"
3101
+ ],
3102
+ "operation": [
3103
+ "GET Sapi V 1 Simple Earn Locked History Rewards Record"
3104
+ ]
3105
+ }
3106
+ }
3107
+ },
3108
+ {
3109
+ "displayName": "End Time",
3110
+ "name": "endTime",
3111
+ "description": "UTC timestamp in ms",
3112
+ "default": 0,
3113
+ "type": "number",
3114
+ "routing": {
3115
+ "send": {
3116
+ "type": "query",
3117
+ "property": "endTime",
3118
+ "value": "={{ $value }}",
3119
+ "propertyInDotNotation": false
3120
+ }
3121
+ },
3122
+ "displayOptions": {
3123
+ "show": {
3124
+ "resource": [
3125
+ "Simple Earn"
3126
+ ],
3127
+ "operation": [
3128
+ "GET Sapi V 1 Simple Earn Locked History Rewards Record"
3129
+ ]
3130
+ }
3131
+ }
3132
+ },
3133
+ {
3134
+ "displayName": "Size",
3135
+ "name": "size",
3136
+ "description": "Default:10 Max:100",
3137
+ "default": 100,
3138
+ "type": "number",
3139
+ "routing": {
3140
+ "send": {
3141
+ "type": "query",
3142
+ "property": "size",
3143
+ "value": "={{ $value }}",
3144
+ "propertyInDotNotation": false
3145
+ }
3146
+ },
3147
+ "displayOptions": {
3148
+ "show": {
3149
+ "resource": [
3150
+ "Simple Earn"
3151
+ ],
3152
+ "operation": [
3153
+ "GET Sapi V 1 Simple Earn Locked History Rewards Record"
3154
+ ]
3155
+ }
3156
+ }
3157
+ },
3158
+ {
3159
+ "displayName": "Recv Window",
3160
+ "name": "recvWindow",
3161
+ "description": "The value cannot be greater than 60000",
3162
+ "default": 5000,
3163
+ "type": "number",
3164
+ "routing": {
3165
+ "send": {
3166
+ "type": "query",
3167
+ "property": "recvWindow",
3168
+ "value": "={{ $value }}",
3169
+ "propertyInDotNotation": false
3170
+ }
3171
+ },
3172
+ "displayOptions": {
3173
+ "show": {
3174
+ "resource": [
3175
+ "Simple Earn"
3176
+ ],
3177
+ "operation": [
3178
+ "GET Sapi V 1 Simple Earn Locked History Rewards Record"
3179
+ ]
3180
+ }
3181
+ }
3182
+ },
3183
+ {
3184
+ "displayName": "Timestamp",
3185
+ "name": "timestamp",
3186
+ "required": true,
3187
+ "description": "UTC timestamp in ms",
3188
+ "default": 0,
3189
+ "type": "number",
3190
+ "routing": {
3191
+ "send": {
3192
+ "type": "query",
3193
+ "property": "timestamp",
3194
+ "value": "={{ $value }}",
3195
+ "propertyInDotNotation": false
3196
+ }
3197
+ },
3198
+ "displayOptions": {
3199
+ "show": {
3200
+ "resource": [
3201
+ "Simple Earn"
3202
+ ],
3203
+ "operation": [
3204
+ "GET Sapi V 1 Simple Earn Locked History Rewards Record"
3205
+ ]
3206
+ }
3207
+ }
3208
+ },
3209
+ {
3210
+ "displayName": "Signature",
3211
+ "name": "signature",
3212
+ "required": true,
3213
+ "description": "Signature",
3214
+ "default": "",
3215
+ "type": "string",
3216
+ "routing": {
3217
+ "send": {
3218
+ "type": "query",
3219
+ "property": "signature",
3220
+ "value": "={{ $value }}",
3221
+ "propertyInDotNotation": false
3222
+ }
3223
+ },
3224
+ "displayOptions": {
3225
+ "show": {
3226
+ "resource": [
3227
+ "Simple Earn"
3228
+ ],
3229
+ "operation": [
3230
+ "GET Sapi V 1 Simple Earn Locked History Rewards Record"
3231
+ ]
3232
+ }
3233
+ }
3234
+ },
3235
+ {
3236
+ "displayName": "POST /sapi/v1/simple-earn/flexible/setAutoSubscribe",
3237
+ "name": "operation",
3238
+ "type": "notice",
3239
+ "typeOptions": {
3240
+ "theme": "info"
3241
+ },
3242
+ "default": "",
3243
+ "displayOptions": {
3244
+ "show": {
3245
+ "resource": [
3246
+ "Simple Earn"
3247
+ ],
3248
+ "operation": [
3249
+ "POST Sapi V 1 Simple Earn Flexible Set Auto Subscribe"
3250
+ ]
3251
+ }
3252
+ }
3253
+ },
3254
+ {
3255
+ "displayName": "Product Id",
3256
+ "name": "productId",
3257
+ "required": true,
3258
+ "default": "",
3259
+ "type": "string",
3260
+ "routing": {
3261
+ "send": {
3262
+ "type": "query",
3263
+ "property": "productId",
3264
+ "value": "={{ $value }}",
3265
+ "propertyInDotNotation": false
3266
+ }
3267
+ },
3268
+ "displayOptions": {
3269
+ "show": {
3270
+ "resource": [
3271
+ "Simple Earn"
3272
+ ],
3273
+ "operation": [
3274
+ "POST Sapi V 1 Simple Earn Flexible Set Auto Subscribe"
3275
+ ]
3276
+ }
3277
+ }
3278
+ },
3279
+ {
3280
+ "displayName": "Auto Subscribe",
3281
+ "name": "autoSubscribe",
3282
+ "required": true,
3283
+ "description": "true or false",
3284
+ "default": true,
3285
+ "type": "boolean",
3286
+ "routing": {
3287
+ "send": {
3288
+ "type": "query",
3289
+ "property": "autoSubscribe",
3290
+ "value": "={{ $value }}",
3291
+ "propertyInDotNotation": false
3292
+ }
3293
+ },
3294
+ "displayOptions": {
3295
+ "show": {
3296
+ "resource": [
3297
+ "Simple Earn"
3298
+ ],
3299
+ "operation": [
3300
+ "POST Sapi V 1 Simple Earn Flexible Set Auto Subscribe"
3301
+ ]
3302
+ }
3303
+ }
3304
+ },
3305
+ {
3306
+ "displayName": "Recv Window",
3307
+ "name": "recvWindow",
3308
+ "description": "The value cannot be greater than 60000",
3309
+ "default": 5000,
3310
+ "type": "number",
3311
+ "routing": {
3312
+ "send": {
3313
+ "type": "query",
3314
+ "property": "recvWindow",
3315
+ "value": "={{ $value }}",
3316
+ "propertyInDotNotation": false
3317
+ }
3318
+ },
3319
+ "displayOptions": {
3320
+ "show": {
3321
+ "resource": [
3322
+ "Simple Earn"
3323
+ ],
3324
+ "operation": [
3325
+ "POST Sapi V 1 Simple Earn Flexible Set Auto Subscribe"
3326
+ ]
3327
+ }
3328
+ }
3329
+ },
3330
+ {
3331
+ "displayName": "Timestamp",
3332
+ "name": "timestamp",
3333
+ "required": true,
3334
+ "description": "UTC timestamp in ms",
3335
+ "default": 0,
3336
+ "type": "number",
3337
+ "routing": {
3338
+ "send": {
3339
+ "type": "query",
3340
+ "property": "timestamp",
3341
+ "value": "={{ $value }}",
3342
+ "propertyInDotNotation": false
3343
+ }
3344
+ },
3345
+ "displayOptions": {
3346
+ "show": {
3347
+ "resource": [
3348
+ "Simple Earn"
3349
+ ],
3350
+ "operation": [
3351
+ "POST Sapi V 1 Simple Earn Flexible Set Auto Subscribe"
3352
+ ]
3353
+ }
3354
+ }
3355
+ },
3356
+ {
3357
+ "displayName": "Signature",
3358
+ "name": "signature",
3359
+ "required": true,
3360
+ "description": "Signature",
3361
+ "default": "",
3362
+ "type": "string",
3363
+ "routing": {
3364
+ "send": {
3365
+ "type": "query",
3366
+ "property": "signature",
3367
+ "value": "={{ $value }}",
3368
+ "propertyInDotNotation": false
3369
+ }
3370
+ },
3371
+ "displayOptions": {
3372
+ "show": {
3373
+ "resource": [
3374
+ "Simple Earn"
3375
+ ],
3376
+ "operation": [
3377
+ "POST Sapi V 1 Simple Earn Flexible Set Auto Subscribe"
3378
+ ]
3379
+ }
3380
+ }
3381
+ },
3382
+ {
3383
+ "displayName": "POST /sapi/v1/simple-earn/locked/setAutoSubscribe",
3384
+ "name": "operation",
3385
+ "type": "notice",
3386
+ "typeOptions": {
3387
+ "theme": "info"
3388
+ },
3389
+ "default": "",
3390
+ "displayOptions": {
3391
+ "show": {
3392
+ "resource": [
3393
+ "Simple Earn"
3394
+ ],
3395
+ "operation": [
3396
+ "POST Sapi V 1 Simple Earn Locked Set Auto Subscribe"
3397
+ ]
3398
+ }
3399
+ }
3400
+ },
3401
+ {
3402
+ "displayName": "Position Id",
3403
+ "name": "positionId",
3404
+ "required": true,
3405
+ "default": "",
3406
+ "type": "string",
3407
+ "routing": {
3408
+ "send": {
3409
+ "type": "query",
3410
+ "property": "positionId",
3411
+ "value": "={{ $value }}",
3412
+ "propertyInDotNotation": false
3413
+ }
3414
+ },
3415
+ "displayOptions": {
3416
+ "show": {
3417
+ "resource": [
3418
+ "Simple Earn"
3419
+ ],
3420
+ "operation": [
3421
+ "POST Sapi V 1 Simple Earn Locked Set Auto Subscribe"
3422
+ ]
3423
+ }
3424
+ }
3425
+ },
3426
+ {
3427
+ "displayName": "Auto Subscribe",
3428
+ "name": "autoSubscribe",
3429
+ "required": true,
3430
+ "description": "true or false",
3431
+ "default": true,
3432
+ "type": "boolean",
3433
+ "routing": {
3434
+ "send": {
3435
+ "type": "query",
3436
+ "property": "autoSubscribe",
3437
+ "value": "={{ $value }}",
3438
+ "propertyInDotNotation": false
3439
+ }
3440
+ },
3441
+ "displayOptions": {
3442
+ "show": {
3443
+ "resource": [
3444
+ "Simple Earn"
3445
+ ],
3446
+ "operation": [
3447
+ "POST Sapi V 1 Simple Earn Locked Set Auto Subscribe"
3448
+ ]
3449
+ }
3450
+ }
3451
+ },
3452
+ {
3453
+ "displayName": "Recv Window",
3454
+ "name": "recvWindow",
3455
+ "description": "The value cannot be greater than 60000",
3456
+ "default": 5000,
3457
+ "type": "number",
3458
+ "routing": {
3459
+ "send": {
3460
+ "type": "query",
3461
+ "property": "recvWindow",
3462
+ "value": "={{ $value }}",
3463
+ "propertyInDotNotation": false
3464
+ }
3465
+ },
3466
+ "displayOptions": {
3467
+ "show": {
3468
+ "resource": [
3469
+ "Simple Earn"
3470
+ ],
3471
+ "operation": [
3472
+ "POST Sapi V 1 Simple Earn Locked Set Auto Subscribe"
3473
+ ]
3474
+ }
3475
+ }
3476
+ },
3477
+ {
3478
+ "displayName": "Timestamp",
3479
+ "name": "timestamp",
3480
+ "required": true,
3481
+ "description": "UTC timestamp in ms",
3482
+ "default": 0,
3483
+ "type": "number",
3484
+ "routing": {
3485
+ "send": {
3486
+ "type": "query",
3487
+ "property": "timestamp",
3488
+ "value": "={{ $value }}",
3489
+ "propertyInDotNotation": false
3490
+ }
3491
+ },
3492
+ "displayOptions": {
3493
+ "show": {
3494
+ "resource": [
3495
+ "Simple Earn"
3496
+ ],
3497
+ "operation": [
3498
+ "POST Sapi V 1 Simple Earn Locked Set Auto Subscribe"
3499
+ ]
3500
+ }
3501
+ }
3502
+ },
3503
+ {
3504
+ "displayName": "Signature",
3505
+ "name": "signature",
3506
+ "required": true,
3507
+ "description": "Signature",
3508
+ "default": "",
3509
+ "type": "string",
3510
+ "routing": {
3511
+ "send": {
3512
+ "type": "query",
3513
+ "property": "signature",
3514
+ "value": "={{ $value }}",
3515
+ "propertyInDotNotation": false
3516
+ }
3517
+ },
3518
+ "displayOptions": {
3519
+ "show": {
3520
+ "resource": [
3521
+ "Simple Earn"
3522
+ ],
3523
+ "operation": [
3524
+ "POST Sapi V 1 Simple Earn Locked Set Auto Subscribe"
3525
+ ]
3526
+ }
3527
+ }
3528
+ },
3529
+ {
3530
+ "displayName": "GET /sapi/v1/simple-earn/flexible/personalLeftQuota",
3531
+ "name": "operation",
3532
+ "type": "notice",
3533
+ "typeOptions": {
3534
+ "theme": "info"
3535
+ },
3536
+ "default": "",
3537
+ "displayOptions": {
3538
+ "show": {
3539
+ "resource": [
3540
+ "Simple Earn"
3541
+ ],
3542
+ "operation": [
3543
+ "GET Sapi V 1 Simple Earn Flexible Personal Left Quota"
3544
+ ]
3545
+ }
3546
+ }
3547
+ },
3548
+ {
3549
+ "displayName": "Product Id",
3550
+ "name": "productId",
3551
+ "required": true,
3552
+ "default": "",
3553
+ "type": "string",
3554
+ "routing": {
3555
+ "send": {
3556
+ "type": "query",
3557
+ "property": "productId",
3558
+ "value": "={{ $value }}",
3559
+ "propertyInDotNotation": false
3560
+ }
3561
+ },
3562
+ "displayOptions": {
3563
+ "show": {
3564
+ "resource": [
3565
+ "Simple Earn"
3566
+ ],
3567
+ "operation": [
3568
+ "GET Sapi V 1 Simple Earn Flexible Personal Left Quota"
3569
+ ]
3570
+ }
3571
+ }
3572
+ },
3573
+ {
3574
+ "displayName": "Recv Window",
3575
+ "name": "recvWindow",
3576
+ "description": "The value cannot be greater than 60000",
3577
+ "default": 5000,
3578
+ "type": "number",
3579
+ "routing": {
3580
+ "send": {
3581
+ "type": "query",
3582
+ "property": "recvWindow",
3583
+ "value": "={{ $value }}",
3584
+ "propertyInDotNotation": false
3585
+ }
3586
+ },
3587
+ "displayOptions": {
3588
+ "show": {
3589
+ "resource": [
3590
+ "Simple Earn"
3591
+ ],
3592
+ "operation": [
3593
+ "GET Sapi V 1 Simple Earn Flexible Personal Left Quota"
3594
+ ]
3595
+ }
3596
+ }
3597
+ },
3598
+ {
3599
+ "displayName": "Timestamp",
3600
+ "name": "timestamp",
3601
+ "required": true,
3602
+ "description": "UTC timestamp in ms",
3603
+ "default": 0,
3604
+ "type": "number",
3605
+ "routing": {
3606
+ "send": {
3607
+ "type": "query",
3608
+ "property": "timestamp",
3609
+ "value": "={{ $value }}",
3610
+ "propertyInDotNotation": false
3611
+ }
3612
+ },
3613
+ "displayOptions": {
3614
+ "show": {
3615
+ "resource": [
3616
+ "Simple Earn"
3617
+ ],
3618
+ "operation": [
3619
+ "GET Sapi V 1 Simple Earn Flexible Personal Left Quota"
3620
+ ]
3621
+ }
3622
+ }
3623
+ },
3624
+ {
3625
+ "displayName": "Signature",
3626
+ "name": "signature",
3627
+ "required": true,
3628
+ "description": "Signature",
3629
+ "default": "",
3630
+ "type": "string",
3631
+ "routing": {
3632
+ "send": {
3633
+ "type": "query",
3634
+ "property": "signature",
3635
+ "value": "={{ $value }}",
3636
+ "propertyInDotNotation": false
3637
+ }
3638
+ },
3639
+ "displayOptions": {
3640
+ "show": {
3641
+ "resource": [
3642
+ "Simple Earn"
3643
+ ],
3644
+ "operation": [
3645
+ "GET Sapi V 1 Simple Earn Flexible Personal Left Quota"
3646
+ ]
3647
+ }
3648
+ }
3649
+ },
3650
+ {
3651
+ "displayName": "GET /sapi/v1/simple-earn/locked/personalLeftQuota",
3652
+ "name": "operation",
3653
+ "type": "notice",
3654
+ "typeOptions": {
3655
+ "theme": "info"
3656
+ },
3657
+ "default": "",
3658
+ "displayOptions": {
3659
+ "show": {
3660
+ "resource": [
3661
+ "Simple Earn"
3662
+ ],
3663
+ "operation": [
3664
+ "GET Sapi V 1 Simple Earn Locked Personal Left Quota"
3665
+ ]
3666
+ }
3667
+ }
3668
+ },
3669
+ {
3670
+ "displayName": "Project Id",
3671
+ "name": "projectId",
3672
+ "required": true,
3673
+ "default": "",
3674
+ "type": "string",
3675
+ "routing": {
3676
+ "send": {
3677
+ "type": "query",
3678
+ "property": "projectId",
3679
+ "value": "={{ $value }}",
3680
+ "propertyInDotNotation": false
3681
+ }
3682
+ },
3683
+ "displayOptions": {
3684
+ "show": {
3685
+ "resource": [
3686
+ "Simple Earn"
3687
+ ],
3688
+ "operation": [
3689
+ "GET Sapi V 1 Simple Earn Locked Personal Left Quota"
3690
+ ]
3691
+ }
3692
+ }
3693
+ },
3694
+ {
3695
+ "displayName": "Recv Window",
3696
+ "name": "recvWindow",
3697
+ "description": "The value cannot be greater than 60000",
3698
+ "default": 5000,
3699
+ "type": "number",
3700
+ "routing": {
3701
+ "send": {
3702
+ "type": "query",
3703
+ "property": "recvWindow",
3704
+ "value": "={{ $value }}",
3705
+ "propertyInDotNotation": false
3706
+ }
3707
+ },
3708
+ "displayOptions": {
3709
+ "show": {
3710
+ "resource": [
3711
+ "Simple Earn"
3712
+ ],
3713
+ "operation": [
3714
+ "GET Sapi V 1 Simple Earn Locked Personal Left Quota"
3715
+ ]
3716
+ }
3717
+ }
3718
+ },
3719
+ {
3720
+ "displayName": "Timestamp",
3721
+ "name": "timestamp",
3722
+ "required": true,
3723
+ "description": "UTC timestamp in ms",
3724
+ "default": 0,
3725
+ "type": "number",
3726
+ "routing": {
3727
+ "send": {
3728
+ "type": "query",
3729
+ "property": "timestamp",
3730
+ "value": "={{ $value }}",
3731
+ "propertyInDotNotation": false
3732
+ }
3733
+ },
3734
+ "displayOptions": {
3735
+ "show": {
3736
+ "resource": [
3737
+ "Simple Earn"
3738
+ ],
3739
+ "operation": [
3740
+ "GET Sapi V 1 Simple Earn Locked Personal Left Quota"
3741
+ ]
3742
+ }
3743
+ }
3744
+ },
3745
+ {
3746
+ "displayName": "Signature",
3747
+ "name": "signature",
3748
+ "required": true,
3749
+ "description": "Signature",
3750
+ "default": "",
3751
+ "type": "string",
3752
+ "routing": {
3753
+ "send": {
3754
+ "type": "query",
3755
+ "property": "signature",
3756
+ "value": "={{ $value }}",
3757
+ "propertyInDotNotation": false
3758
+ }
3759
+ },
3760
+ "displayOptions": {
3761
+ "show": {
3762
+ "resource": [
3763
+ "Simple Earn"
3764
+ ],
3765
+ "operation": [
3766
+ "GET Sapi V 1 Simple Earn Locked Personal Left Quota"
3767
+ ]
3768
+ }
3769
+ }
3770
+ },
3771
+ {
3772
+ "displayName": "GET /sapi/v1/simple-earn/flexible/subscriptionPreview",
3773
+ "name": "operation",
3774
+ "type": "notice",
3775
+ "typeOptions": {
3776
+ "theme": "info"
3777
+ },
3778
+ "default": "",
3779
+ "displayOptions": {
3780
+ "show": {
3781
+ "resource": [
3782
+ "Simple Earn"
3783
+ ],
3784
+ "operation": [
3785
+ "GET Sapi V 1 Simple Earn Flexible Subscription Preview"
3786
+ ]
3787
+ }
3788
+ }
3789
+ },
3790
+ {
3791
+ "displayName": "Product Id",
3792
+ "name": "productId",
3793
+ "required": true,
3794
+ "default": "",
3795
+ "type": "string",
3796
+ "routing": {
3797
+ "send": {
3798
+ "type": "query",
3799
+ "property": "productId",
3800
+ "value": "={{ $value }}",
3801
+ "propertyInDotNotation": false
3802
+ }
3803
+ },
3804
+ "displayOptions": {
3805
+ "show": {
3806
+ "resource": [
3807
+ "Simple Earn"
3808
+ ],
3809
+ "operation": [
3810
+ "GET Sapi V 1 Simple Earn Flexible Subscription Preview"
3811
+ ]
3812
+ }
3813
+ }
3814
+ },
3815
+ {
3816
+ "displayName": "Amount",
3817
+ "name": "amount",
3818
+ "required": true,
3819
+ "default": 0,
3820
+ "type": "number",
3821
+ "routing": {
3822
+ "send": {
3823
+ "type": "query",
3824
+ "property": "amount",
3825
+ "value": "={{ $value }}",
3826
+ "propertyInDotNotation": false
3827
+ }
3828
+ },
3829
+ "displayOptions": {
3830
+ "show": {
3831
+ "resource": [
3832
+ "Simple Earn"
3833
+ ],
3834
+ "operation": [
3835
+ "GET Sapi V 1 Simple Earn Flexible Subscription Preview"
3836
+ ]
3837
+ }
3838
+ }
3839
+ },
3840
+ {
3841
+ "displayName": "Recv Window",
3842
+ "name": "recvWindow",
3843
+ "description": "The value cannot be greater than 60000",
3844
+ "default": 5000,
3845
+ "type": "number",
3846
+ "routing": {
3847
+ "send": {
3848
+ "type": "query",
3849
+ "property": "recvWindow",
3850
+ "value": "={{ $value }}",
3851
+ "propertyInDotNotation": false
3852
+ }
3853
+ },
3854
+ "displayOptions": {
3855
+ "show": {
3856
+ "resource": [
3857
+ "Simple Earn"
3858
+ ],
3859
+ "operation": [
3860
+ "GET Sapi V 1 Simple Earn Flexible Subscription Preview"
3861
+ ]
3862
+ }
3863
+ }
3864
+ },
3865
+ {
3866
+ "displayName": "Timestamp",
3867
+ "name": "timestamp",
3868
+ "required": true,
3869
+ "description": "UTC timestamp in ms",
3870
+ "default": 0,
3871
+ "type": "number",
3872
+ "routing": {
3873
+ "send": {
3874
+ "type": "query",
3875
+ "property": "timestamp",
3876
+ "value": "={{ $value }}",
3877
+ "propertyInDotNotation": false
3878
+ }
3879
+ },
3880
+ "displayOptions": {
3881
+ "show": {
3882
+ "resource": [
3883
+ "Simple Earn"
3884
+ ],
3885
+ "operation": [
3886
+ "GET Sapi V 1 Simple Earn Flexible Subscription Preview"
3887
+ ]
3888
+ }
3889
+ }
3890
+ },
3891
+ {
3892
+ "displayName": "Signature",
3893
+ "name": "signature",
3894
+ "required": true,
3895
+ "description": "Signature",
3896
+ "default": "",
3897
+ "type": "string",
3898
+ "routing": {
3899
+ "send": {
3900
+ "type": "query",
3901
+ "property": "signature",
3902
+ "value": "={{ $value }}",
3903
+ "propertyInDotNotation": false
3904
+ }
3905
+ },
3906
+ "displayOptions": {
3907
+ "show": {
3908
+ "resource": [
3909
+ "Simple Earn"
3910
+ ],
3911
+ "operation": [
3912
+ "GET Sapi V 1 Simple Earn Flexible Subscription Preview"
3913
+ ]
3914
+ }
3915
+ }
3916
+ },
3917
+ {
3918
+ "displayName": "GET /sapi/v1/simple-earn/locked/subscriptionPreview",
3919
+ "name": "operation",
3920
+ "type": "notice",
3921
+ "typeOptions": {
3922
+ "theme": "info"
3923
+ },
3924
+ "default": "",
3925
+ "displayOptions": {
3926
+ "show": {
3927
+ "resource": [
3928
+ "Simple Earn"
3929
+ ],
3930
+ "operation": [
3931
+ "GET Sapi V 1 Simple Earn Locked Subscription Preview"
3932
+ ]
3933
+ }
3934
+ }
3935
+ },
3936
+ {
3937
+ "displayName": "Project Id",
3938
+ "name": "projectId",
3939
+ "required": true,
3940
+ "default": "",
3941
+ "type": "string",
3942
+ "routing": {
3943
+ "send": {
3944
+ "type": "query",
3945
+ "property": "projectId",
3946
+ "value": "={{ $value }}",
3947
+ "propertyInDotNotation": false
3948
+ }
3949
+ },
3950
+ "displayOptions": {
3951
+ "show": {
3952
+ "resource": [
3953
+ "Simple Earn"
3954
+ ],
3955
+ "operation": [
3956
+ "GET Sapi V 1 Simple Earn Locked Subscription Preview"
3957
+ ]
3958
+ }
3959
+ }
3960
+ },
3961
+ {
3962
+ "displayName": "Amount",
3963
+ "name": "amount",
3964
+ "required": true,
3965
+ "default": 0,
3966
+ "type": "number",
3967
+ "routing": {
3968
+ "send": {
3969
+ "type": "query",
3970
+ "property": "amount",
3971
+ "value": "={{ $value }}",
3972
+ "propertyInDotNotation": false
3973
+ }
3974
+ },
3975
+ "displayOptions": {
3976
+ "show": {
3977
+ "resource": [
3978
+ "Simple Earn"
3979
+ ],
3980
+ "operation": [
3981
+ "GET Sapi V 1 Simple Earn Locked Subscription Preview"
3982
+ ]
3983
+ }
3984
+ }
3985
+ },
3986
+ {
3987
+ "displayName": "Auto Subscribe",
3988
+ "name": "autoSubscribe",
3989
+ "description": "true or false, default true.",
3990
+ "default": true,
3991
+ "type": "boolean",
3992
+ "routing": {
3993
+ "send": {
3994
+ "type": "query",
3995
+ "property": "autoSubscribe",
3996
+ "value": "={{ $value }}",
3997
+ "propertyInDotNotation": false
3998
+ }
3999
+ },
4000
+ "displayOptions": {
4001
+ "show": {
4002
+ "resource": [
4003
+ "Simple Earn"
4004
+ ],
4005
+ "operation": [
4006
+ "GET Sapi V 1 Simple Earn Locked Subscription Preview"
4007
+ ]
4008
+ }
4009
+ }
4010
+ },
4011
+ {
4012
+ "displayName": "Recv Window",
4013
+ "name": "recvWindow",
4014
+ "description": "The value cannot be greater than 60000",
4015
+ "default": 5000,
4016
+ "type": "number",
4017
+ "routing": {
4018
+ "send": {
4019
+ "type": "query",
4020
+ "property": "recvWindow",
4021
+ "value": "={{ $value }}",
4022
+ "propertyInDotNotation": false
4023
+ }
4024
+ },
4025
+ "displayOptions": {
4026
+ "show": {
4027
+ "resource": [
4028
+ "Simple Earn"
4029
+ ],
4030
+ "operation": [
4031
+ "GET Sapi V 1 Simple Earn Locked Subscription Preview"
4032
+ ]
4033
+ }
4034
+ }
4035
+ },
4036
+ {
4037
+ "displayName": "Timestamp",
4038
+ "name": "timestamp",
4039
+ "required": true,
4040
+ "description": "UTC timestamp in ms",
4041
+ "default": 0,
4042
+ "type": "number",
4043
+ "routing": {
4044
+ "send": {
4045
+ "type": "query",
4046
+ "property": "timestamp",
4047
+ "value": "={{ $value }}",
4048
+ "propertyInDotNotation": false
4049
+ }
4050
+ },
4051
+ "displayOptions": {
4052
+ "show": {
4053
+ "resource": [
4054
+ "Simple Earn"
4055
+ ],
4056
+ "operation": [
4057
+ "GET Sapi V 1 Simple Earn Locked Subscription Preview"
4058
+ ]
4059
+ }
4060
+ }
4061
+ },
4062
+ {
4063
+ "displayName": "Signature",
4064
+ "name": "signature",
4065
+ "required": true,
4066
+ "description": "Signature",
4067
+ "default": "",
4068
+ "type": "string",
4069
+ "routing": {
4070
+ "send": {
4071
+ "type": "query",
4072
+ "property": "signature",
4073
+ "value": "={{ $value }}",
4074
+ "propertyInDotNotation": false
4075
+ }
4076
+ },
4077
+ "displayOptions": {
4078
+ "show": {
4079
+ "resource": [
4080
+ "Simple Earn"
4081
+ ],
4082
+ "operation": [
4083
+ "GET Sapi V 1 Simple Earn Locked Subscription Preview"
4084
+ ]
4085
+ }
4086
+ }
4087
+ },
4088
+ {
4089
+ "displayName": "GET /sapi/v1/simple-earn/locked/setRedeemOption",
4090
+ "name": "operation",
4091
+ "type": "notice",
4092
+ "typeOptions": {
4093
+ "theme": "info"
4094
+ },
4095
+ "default": "",
4096
+ "displayOptions": {
4097
+ "show": {
4098
+ "resource": [
4099
+ "Simple Earn"
4100
+ ],
4101
+ "operation": [
4102
+ "GET Sapi V 1 Simple Earn Locked Set Redeem Option"
4103
+ ]
4104
+ }
4105
+ }
4106
+ },
4107
+ {
4108
+ "displayName": "Position Id",
4109
+ "name": "positionId",
4110
+ "required": true,
4111
+ "default": "",
4112
+ "type": "string",
4113
+ "routing": {
4114
+ "send": {
4115
+ "type": "query",
4116
+ "property": "positionId",
4117
+ "value": "={{ $value }}",
4118
+ "propertyInDotNotation": false
4119
+ }
4120
+ },
4121
+ "displayOptions": {
4122
+ "show": {
4123
+ "resource": [
4124
+ "Simple Earn"
4125
+ ],
4126
+ "operation": [
4127
+ "GET Sapi V 1 Simple Earn Locked Set Redeem Option"
4128
+ ]
4129
+ }
4130
+ }
4131
+ },
4132
+ {
4133
+ "displayName": "Redeem To",
4134
+ "name": "redeemTo",
4135
+ "description": "SPOT,FLEXIBLE, default FLEXIBLE",
4136
+ "default": "SPOT",
4137
+ "type": "options",
4138
+ "options": [
4139
+ {
4140
+ "name": "SPOT",
4141
+ "value": "SPOT"
4142
+ },
4143
+ {
4144
+ "name": "FLEXIBLE",
4145
+ "value": "FLEXIBLE"
4146
+ }
4147
+ ],
4148
+ "routing": {
4149
+ "send": {
4150
+ "type": "query",
4151
+ "property": "redeemTo",
4152
+ "value": "={{ $value }}",
4153
+ "propertyInDotNotation": false
4154
+ }
4155
+ },
4156
+ "displayOptions": {
4157
+ "show": {
4158
+ "resource": [
4159
+ "Simple Earn"
4160
+ ],
4161
+ "operation": [
4162
+ "GET Sapi V 1 Simple Earn Locked Set Redeem Option"
4163
+ ]
4164
+ }
4165
+ }
4166
+ },
4167
+ {
4168
+ "displayName": "Recv Window",
4169
+ "name": "recvWindow",
4170
+ "description": "The value cannot be greater than 60000",
4171
+ "default": 5000,
4172
+ "type": "number",
4173
+ "routing": {
4174
+ "send": {
4175
+ "type": "query",
4176
+ "property": "recvWindow",
4177
+ "value": "={{ $value }}",
4178
+ "propertyInDotNotation": false
4179
+ }
4180
+ },
4181
+ "displayOptions": {
4182
+ "show": {
4183
+ "resource": [
4184
+ "Simple Earn"
4185
+ ],
4186
+ "operation": [
4187
+ "GET Sapi V 1 Simple Earn Locked Set Redeem Option"
4188
+ ]
4189
+ }
4190
+ }
4191
+ },
4192
+ {
4193
+ "displayName": "Timestamp",
4194
+ "name": "timestamp",
4195
+ "required": true,
4196
+ "description": "UTC timestamp in ms",
4197
+ "default": 0,
4198
+ "type": "number",
4199
+ "routing": {
4200
+ "send": {
4201
+ "type": "query",
4202
+ "property": "timestamp",
4203
+ "value": "={{ $value }}",
4204
+ "propertyInDotNotation": false
4205
+ }
4206
+ },
4207
+ "displayOptions": {
4208
+ "show": {
4209
+ "resource": [
4210
+ "Simple Earn"
4211
+ ],
4212
+ "operation": [
4213
+ "GET Sapi V 1 Simple Earn Locked Set Redeem Option"
4214
+ ]
4215
+ }
4216
+ }
4217
+ },
4218
+ {
4219
+ "displayName": "Signature",
4220
+ "name": "signature",
4221
+ "required": true,
4222
+ "description": "Signature",
4223
+ "default": "",
4224
+ "type": "string",
4225
+ "routing": {
4226
+ "send": {
4227
+ "type": "query",
4228
+ "property": "signature",
4229
+ "value": "={{ $value }}",
4230
+ "propertyInDotNotation": false
4231
+ }
4232
+ },
4233
+ "displayOptions": {
4234
+ "show": {
4235
+ "resource": [
4236
+ "Simple Earn"
4237
+ ],
4238
+ "operation": [
4239
+ "GET Sapi V 1 Simple Earn Locked Set Redeem Option"
4240
+ ]
4241
+ }
4242
+ }
4243
+ },
4244
+ {
4245
+ "displayName": "GET /sapi/v1/simple-earn/flexible/history/rateHistory",
4246
+ "name": "operation",
4247
+ "type": "notice",
4248
+ "typeOptions": {
4249
+ "theme": "info"
4250
+ },
4251
+ "default": "",
4252
+ "displayOptions": {
4253
+ "show": {
4254
+ "resource": [
4255
+ "Simple Earn"
4256
+ ],
4257
+ "operation": [
4258
+ "GET Sapi V 1 Simple Earn Flexible History Rate History"
4259
+ ]
4260
+ }
4261
+ }
4262
+ },
4263
+ {
4264
+ "displayName": "Product Id",
4265
+ "name": "productId",
4266
+ "required": true,
4267
+ "default": "",
4268
+ "type": "string",
4269
+ "routing": {
4270
+ "send": {
4271
+ "type": "query",
4272
+ "property": "productId",
4273
+ "value": "={{ $value }}",
4274
+ "propertyInDotNotation": false
4275
+ }
4276
+ },
4277
+ "displayOptions": {
4278
+ "show": {
4279
+ "resource": [
4280
+ "Simple Earn"
4281
+ ],
4282
+ "operation": [
4283
+ "GET Sapi V 1 Simple Earn Flexible History Rate History"
4284
+ ]
4285
+ }
4286
+ }
4287
+ },
4288
+ {
4289
+ "displayName": "Start Time",
4290
+ "name": "startTime",
4291
+ "description": "UTC timestamp in ms",
4292
+ "default": 0,
4293
+ "type": "number",
4294
+ "routing": {
4295
+ "send": {
4296
+ "type": "query",
4297
+ "property": "startTime",
4298
+ "value": "={{ $value }}",
4299
+ "propertyInDotNotation": false
4300
+ }
4301
+ },
4302
+ "displayOptions": {
4303
+ "show": {
4304
+ "resource": [
4305
+ "Simple Earn"
4306
+ ],
4307
+ "operation": [
4308
+ "GET Sapi V 1 Simple Earn Flexible History Rate History"
4309
+ ]
4310
+ }
4311
+ }
4312
+ },
4313
+ {
4314
+ "displayName": "End Time",
4315
+ "name": "endTime",
4316
+ "description": "UTC timestamp in ms",
4317
+ "default": 0,
4318
+ "type": "number",
4319
+ "routing": {
4320
+ "send": {
4321
+ "type": "query",
4322
+ "property": "endTime",
4323
+ "value": "={{ $value }}",
4324
+ "propertyInDotNotation": false
4325
+ }
4326
+ },
4327
+ "displayOptions": {
4328
+ "show": {
4329
+ "resource": [
4330
+ "Simple Earn"
4331
+ ],
4332
+ "operation": [
4333
+ "GET Sapi V 1 Simple Earn Flexible History Rate History"
4334
+ ]
4335
+ }
4336
+ }
4337
+ },
4338
+ {
4339
+ "displayName": "Current",
4340
+ "name": "current",
4341
+ "description": "Current querying page. Start from 1. Default:1",
4342
+ "default": 1,
4343
+ "type": "number",
4344
+ "routing": {
4345
+ "send": {
4346
+ "type": "query",
4347
+ "property": "current",
4348
+ "value": "={{ $value }}",
4349
+ "propertyInDotNotation": false
4350
+ }
4351
+ },
4352
+ "displayOptions": {
4353
+ "show": {
4354
+ "resource": [
4355
+ "Simple Earn"
4356
+ ],
4357
+ "operation": [
4358
+ "GET Sapi V 1 Simple Earn Flexible History Rate History"
4359
+ ]
4360
+ }
4361
+ }
4362
+ },
4363
+ {
4364
+ "displayName": "Size",
4365
+ "name": "size",
4366
+ "description": "Default:10 Max:100",
4367
+ "default": 100,
4368
+ "type": "number",
4369
+ "routing": {
4370
+ "send": {
4371
+ "type": "query",
4372
+ "property": "size",
4373
+ "value": "={{ $value }}",
4374
+ "propertyInDotNotation": false
4375
+ }
4376
+ },
4377
+ "displayOptions": {
4378
+ "show": {
4379
+ "resource": [
4380
+ "Simple Earn"
4381
+ ],
4382
+ "operation": [
4383
+ "GET Sapi V 1 Simple Earn Flexible History Rate History"
4384
+ ]
4385
+ }
4386
+ }
4387
+ },
4388
+ {
4389
+ "displayName": "Recv Window",
4390
+ "name": "recvWindow",
4391
+ "description": "The value cannot be greater than 60000",
4392
+ "default": 5000,
4393
+ "type": "number",
4394
+ "routing": {
4395
+ "send": {
4396
+ "type": "query",
4397
+ "property": "recvWindow",
4398
+ "value": "={{ $value }}",
4399
+ "propertyInDotNotation": false
4400
+ }
4401
+ },
4402
+ "displayOptions": {
4403
+ "show": {
4404
+ "resource": [
4405
+ "Simple Earn"
4406
+ ],
4407
+ "operation": [
4408
+ "GET Sapi V 1 Simple Earn Flexible History Rate History"
4409
+ ]
4410
+ }
4411
+ }
4412
+ },
4413
+ {
4414
+ "displayName": "Timestamp",
4415
+ "name": "timestamp",
4416
+ "required": true,
4417
+ "description": "UTC timestamp in ms",
4418
+ "default": 0,
4419
+ "type": "number",
4420
+ "routing": {
4421
+ "send": {
4422
+ "type": "query",
4423
+ "property": "timestamp",
4424
+ "value": "={{ $value }}",
4425
+ "propertyInDotNotation": false
4426
+ }
4427
+ },
4428
+ "displayOptions": {
4429
+ "show": {
4430
+ "resource": [
4431
+ "Simple Earn"
4432
+ ],
4433
+ "operation": [
4434
+ "GET Sapi V 1 Simple Earn Flexible History Rate History"
4435
+ ]
4436
+ }
4437
+ }
4438
+ },
4439
+ {
4440
+ "displayName": "Signature",
4441
+ "name": "signature",
4442
+ "required": true,
4443
+ "description": "Signature",
4444
+ "default": "",
4445
+ "type": "string",
4446
+ "routing": {
4447
+ "send": {
4448
+ "type": "query",
4449
+ "property": "signature",
4450
+ "value": "={{ $value }}",
4451
+ "propertyInDotNotation": false
4452
+ }
4453
+ },
4454
+ "displayOptions": {
4455
+ "show": {
4456
+ "resource": [
4457
+ "Simple Earn"
4458
+ ],
4459
+ "operation": [
4460
+ "GET Sapi V 1 Simple Earn Flexible History Rate History"
4461
+ ]
4462
+ }
4463
+ }
4464
+ },
4465
+ {
4466
+ "displayName": "GET /sapi/v1/simple-earn/flexible/history/collateralRecord",
4467
+ "name": "operation",
4468
+ "type": "notice",
4469
+ "typeOptions": {
4470
+ "theme": "info"
4471
+ },
4472
+ "default": "",
4473
+ "displayOptions": {
4474
+ "show": {
4475
+ "resource": [
4476
+ "Simple Earn"
4477
+ ],
4478
+ "operation": [
4479
+ "GET Sapi V 1 Simple Earn Flexible History Collateral Record"
4480
+ ]
4481
+ }
4482
+ }
4483
+ },
4484
+ {
4485
+ "displayName": "Product Id",
4486
+ "name": "productId",
4487
+ "default": "",
4488
+ "type": "string",
4489
+ "routing": {
4490
+ "send": {
4491
+ "type": "query",
4492
+ "property": "productId",
4493
+ "value": "={{ $value }}",
4494
+ "propertyInDotNotation": false
4495
+ }
4496
+ },
4497
+ "displayOptions": {
4498
+ "show": {
4499
+ "resource": [
4500
+ "Simple Earn"
4501
+ ],
4502
+ "operation": [
4503
+ "GET Sapi V 1 Simple Earn Flexible History Collateral Record"
4504
+ ]
4505
+ }
4506
+ }
4507
+ },
4508
+ {
4509
+ "displayName": "Start Time",
4510
+ "name": "startTime",
4511
+ "description": "UTC timestamp in ms",
4512
+ "default": 0,
4513
+ "type": "number",
4514
+ "routing": {
4515
+ "send": {
4516
+ "type": "query",
4517
+ "property": "startTime",
4518
+ "value": "={{ $value }}",
4519
+ "propertyInDotNotation": false
4520
+ }
4521
+ },
4522
+ "displayOptions": {
4523
+ "show": {
4524
+ "resource": [
4525
+ "Simple Earn"
4526
+ ],
4527
+ "operation": [
4528
+ "GET Sapi V 1 Simple Earn Flexible History Collateral Record"
4529
+ ]
4530
+ }
4531
+ }
4532
+ },
4533
+ {
4534
+ "displayName": "End Time",
4535
+ "name": "endTime",
4536
+ "description": "UTC timestamp in ms",
4537
+ "default": 0,
4538
+ "type": "number",
4539
+ "routing": {
4540
+ "send": {
4541
+ "type": "query",
4542
+ "property": "endTime",
4543
+ "value": "={{ $value }}",
4544
+ "propertyInDotNotation": false
4545
+ }
4546
+ },
4547
+ "displayOptions": {
4548
+ "show": {
4549
+ "resource": [
4550
+ "Simple Earn"
4551
+ ],
4552
+ "operation": [
4553
+ "GET Sapi V 1 Simple Earn Flexible History Collateral Record"
4554
+ ]
4555
+ }
4556
+ }
4557
+ },
4558
+ {
4559
+ "displayName": "Current",
4560
+ "name": "current",
4561
+ "description": "Current querying page. Start from 1. Default:1",
4562
+ "default": 1,
4563
+ "type": "number",
4564
+ "routing": {
4565
+ "send": {
4566
+ "type": "query",
4567
+ "property": "current",
4568
+ "value": "={{ $value }}",
4569
+ "propertyInDotNotation": false
4570
+ }
4571
+ },
4572
+ "displayOptions": {
4573
+ "show": {
4574
+ "resource": [
4575
+ "Simple Earn"
4576
+ ],
4577
+ "operation": [
4578
+ "GET Sapi V 1 Simple Earn Flexible History Collateral Record"
4579
+ ]
4580
+ }
4581
+ }
4582
+ },
4583
+ {
4584
+ "displayName": "Size",
4585
+ "name": "size",
4586
+ "description": "Default:10 Max:100",
4587
+ "default": 100,
4588
+ "type": "number",
4589
+ "routing": {
4590
+ "send": {
4591
+ "type": "query",
4592
+ "property": "size",
4593
+ "value": "={{ $value }}",
4594
+ "propertyInDotNotation": false
4595
+ }
4596
+ },
4597
+ "displayOptions": {
4598
+ "show": {
4599
+ "resource": [
4600
+ "Simple Earn"
4601
+ ],
4602
+ "operation": [
4603
+ "GET Sapi V 1 Simple Earn Flexible History Collateral Record"
4604
+ ]
4605
+ }
4606
+ }
4607
+ },
4608
+ {
4609
+ "displayName": "Recv Window",
4610
+ "name": "recvWindow",
4611
+ "description": "The value cannot be greater than 60000",
4612
+ "default": 5000,
4613
+ "type": "number",
4614
+ "routing": {
4615
+ "send": {
4616
+ "type": "query",
4617
+ "property": "recvWindow",
4618
+ "value": "={{ $value }}",
4619
+ "propertyInDotNotation": false
4620
+ }
4621
+ },
4622
+ "displayOptions": {
4623
+ "show": {
4624
+ "resource": [
4625
+ "Simple Earn"
4626
+ ],
4627
+ "operation": [
4628
+ "GET Sapi V 1 Simple Earn Flexible History Collateral Record"
4629
+ ]
4630
+ }
4631
+ }
4632
+ },
4633
+ {
4634
+ "displayName": "Timestamp",
4635
+ "name": "timestamp",
4636
+ "required": true,
4637
+ "description": "UTC timestamp in ms",
4638
+ "default": 0,
4639
+ "type": "number",
4640
+ "routing": {
4641
+ "send": {
4642
+ "type": "query",
4643
+ "property": "timestamp",
4644
+ "value": "={{ $value }}",
4645
+ "propertyInDotNotation": false
4646
+ }
4647
+ },
4648
+ "displayOptions": {
4649
+ "show": {
4650
+ "resource": [
4651
+ "Simple Earn"
4652
+ ],
4653
+ "operation": [
4654
+ "GET Sapi V 1 Simple Earn Flexible History Collateral Record"
4655
+ ]
4656
+ }
4657
+ }
4658
+ },
4659
+ {
4660
+ "displayName": "Signature",
4661
+ "name": "signature",
4662
+ "required": true,
4663
+ "description": "Signature",
4664
+ "default": "",
4665
+ "type": "string",
4666
+ "routing": {
4667
+ "send": {
4668
+ "type": "query",
4669
+ "property": "signature",
4670
+ "value": "={{ $value }}",
4671
+ "propertyInDotNotation": false
4672
+ }
4673
+ },
4674
+ "displayOptions": {
4675
+ "show": {
4676
+ "resource": [
4677
+ "Simple Earn"
4678
+ ],
4679
+ "operation": [
4680
+ "GET Sapi V 1 Simple Earn Flexible History Collateral Record"
4681
+ ]
4682
+ }
4683
+ }
4684
+ },
4685
+ ];
4686
+ //# sourceMappingURL=index.js.map