Query Application Status(USER_DATA)
API Description
Query Application Status
HTTP Request
GET /sapi/v1/loan/vip/request/data
Request Weight(UID)
400
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
current | LONG | NO | Currently querying page. Start from 1, Default:1, Max: 1000 |
limit | LONG | NO | Default: 10, Max: 100 |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
Response Example
{
"rows": [
{
"loanAccountId": "12345678", //loan receiving account
"orderId": "12345678",
"requestId": "12345678",
"loanCoin": "BTC",
"loanAmount": "100.55",
"collateralAccountId": "12345678,12345678,12345678",
"collateralCoin": "BUSD,USDT,ETH",
"loanTerm": "30",
"status": "Repaid", // Accruing_Interest, Overdue, Liquidating, Repaying, Repaid, Liquidated, Pending, Failed
"loanDate":"1676851200000"
}
],
"total": 1
}