Enable Or Disable BNB Burn for Sub Account SPOT and MARGIN
HTTP Request
POST /sapi/v1/broker/subAccount/bnbBurn/spot
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
subAccountId | STRING | YES | |
spotBNBBurn | ENUM | YES | "true" or "false", spot and margin whether use BNB to pay for transaction fees or not |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
Example Response
{
"subAccountId":1,
"spotBNBBurn":true
}