Skip to main content

Enable Or Disable BNB Burn for Sub Account SPOT and MARGIN

Enable Or Disable BNB Burn for Sub Account SPOT and MARGIN

POST /sapi/v1/broker/subAccount/bnbBurn/spot

Parameters:

NameTypeMandatoryDescription
subAccountIdSTRINGYES
spotBNBBurnENUMYES"true" or "false", spot and margin whether use BNB to pay for transaction fees or not
recvWindowLONGNO
timestampLONGYES

Response:

{
"subAccountId":1,
"spotBNBBurn":true
}