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:
Name | Type | Mandatory | Description |
---|---|---|---|
coin | STRING | YES | |
startTime | LONG | NO | |
endTime | LONG | NO | |
current | LONG | NO | Check current querying page, start from 1. Default:1;Max:1000. |
limit | LONG | NO | Default:10; Max:100. |
recvWindow | LONG | YES | |
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.
- Time based on UTC+0.
Response Example:
{
"rows": [
{
"coin": "USDT",
"annualizedInterestRate": "0.0647",
"time": 1575018510000,
"coin": "USDT",
"annualizedInterestRate": "0.0647",
"time": 1575018510000
}
],
"total": 1
}