Crypto Loans
Borrow - Flexible Loan Borrow (TRADE)
- Only available for master account
Weight(UID): 6000
post/sapi/v2/loan/flexible/borrow
Query parameters
loanCoinstring
Example:BUSD
Coin loaned
loanAmountnumber float
Example:100.1
Loan amount
collateralCoinstring
Example:BNB
Coin used as collateral
collateralAmountnumber float
Example:50.5
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Collateral Assets Data
Example response
{
"loanCoin": "BUSD",
"loanAmount": "100.5",
"collateralCoin": "BNB",
"collateralAmount": "50.5",
"status": "Succeeds"
}