Enable Margin for Sub-account(For Master Account)
API Description
Enable Margin for Sub-account
HTTP Request
POST /sapi/v1/sub-account/margin/enable
Request Weight(IP)
1
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
STRING | YES | Sub-account email | |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
Response Example
{
"email":"123@test.com",
"isMarginEnabled": true
}