Enable Futures for Sub Account
HTTP Request
POST /sapi/v1/broker/subAccount/futures
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
subAccountId | STRING | YES | |
futures | ENUM | YES | only true for now |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
Example Response
{
"subaccountId": "1",
"enableFutures": true,
"updateTime": 1570801523523
}