Margin

Query Max Transfer-Out Amount (USER_DATA)

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

Weight: 5

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

object required

Example response

{
  "amount": "1.69248805"
}

Changes