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

assetstring required
displayPriorityinteger required
durationinteger required
interestPerLotstring required
interestRatestring required
lotSizestring required
lotsLowLimitinteger required
lotsPurchasedinteger required
lotsUpLimitinteger required
maxLotsPerUserinteger required
needKycboolean required
projectIdstring required
projectNamestring required
statusstring required
typestring required
withAreaLimitationboolean required

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"
  }
]

Changes

Changed in 3 of the 26 revisions of this API.523

    • the query request parameter isSortAsc became optional

      request-parameter-became-optional

    • the query request parameter sortBy became optional

      request-parameter-became-optional

    • the query request parameter status became optional

      request-parameter-became-optional

    • removed the enum value LOT_SIZ from the query request parameter sortBy

      request-parameter-enum-value-removed

  • a484ce871a72420See the full diff
    • for the query request parameter current, the type/format was changed from number/ to integer/int32

      request-parameter-type-changed

    • for the query request parameter recvWindow, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • for the query request parameter size, the type/format was changed from integer/ to integer/int32

      request-parameter-type-changed

    • for the query request parameter timestamp, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • the response property code became required for the status 400

      response-property-became-required

    • the response property code became required for the status 401

      response-property-became-required

    • the response property items/asset became required for the status 200

      response-property-became-required

    • the response property items/displayPriority became required for the status 200

      response-property-became-required

    • the response property items/duration became required for the status 200

      response-property-became-required

    • the response property items/interestPerLot became required for the status 200

      response-property-became-required

    • the response property items/interestRate became required for the status 200

      response-property-became-required

    • the response property items/lotSize became required for the status 200

      response-property-became-required

    • the response property items/lotsLowLimit became required for the status 200

      response-property-became-required

    • the response property items/lotsPurchased became required for the status 200

      response-property-became-required

    • the response property items/lotsUpLimit became required for the status 200

      response-property-became-required

    • the response property items/maxLotsPerUser became required for the status 200

      response-property-became-required

    • the response property items/needKyc became required for the status 200

      response-property-became-required

    • the response property items/projectId became required for the status 200

      response-property-became-required

    • the response property items/projectName became required for the status 200

      response-property-became-required

    • the response property items/status became required for the status 200

      response-property-became-required

    • the response property items/type became required for the status 200

      response-property-became-required

    • the response property items/withAreaLimitation became required for the status 200

      response-property-became-required

    • the response property msg became required for the status 400

      response-property-became-required

    • the response property msg became required for the status 401

      response-property-became-required