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