{
"marketHashNames": [
"string"
]
}
curl --location --request POST 'https://open.steamdt.com/open/cs2/v1/price/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"marketHashNames": [
"string"
]
}'
{
"success": false,
"data": [
{
"marketHashName": "",
"dataList": [
{
"platform": "",
"platformItemId": "",
"sellPrice": 0.0,
"sellCount": 0,
"biddingPrice": 0.0,
"biddingCount": 0,
"updateTime": 0
}
]
}
],
"errorCode": 0,
"errorMsg": "",
"errorData": {},
"errorCodeStr": ""
}