Skip to main content

Enable Leverage Token for Sub-account(For Master Account)

API Description#

Enable Leverage Token for Sub-account

HTTP Request#

POST /sapi/v1/sub-account/blvt/enable

Request Weight(IP)#

1

Request Parameters#

NameTypeMandatoryDescription
emailSTRINGYESSub-account email
enableBlvtBOOLEANYESOnly true for now
recvWindowLONGNO
timestampLONGYES

Response Example#

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