v26

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

Get Dual Investment product list(USER_DATA)

Get Dual Investment product list

Weight(IP): 1

get/sapi/v1/dci/product/list

Query parameters

optionType'CALL' | 'PUT' required

Input CALL or PUT

exercisedCoinstring required

Target exercised asset, e.g.: if you subscribe to a high sell product (call option), you should input:

  • optionType: CALL,
  • exercisedCoin: USDT,
  • investCoin: BNB;

if you subscribe to a low buy product (put option), you should input:

  • optionType: PUT,
  • exercisedCoin: BNB,
  • investCoin: USDT;
investCoinstring required

Asset used for subscribing, e.g.: if you subscribe to a high sell product (call option), you should input:

  • optionType: CALL,
  • exercisedCoin: USDT,
  • investCoin: BNB;

if you subscribe to a low buy product (put option), you should input:

  • optionType: PUT,
  • exercisedCoin: BNB,
  • investCoin: USDT;
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",
      "strikePrice": "380",
      "duration": 4,
      "settleDate": 1709020800000,
      "purchaseDecimal": 8,
      "purchaseEndTime": 1708934400000,
      "canPurchase": true,
      "apr": "0.6076",
      "orderId": 8257205859,
      "minAmount": "0.1",
      "maxAmount": "25265.7",
      "createTimestamp": 1708560084000,
      "optionType": "PUT",
      "isAutoCompoundEnable": true,
      "autoCompoundPlanList": [
        "STANDARD",
        "ADVANCE"
      ]
    }
  ]
}