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
Name | Type | Mandatory | Description |
---|---|---|---|
orderId | LONG | YES | |
amount | DECIMAL | YES | |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
Response Example
{
"loanCoin": "BUSD",
"repayAmount": "200.5",
"remainingPrincipal": "100.5",
"remainingInterest": "0",
"collateralCoin": "BNB,BTC,ETH",
"currentLTV": "0.25",
"repayStatus": "Repaid" // Repaid, Repaying, Failed
}