Skip to main content

Get VIP Loan Interest Rate History (USER_DATA)

Get VIP Loan Interest Rate History (USER_DATA)

API Description Check VIP Loan flexible interest rate history

HTTP Request

GET/sapi/v1/loan/vip/interestRateHistory

Request Weight(IP):

400

Request Parameter:

NameTypeMandatoryDescription
coinSTRINGYES
startTimeLONGNO
endTimeLONGNO
currentLONGNOCheck current querying page, start from 1. Default:1;Max:1000.
limitLONGNODefault:10; Max:100.
recvWindowLONGYES
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.
  • Time based on UTC+0.

Response Example:

{
"rows": [
{
"coin": "USDT",
"annualizedInterestRate": "0.0647",
"time": 1575018510000,
"coin": "USDT",
"annualizedInterestRate": "0.0647",
"time": 1575018510000
}
],
"total": 1
}