Skip to main content

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#

NameTypeMandatoryDescription
emailSTRINGYESSub-account email
recvWindowLONGNO
timestampLONGYES

Response Example#

{
    "email":"123@test.com",    "isMarginEnabled": true
}