Savings
Get Fixed/Activity Project List(USER_DATA)
Weight(IP): 1
get/sapi/v1/lending/project/list
Query parameters
assetstring
Example:BNB
type'ACTIVITY' | 'CUSTOMIZED_FIXED' required
status'ALL' | 'SUBSCRIBABLE' | 'UNSUBSCRIBABLE'
Default ALL
isSortAscboolean
default "true"
sortBy'START_TIME' | 'LOT_SIZE' | 'INTEREST_RATE' | 'DURATION'
Default START_TIME
currentinteger
Example:1
Current querying page. Start from 1. Default:1
sizeinteger
Example:100
Default:10 Max:100
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
List of fixed projects
Example response
[
{
"asset": "USDT",
"displayPriority": 1,
"duration": 90,
"interestPerLot": "1.35810000",
"interestRate": "0.05510000",
"lotSize": "100.00000000",
"lotsLowLimit": 1,
"lotsPurchased": 74155,
"lotsUpLimit": 80000,
"maxLotsPerUser": 2000,
"projectId": "CUSDT90DAYSS001",
"projectName": "USDT",
"status": "PURCHASING",
"type": "CUSTOMIZED_FIXED"
}
]