Margin

Query Max Transfer-Out Amount (USER_DATA)

  • If isolatedSymbol is not sent, crossed margin data will be sent.

Weight(IP): 50

get/sapi/v1/margin/maxTransferable

Query parameters

assetstring required
Example:BTC
isolatedSymbolstring

Isolated symbol

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Details on max transferable amount

amountstring required

Account's currently max borrowable amount with sufficient system availability

borrowLimitstring required

Max borrowable amount limited by the account level

Example response

{
  "amount": "1.69248805",
  "borrowLimit": "60"
}

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

    • added the required property amount to the response with the 200 status

      response-required-property-added

    • added the required property borrowLimit to the response with the 200 status

      response-required-property-added