Savings

Change Fixed/Activity Position to Daily Position (USER_DATA)

  • PositionId is mandatory parameter for fixed position.

Weight(IP): 1

post/sapi/v1/lending/positionChanged

Query parameters

projectIdstring required
lotstring required
positionIdstring
recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Purchase information

dailyPurchaseIdinteger required
successboolean required
timeinteger required

Example response

{
  "dailyPurchaseId": 862290,
  "time": 1577233578000
}

Changes

Changed in 1 of the 26 revisions of this API.27

  • a484ce871a7227See 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 dailyPurchaseId 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

    • the response property success became required for the status 200

      response-property-became-required

    • the response property time became required for the status 200

      response-property-became-required