Enable Futures for Sub-account (For Master Account) (USER_DATA)
API Description
Enable Futures for Sub-account for Master Account
HTTP Request
POST /sapi/v1/sub-account/futures/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",
"isFuturesEnabled": true // true or false
}