跳到主要内容

Enable Or Disable BNB Burn for Sub Account Margin Interest

Enable Or Disable BNB Burn for Sub Account Margin Interest

POST /sapi/v1/broker/subAccount/bnbBurn/marginInterest

Parameters:

NameTypeMandatoryDescription
subAccountIdSTRINGYES
interestBNBBurnENUMYES"true" or "false", margin loan whether uses BNB to pay for margin interest or not
recvWindowLONGNO
timestampLONGYES
  • Subaccount must be enabled margin before using this switch

Response:

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