Skip to main content

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

NameTypeMandatoryDescription
currentLONGNOCurrently querying page. Start from 1, Default:1, Max: 1000
limitLONGNODefault: 10, Max: 100
recvWindowLONGNO
timestampLONGYES

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
}