Modify Subscription Orders

{
  "success": true,
  "code": "200",
  "msg": "success",
  "retry": false
}

This API endpoint is used to update the interest rates of subscription orders, which will take effect at the beginning of the next hour.

HTTP REQUEST

POST /api/v3/lend/purchase/update

Example

POST /api/v3/lend/purchase/update

API KEY PERMISSIONS

This endpoint requires the Margin Trading permission.

REQUEST URL

This endpoint support Spot URL

REQUEST RATE LIMIT

Spot weight:10

PARAMETERS
Param Type Mandatory Description
currency String Yes Currency
purchaseOrderNo String Yes Subscription order number
interestRate String Yes Modified subscription interest rate
RESPONSES

N/A