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:
Name | Type | Mandatory | Description |
---|---|---|---|
orderId | LONG | NO | |
loanCoin | STRING | NO | |
startTime | LONG | NO | |
endTime | LONG | NO | |
current | LONG | NO | Current querying page. Start from 1; default: 1; max: 1000 |
limit | LONG | NO | Default: 10; max: 1000 |
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 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
}