Margin

Disable Isolated Margin Account (TRADE)

Disable isolated margin account for a specific symbol. Each trading pair can only be deactivated once every 24 hours .

Weight(UID): 300

delete/sapi/v1/margin/isolated/account

Query parameters

symbolstring required
Example:BNBUSDT

Trading symbol, e.g. BNBUSDT

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Isolated Margin Account status

successboolean required
symbolstring required

Example response

{
  "symbol": "BTCUSDT"
}

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 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 success became required for the status 200

      response-property-became-required

    • the response property symbol became required for the status 200

      response-property-became-required