Add Collateral Accounts (TRADE)
API Description
Add new collateral accounts for the Risk Unit. This endpoint is accessible only with the parent account API key.
HTTP Request
POST /sapi/v1/margin/loan-group/edit-member
Request Weight
1000(UID)
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
groupId | LONG | YES | |
subEmail | STRING | YES | |
enableSpot | BOOLEAN | YES | TRUE, FALSE |
enableMargin | BOOLEAN | YES | TRUE, FALSE |
-
For the credit account, the enableMargin should always be TRUE.
-
Collateral sub-accounts can be added to the Risk Unit but cannot be removed. Therefore, the enableSpot or enableMargin parameters cannot be switched from TRUE to FALSE once the sub-account is activated in the Risk Unit. If you need to remove credit or collateral sub-accounts from the Risk Unit, please contact the Binance Margin team for support.
Response Example
None