v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Margin

Query Max Borrow (USER_DATA)

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

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"
}