Skip to main content

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#

NameTypeMandatoryDescription
orderIdLONGNO
loanCoinSTRINGNO
startTimeLONGNO
endTimeLONGNO
currentLONGNOCurrently querying page. Start from 1, Default:1, Max: 1000
limitLONGNODefault: 10, Max: 100
recvWindowLONGNO
timestampLONGYES
  • 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}