{
"good_id": "7310",
"key": "sell_price",
"platform": 1,
"period": "1095",
"style": "all_style"
}
curl --location --request POST 'https://api.csqaq.com/api/v1/info/chart' \
--header 'ApiToken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"good_id": "7310",
"key": "sell_price",
"platform": 1,
"period": "1095",
"style": "all_style"
}'
{
"code": 200,
"msg": "Success",
"data": {
"timestamp": [
1718726899000,
1718813206000,
1718899881000,
1718986249000,
1719072245000,
1719158565000,
1719246055000,
1719332716000,
1719418558000,
1719504254000
],
"num_data": [
1222,
1227,
1231,
1222,
1230,
1223,
1203,
1151,
1156
],
"main_data": [
8350.0,
8350.0,
8349.5,
8399.0,
8398.5,
8399.5,
8399.0,
8500.0,
8550.0
]
}
}