Get Dual Investment product list(USER_DATA)
Get Dual Investment product list
Weight(IP): 1
Query parameters
Input CALL or PUT
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;
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;
MIN 1, MAX 100; Default 100
Page number, default is first page, start form 1
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Dual Investment product list
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"
]
}
]
}Changes
Changed in 1 of the 26 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○