Savings

Get Fixed/Activity Project Position (USER_DATA)

Weight(IP): 1

get/sapi/v1/lending/project/position/list

Query parameters

assetstring required
Example:BTC
projectIdstring
status'ALL' | 'SUBSCRIBABLE' | 'UNSUBSCRIBABLE'

Default ALL

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

List of fixed project positions

assetstring required
canTransferboolean required
createTimestampinteger required
durationinteger required
endTimeinteger required
intereststring required
interestRatestring required
lotinteger required
positionIdinteger required
principalstring required
projectIdstring required
projectNamestring required
purchaseTimeinteger required
redeemDatestring date required
startTimeinteger required
statusstring required
typestring required

Example response

[
  {
    "asset": "USDT",
    "createTimestamp": 1587010770000,
    "duration": 14,
    "endTime": 1588291200000,
    "interest": "0.19950000",
    "interestRate": "0.05201250",
    "lot": 1,
    "positionId": 51724,
    "principal": "100.00000000",
    "projectId": "CUSDT14DAYSS001",
    "projectName": "USDT",
    "purchaseTime": 1587010771000,
    "redeemDate": "2020-05-01",
    "startTime": 1587081600000,
    "status": "HOLDING",
    "type": "CUSTOMIZED_FIXED"
  }
]

Changes

Changed in 2 of the 26 revisions of this API.223

    • the query request parameter projectId became optional

      request-parameter-became-optional

    • the query request parameter status became optional

      request-parameter-became-optional

  • a484ce871a72221See the full diff
    • 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 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/canTransfer became required for the status 200

      response-property-became-required

    • the response property items/createTimestamp 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/endTime became required for the status 200

      response-property-became-required

    • the response property items/interest 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/lot became required for the status 200

      response-property-became-required

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

      response-property-became-required

    • the response property items/principal 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/purchaseTime became required for the status 200

      response-property-became-required

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

      response-property-became-required

    • the response property items/startTime 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 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