Enable Or Disable BNB Burn for Sub Account Margin Interest
HTTP Request
POST /sapi/v1/broker/subAccount/bnbBurn/marginInterest
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
subAccountId | STRING | YES | |
interestBNBBurn | ENUM | YES | "true" or "false", margin loan whether uses BNB to pay for margin interest or not |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
- Subaccount must be enabled
margin
before using this switch
Example Response
{
"subAccountId":1,
"interestBNBBurn":true
}