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