{
"good_id": 7310,
"plat": 1
}
curl --location --request POST 'https://api.csqaq.com/api/v1/info/chartAll' \
--header 'ApiToken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"good_id": 7310,
"plat": 1
}'
{
"code": 200,
"msg": "Success",
"data": [
{
"price": 8550.0,
"num": 1156,
"created_at": "2024-06-28T06:39:40"
},
{
"price": 8550.0,
"num": 1155,
"created_at": "2024-06-28T07:03:41"
},
{
"price": 8550.0,
"num": 1153,
"created_at": "2024-06-28T07:27:49"
},
{
"price": 8550.0,
"num": 1153,
"created_at": "2024-06-28T07:51:52"
},
{
"price": 8550.0,
"num": 1152,
"created_at": "2024-06-28T08:16:06"
},
{
"price": 8550.0,
"num": 1152,
"created_at": "2024-06-28T08:40:19"
},
{
"price": 8550.0,
"num": 1154,
"created_at": "2024-06-28T09:04:46"
},
{
"price": 8550.0,
"num": 1156,
"created_at": "2024-06-28T09:29:28"
}
]
}