Skip to main content

Query Max Borrow (USER_DATA)

API Description#

Query Max Borrow

HTTP Request#

GET /sapi/v1/margin/maxBorrowable

Request Weight#

50(IP)

Request Parameters#

NameTypeMandatoryDescription
assetSTRINGYES
isolatedSymbolSTRINGNOisolated symbol
recvWindowLONGNOThe value cannot be greater than 60000
timestampLONGYES

Response Example#

{  "amount": "1.69248805", // account's currently max borrowable amount with sufficient system availability  "borrowLimit": "60" // max borrowable amount limited by the account level}