Margin

Query Enabled Isolated Margin Account Limit (USER_DATA)

Query enabled isolated margin account limit.

Weight(IP): 1

get/sapi/v1/margin/isolated/accountLimit

Query parameters

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Number of enabled Isolated Margin Account and its limit

enabledAccountinteger required
maxAccountinteger required

Example response

{
  "enabledAccount": 5,
  "maxAccount": 20
}

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

      response-property-became-required

    • the response property maxAccount 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