C5GAME 开放平台 API 文档 v0.1 正式发布啦 !!!
app-key: ********************
{
"appId": 730,
"marketHashNames": [
"USP-S | Whiteout (Minimal Wear)",
"★ StatTrak™ Falchion Knife | Blue Steel (Battle-Scarred)"
]
}
curl --location --request POST 'https://openapi.c5game.com//merchant/market/v2/item/stat/hash/name?app-key' \
--header 'app-key: d6717ac8122b4e2dae6c6f25e95ede2f' \
--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": {
"USP-S | Whiteout (Minimal Wear)": {
"marketHashName": "USP-S | Whiteout (Minimal Wear)",
"itemId": "914642603357945856",
"sellPrice": 365.5,
"sellCount": 171,
"temporaryRental": 0.28,
"permanentRental": 0.3
},
"★ StatTrak™ Falchion Knife | Blue Steel (Battle-Scarred)": {
"marketHashName": "★ StatTrak™ Falchion Knife | Blue Steel (Battle-Scarred)",
"itemId": "27115",
"sellPrice": 0.0,
"sellCount": 0,
"temporaryRental": null,
"permanentRental": null
}
},
"errorCode": 0,
"errorMsg": null,
"errorData": null,
"errorCodeStr": null
}