自4 月 9 日上午 10:00 起,本站所有请求将强制启用 HTTPS 协议,保障访问安全稳定,请知悉。老的在售列表接口即将废弃,qps 将会调低,请尽快迁移到新的在售列表接口(内测中),新接口提供 5/s 的 qps , 官方 qq 群: 1026144113 欢迎加入讨论
app-key: ********************{
"appId": 730,
"marketHashNames": [
"USP-S | Whiteout (Minimal Wear)",
"★ StatTrak™ Falchion Knife | Blue Steel (Battle-Scarred)"
]
}curl --location -g --request POST 'https://openapi.c5game.com//merchant/market/v2/item/stat/hash/name?app-key={{app_key}}&app-key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": 730,
"marketHashNames": [
"USP-S | Whiteout (Minimal Wear)",
"★ StatTrak™ Falchion Knife | Blue Steel (Battle-Scarred)"
]
}'{
"success": true,
"data": {
"key": {
"marketHashName": "string",
"itemId": 0,
"sellPrice": 0,
"sellCount": 0,
"temporaryRental": 0,
"permanentRental": 0
}
},
"errorCode": 0,
"errorMsg": "string",
"errorData": {},
"errorCodeStr": "string"
}