{
"contract": "string",
"date": "2019-08-24",
"dates": "string",
"isDesc": true,
"months": "string",
"order": "string",
"productId": "string",
"type": "string"
}
curl --location --request POST 'https://applet.linkqh.com/applet/bff/basis/getFutureStruct' \
--header 'secret: N&h74zqRR4*pkNNw' \
--header 'Content-Type: application/json' \
--data-raw '{
"contract": "string",
"date": "2019-08-24",
"dates": "string",
"isDesc": true,
"months": "string",
"order": "string",
"productId": "string",
"type": "string"
}'
{
"code": "string",
"date": {
"contPriceList": [
{
"date": "2019-08-24",
"priceList": [
0
]
}
],
"contractList": [
{
"contract": "string",
"contractName": "string",
"exchangeCd": "string",
"exchangeCdName": "string",
"id": 0,
"lastTradeTime": "2019-08-24T14:15:22Z",
"mainContract": 0,
"minChgPriceNum": "string",
"multiplier": 0,
"priceUnit": "string",
"productId": "string",
"productName": "string",
"tradeMarginRatio": 0
}
],
"dateList": [
{}
],
"spotPrice": 0
},
"msg": "string"
}