You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - Only the master account that created the STP user group is allowed to add users to the STP user group.- Only accounts under the main account are allowed to be added. Cross-account is not permitted
196
-
* @summary Add users to the STP group
197
-
* @param stpId STP Group ID
198
-
* @param requestBody User ID
195
+
* - Only the master account that created the STP user group is allowed to add users group.- Only accounts under the main account are allowed to be added. Cross-account is not permitted
196
+
* @summary Add users to the STP group.
197
+
* @param stpId STP Group ID.
198
+
* @param requestBody User ID.
199
199
*/
200
200
publicasyncaddSTPGroupUsers(
201
201
stpId: number,
@@ -238,9 +238,9 @@ export class AccountApi {
238
238
239
239
/**
240
240
* - Only the main account that created this STP group is allowed to delete users from the STP user group - Deletion is limited to accounts under the current main account; cross-account deletion is not permitted
241
-
* @summary Delete the user in the STP group
242
-
* @param stpId STP Group ID
243
-
* @param userId STP user ID, multiple can be separated by commas
241
+
* @summary Delete the user in the STP group.
242
+
* @param stpId STP Group ID.
243
+
* @param userId STP user ID, multiple can be separated by commas.
@@ -413,9 +413,9 @@ export class CollateralLoanApi {
413
413
414
414
/**
415
415
*
416
-
* @summary Query user\'s collateralization ratio
417
-
* @param collateralCurrency Collateral
418
-
* @param borrowCurrency Borrowed currency
416
+
* @summary Query user\'s collateralization ratio.
417
+
* @param collateralCurrency Collateral.
418
+
* @param borrowCurrency Borrowed currency.
419
419
*/
420
420
publicasyncgetUserLtvInfo(
421
421
collateralCurrency: string,
@@ -459,7 +459,7 @@ export class CollateralLoanApi {
459
459
460
460
/**
461
461
*
462
-
* @summary Query supported borrowing and collateral currencies
462
+
* @summary Query supported borrowing and collateral currencies.
463
463
* @param opts Optional parameters
464
464
* @param opts.loanCurrency The parameter loan_currency is used to specify the borrowing currency. If loan_currency is not provided, the API will return all supported borrowing currencies.
0 commit comments