Margin
Query Max Borrow (USER_DATA)
- If isolatedSymbol is not sent, crossed margin data will be sent.
- borrowLimit is also available from https://www.binance.com/en/margin-fee
Weight(IP): 50
get/sapi/v1/margin/maxBorrowable
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 borrow amount
Example response
{
"amount": "1.69248805",
"borrowLimit": "60"
}