{
"marketHashNameList": [
"★ Bowie Knife",
"★ Huntsman Knife | Tiger Tooth (Factory New)",
"AWP | Snake Camo (Factory New)",
"test_name"
]
}
curl --location --request POST 'https://api.csqaq.com/api/v1/goods/getPriceByMarketHashName' \
--header 'ApiToken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"marketHashNameList": [
"★ Bowie Knife",
"★ Huntsman Knife | Tiger Tooth (Factory New)",
"AWP | Snake Camo (Factory New)",
"test_name"
]
}'
{
"code": 200,
"msg": "Success",
"data": {
"success": {
"★ Bowie Knife": {
"goodId": 6733,
"name": "鲍伊猎刀(★)",
"marketHashName": "★ Bowie Knife",
"buffSellPrice": 1340.0,
"buffSellNum": 43,
"yyypSellPrice": 1309.0,
"yyypSellNum": 35,
"steamSellPrice": 1947.77,
"steamSellNum": 11
},
"★ Huntsman Knife | Tiger Tooth (Factory New)": {
"goodId": 7189,
"name": "猎杀者匕首(★) | 虎牙 (崭新出厂)",
"marketHashName": "★ Huntsman Knife | Tiger Tooth (Factory New)",
"buffSellPrice": 2145.0,
"buffSellNum": 41,
"yyypSellPrice": 2090.0,
"yyypSellNum": 32,
"steamSellPrice": 3060.63,
"steamSellNum": 26
},
"AWP | Snake Camo (Factory New)": {
"goodId": 301,
"name": "AWP | 蝮蛇迷彩 (崭新出厂)",
"marketHashName": "AWP | Snake Camo (Factory New)",
"buffSellPrice": 1479.0,
"buffSellNum": 8,
"yyypSellPrice": 1484.0,
"yyypSellNum": 5,
"steamSellPrice": 2474.25,
"steamSellNum": 4
}
},
"error": [
"test_name"
]
}
}