Skip to main content

Query VIP Loan Fixed Rate Market(USER_DATA)

API Description

Query the VIP Loan fixed rate market. Returns a paginated list of fixed-rate supply orders.

HTTP Request

GET /sapi/v1/loan/vip/fixed/market

Request Weight(IP)

6000

Request Parameters

NameTypeMandatoryDescription
loanCoinSTRINGYESLoan coin
durationINTEGERNODuration in days, minimum 1
currentLONGNOPage number, default 1, minimum 1
sizeLONGNOPage size, default 10, range [1, 100]
recvWindowLONGNOThe value cannot be greater than 60000
timestampLONGYES

Response Example

{
"total": 25,
"rows": [
{
"requestId": 1234567890,
"requestNo": 100001,
"coin": "USDT",
"interestRate": "0.05",
"duration": 30,
"minimumAmount": "100",
"availableAmount": "1000000",
"estimatedInterest": "4109.59"
}
]
}

Response Fields:

NameTypeDescription
totalLONGTotal number of records
rowsLISTCurrent page data
» requestIdLONGSupply request ID
» requestNoLONGRequest number
» coinSTRINGCoin
» interestRateDECIMALAnnual interest rate
» durationINTEGERDuration in days
» minimumAmountDECIMALMinimum borrow amount
» availableAmountDECIMALMaximum available borrow amount
» estimatedInterestDECIMALEstimated interest