Get VIP Loan Repayment History(USER_DATA)
API Description
GET /sapi/v1/loan/vip/repay/history
HTTP Request
VIP loan is available for VIP users only.
Request Weight(IP)
400
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| orderId | LONG | NO | |
| loanCoin | STRING | NO | |
| startTime | LONG | NO | |
| endTime | LONG | NO | |
| current | LONG | NO | Currently querying page. Start from 1, Default:1, Max: 1000 |
| limit | LONG | NO | Default: 10, Max: 100 |
| recvWindow | LONG | NO | |
| timestamp | LONG | YES |
- If startTime and endTime are not sent, the recent 90-day data will be returned
- The max interval between startTime and end Time is 180 days.
Response Example
{
"rows": [
{
"loanCoin": "BUSD",
"repayAmount": "10000",
"collateralCoin": "BNB,BTC,ETH",
"repayStatus": "Repaid", // Repaid, Repaying, Failed
"loanDate": "1676851200000",
"repayTime": "1575018510000",
"orderId": "756783308056935434"
}
],
"total": 1
}