Skip to main content

Margin Max Borrow(USER_DATA)

API Description

Query margin max borrow

HTTP Request

GET /papi/v1/margin/maxBorrowable

Request Weight

5

Request Parameters

NameTypeMandatoryDescription
assetSTRINGYES
recvWindowLONGNOThe value cannot be greater than 60000
timestampLONGYES

Response Example

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