Skip to main content

Get VIP Loan Accrued Interest (USER_DATA)

Get VIP Loan Accrued Interest (USER_DATA)

API Description Check VIP Loan interest record

HTTP Request

GET/sapi/v1/loan/vip/accruedInterest

Request Weight(IP): 400

Request Parameters:

NameTypeMandatoryDescription
orderIdLONGNO
loanCoinSTRINGNO
startTimeLONGNO
endTimeLONGNO
currentLONGNOCurrent querying page. Start from 1; default: 1; max: 1000
limitLONGNODefault: 10; max: 1000
recvWindowLONGYES
timestampLONGYES
  • If startTime and endTime are not sent, the recent 90-day data will be returned.
  • The max interval between startTime and endTime is 90 days.

Response Example

{
"rows": [
{
"loanCoin": "USDT",
"principalAmount": "10000",
"interestAmount": "1.2",
"annualInterestRate": "0.001273",
"accrualTime": 1575018510000,
"orderId": 756783308056935434 // Latest order ID for renewal order
}
],
"total": 1
}