Margin

Toggle BNB Burn On Spot Trade And Margin Interest (USER_DATA)

  • "spotBNBBurn" and "interestBNBBurn" should be sent at least one.

Weight(IP): 1

post/sapi/v1/bnbBurn

Query parameters

spotBNBBurn'true' | 'false'
Example:true

Determines whether to use BNB to pay for trading fees on SPOT

interestBNBBurn'true' | 'false'
Example:false

Determines whether to use BNB to pay for margin loan's interest

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Status on BNB to pay for trading fees

spotBNBBurnboolean required
interestBNBBurnboolean required

Changes

Changed in 1 of the 26 revisions of this API.26

  • a484ce871a7226See the full diff
    • for the query request parameter recvWindow, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • for the query request parameter timestamp, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • the response property code became required for the status 400

      response-property-became-required

    • the response property code became required for the status 401

      response-property-became-required

    • the response property interestBNBBurn became required for the status 200

      response-property-became-required

    • the response property msg became required for the status 400

      response-property-became-required

    • the response property msg became required for the status 401

      response-property-became-required

    • the response property spotBNBBurn became required for the status 200

      response-property-became-required