v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Dual Investment

Get Dual Investment positions(USER_DATA)

Get Dual Investment positions (batch)

Weight(IP): 1

get/sapi/v1/dci/product/positions

Query parameters

status'PENDING' | 'PURCHASE_SUCCESS' | 'SETTLED' | 'PURCHASE_FAIL' | 'REFUNDING' | 'REFUND_SUCCESS' | 'SETTLING'
  • PENDING: Products are purchasing, will give results later;
  • PURCHASE_SUCCESS: purchase successfully;
  • SETTLED: Products are finish settling;
  • PURCHASE_FAIL: fail to purchase;
  • REFUNDING: refund ongoing;
  • REFUND_SUCCESS: refund to spot account successfully;
  • SETTLING: Products are settling. If don't fill this field, will response all the position status.
pageSizestring

MIN 1, MAX 100; Default 100

pageIndexinteger

Page number, default is first page, start form 1

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Dual Investment product list

totalinteger required

Example response

{
  "total": 1,
  "list": [
    {
      "id": "741590",
      "investCoin": "USDT",
      "exercisedCoin": "BNB",
      "subscriptionAmount": "0.5",
      "strikePrice": "380",
      "duration": 4,
      "settleDate": 1709020800000,
      "purchaseStatus": "PURCHASE_SUCCESS",
      "apr": "0.0365",
      "orderId": 7973677530,
      "purchaseEndTime": 1708329600000,
      "optionType": "PUT",
      "autoCompoundPlan": "STANDARD"
    }
  ]
}