Margin

Get All Isolated Margin Symbol(USER_DATA)

Weight(IP): 10

get/sapi/v1/margin/isolated/allPairs

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

All Isolated Margin Symbols

symbolstring required
basestring required
quotestring required
isMarginTradeboolean required
isBuyAllowedboolean required
isSellAllowedboolean required

Example response

[
  {
    "symbol": "BTCUSDT",
    "base": "BTC",
    "quote": "USDT"
  }
]

Changes

Changed in 2 of the 26 revisions of this API.310

    • added the new required query request parameter symbol

      new-required-request-parameter

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • a484ce871a72210See 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 items/base became required for the status 200

      response-property-became-required

    • the response property items/isBuyAllowed became required for the status 200

      response-property-became-required

    • the response property items/isMarginTrade became required for the status 200

      response-property-became-required

    • the response property items/isSellAllowed became required for the status 200

      response-property-became-required

    • the response property items/quote became required for the status 200

      response-property-became-required

    • the response property items/symbol 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