
{
"appId": 730,
"assetType": 1,
"products": [
{
"marketHashName": "AK-47 | Point Disarray (Minimal Wear)"
}
]
}curl --location -g --request POST 'https://openapi.cs2dt.com/v2/open/sell/v1/price/reference?app-key=' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": 730,
"assetType": 1,
"products": [
{
"marketHashName": "AK-47 | Point Disarray (Minimal Wear)"
}
]
}'{
"data": {
"products": {
"additionalProperties1": {
"marketHashName": "",
"price": 0
}
}
},
"errorCode": 0,
"errorCodeStr": "",
"errorData": {},
"errorMsg": "",
"success": true
}