{
"vol_id": 326,
"is_weapon": true,
"start_day": "2024-06-26"
}
curl --location --request POST 'https://api.csqaq.com/api/v1/info/vol_data_detail' \
--header 'ApiToken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"vol_id": 326,
"is_weapon": true,
"start_day": "2024-06-26"
}'
{
"code": 200,
"msg": "Success",
"data": {
"chart": [
{
"statistic": 426,
"avg_price": 201.604,
"sum_price": 85883.1,
"updated_at": "2024-05-25"
},
{
"statistic": 419,
"avg_price": 211.317,
"sum_price": 88541.9,
"updated_at": "2024-05-26"
}
],
"list": [
{
"abrade": "0.2665014863014221",
"created_at": "2024-06-26T15:07:26",
"price": 194.39,
"comment": "",
"user": 17164167
},
{
"abrade": "0.20041747391223907",
"created_at": "2024-06-26T15:07:09",
"price": 193.0,
"comment": "",
"user": 20563959
}
]
}
}