curl --location --request GET 'https://api.kucoin.com/api/v1/struct-earn/orders?categories=DUAL_CLASSIC&orderId=&investCurrency=BTC¤tPage=&pageSize'{
"code": "200000",
"data": {
"currentPage": 1,
"pageSize": 15,
"totalNum": 2,
"totalPage": 1,
"items": [
{
"category": "DUAL_CLASSIC",
"side": "PUT",
"duration": "1",
"apr": "4.132676132342477",
"investCurrency": "USDT",
"strikeCurrency": "ETH",
"investAmount": "10",
"settleAmount": "",
"settleCurrency": null,
"targetPrice": "3775",
"settlePrice": "",
"expirationTime": 1753171200000,
"orderId": "687de2fce2f75e0008cb51ba",
"status": "ONGOING"
}
]
}
}