{
"marketHashName": "AK-47 | Redline (Field-Tested)",
"page": 1,
"pageSize": 10,
"priceMax": 100,
"priceMin": 1,
"wearMax": 0.2,
"wearMin": 0.1
}curl --location 'https://openapi.shishiniu.com/api/openapi/goodsList' \
--header 'app-key: {{app-key}}' \
--header 'timestamp: 1788313063' \
--header 'sign: xxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"marketHashName": "AK-47 | Redline (Field-Tested)",
"page": 1,
"pageSize": 10,
"priceMax": 100,
"priceMin": 1,
"wearMax": 0.2,
"wearMin": 0.1
}'{
"code": 0,
"data": {
"count": 0,
"list": [
{
"analysisImg": "string",
"assetid": "string",
"background_color": "string",
"classid": 0,
"commodity": "string",
"coolEndSaleSet": 0,
"description": "string",
"exteriorType": "string",
"goodsId": "string",
"icon_drag_url": "string",
"icon_url": "string",
"icon_url_large": "string",
"inspect2dImg": "string",
"inspectRes": "string",
"isCollection": 0,
"is_currency": "string",
"keychain": [
{
"highlightReel": 0,
"keychain": null,
"offsetX": 0,
"offsetY": 0,
"offsetZ": 0,
"paintKit": 0,
"pattern": 0,
"rotation": 0,
"scale": 0,
"slot": 0,
"stickerID": 0,
"tintID": 0,
"type": "string",
"wear": 0
}
],
"label": "string",
"link": "string",
"lowestPrice": 0,
"market_name": "string",
"market_price": 0,
"marketable": "string",
"name_color": "string",
"paintIndex": 0,
"paintSeed": 0,
"paintWear": 0,
"presaleDeposit": 0,
"price": 0,
"purchasePrice": 0,
"rarity": "string",
"statTrackType": "string",
"status": 0,
"stickerId": 0,
"stickerType": 0,
"stickers": [
{
"collections": [
{
"color": "string",
"id": "string",
"name": "string"
}
],
"crates": [
{
"color": "string",
"id": "string",
"name": "string"
}
],
"createdAt": "string",
"csgoFilterId": 0,
"csgoId": "string",
"description": "string",
"effect": "string",
"highlightReel": 0,
"id": 0,
"image": "string",
"market_hash_name": "string",
"market_price": 0,
"name": "string",
"offsetX": 0,
"offsetY": 0,
"offsetZ": 0,
"original": {
"image_inventory": "string",
"name": "string"
},
"paintKit": 0,
"pattern": 0,
"rarity": {
"color": "string",
"id": "string",
"name": "string"
},
"rotation": 0,
"scale": 0,
"slot": 0,
"stampIndex": 0,
"stickerID": 0,
"stickerType": 0,
"team": {
"geo": "string",
"id": 0,
"name": "string",
"tag": "string"
},
"tintID": 0,
"tournament": {
"id": 0,
"name": "string"
},
"updatedAt": "string",
"wear": 0
}
],
"tagId": 0,
"tags": "string",
"tradable": "string",
"tradableTimeStr": "string",
"type": "string",
"typeName": "string",
"userId": 0
}
]
},
"msg": "成功"
}