Get Subscription Orders

{
  "currentPage": 1,
  "pageSize": 100,
  "totalNum": 1,
  "totalPage": 1,
  "items": [
    {
      "currency": "BTC",
      "purchaseOrderNo": "5da6dba0f943c0c81f5d5db5",
      "purchaseAmount": "300000",
      "lendAmount": "0",
      "redeemAmount": "300000",
      "interestRate": "0.0003",
      "incomeAmount": "200",
      "applyTime": 1669508513820,
      "status": "DONE"
    }
  ]
}

This API endpoint provides pagination query for the subscription orders.

HTTP REQUEST

GET /api/v3/purchase/orders

Example

GET /api/v3/purchase/orders?currency=BTC&status=DONE&currentPage=1&pageSize=10

API KEY PERMISSIONS

This endpoint requires the General 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 No Subscription order number
status String Yes DONE-completed; PENDING-settling
currentPage Int No Current page; default is 1
pageSize Int No Page size; 1<=pageSize<=100; default is 50
RESPONSES
Param Description
currency Currency
purchaseOrderNo Subscription order number
purchaseSize Total subscription amount
matchSize Executed amount
redeemSize Redeemed amount
interestRate Target annualized interest rate
incomeSize Total earnings
applyTime Time of subscription
status Status: DONE-completed; PENDING-settling