Skip to main content

VIP Loan Repay(TRADE)

API Description

VIP loan is available for VIP users only.

HTTP Request

POST /sapi/v1/loan/vip/repay

Request Weight(UID)

6000

Request Parameters

NameTypeMandatoryDescription
orderIdLONGYES
amountDECIMALYES
recvWindowLONGNO
timestampLONGYES

Response Example

{
"loanCoin": "BUSD",
"repayAmount": "200.5",
"remainingPrincipal": "100.5",
"remainingInterest": "0",
"collateralCoin": "BNB,BTC,ETH",
"currentLTV": "0.25",
"repayStatus": "Repaid" // Repaid, Repaying, Failed
}