C5GAME OPEN
  1. Market
C5GAME OPEN
  • Access Guide
  • Account
    • Account Balance
      GET
    • User Reala Steam List
      GET
  • Sell
    • Sell List
      GET
    • Modify Product Price
      POST
    • Off Sell
      POST
    • Sell Steam Items
      POST
    • Price Query
      POST
  • Order
    • Buyer Order Detail
      GET
    • Buyer Orders
      POST
    • Seller Orders
      POST
  • Buy
    • Quick Buy
      POST
    • Normal Buy
      POST
  • Market
    • Query Item Sell
      POST
  • inventory
  1. Market

Query Item Sell

POST
/merchant/market/v2/products/{itemId}

Request

Authorization
Add parameter in query
app-key
Example:
app-key: ********************
Path Params
itemId
string 
required
饰品类目ID
Query Params
app-key
string 
optional
Default:
{{app-key}}
Body Params application/json
pageNum
integer  | null 
optional
当前页码
pageSize
integer  | null 
optional
每页数量
Example
{
    "pageNum": 0,
    "pageSize": 0
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://openapi.c5game.com//merchant/market/v2/products/?app-key' \
--header 'Content-Type: application/json' \
--data-raw '{
    "pageNum": 0,
    "pageSize": 0
}'

Responses

🟢200Success
application/json
Body
WebApiRes
success
boolean  | null 
optional
Is request successful
data
object (PageList«ItemSellVO») 
optional
Business data
total
integer  | null 
optional
数据总条数
pages
integer  | null 
optional
总页数
page
integer  | null 
optional
当前页码
limit
integer  | null 
optional
每页显示数
list
array[object (ItemSellVO) {25}]  | null 
optional
数据列表
errorCode
integer  | null 
optional
Error code
errorMsg
string  | null 
optional
Error message
errorData
object (Object) 
optional
Error data,when errorCode is not equals to 0,maybe this property will have a value
errorCodeStr
string  | null 
optional
like the errorCode,but this property is string
Example
{
  "success": false,
  "data": {
    "total": 0,
    "pages": 0,
    "page": 0,
    "limit": 0,
    "list": [
      {
        "id": 0,
        "appId": 0,
        "imageUrl": "",
        "currencyId": 0,
        "price": 0.0,
        "subsidyPrice": 0.0,
        "sellerPrice": 0.0,
        "cnyPrice": 0.0,
        "itemId": 0,
        "itemName": "",
        "marketHashName": "",
        "sellerInfo": {
          "userId": 0,
          "platformId": 0,
          "thirdUserId": 0,
          "nickname": "",
          "avatar": "",
          "lastActive": 0,
          "deliveryInfo": {
            "day7": {
              "deliverySuccessRate": "",
              "deliveryAvgTime": "",
              "deliveryNoneNum": 0
            },
            "day15": {
              "deliverySuccessRate": "",
              "deliveryAvgTime": "",
              "deliveryNoneNum": 0
            }
          }
        },
        "delivery": 0,
        "description": "",
        "acceptBargain": 0,
        "itemInfo": {
          "quality": "",
          "qualityName": "",
          "qualityColor": "",
          "rarity": "",
          "rarityName": "",
          "rarityColor": "",
          "type": "",
          "typeName": "",
          "slot": "",
          "slotName": "",
          "hero": "",
          "heroName": "",
          "heroAvatar": "",
          "exterior": "",
          "exteriorName": "",
          "exteriorColor": "",
          "weapon": "",
          "weaponName": "",
          "itemSet": "",
          "itemSetName": "",
          "stickerCapsule": "",
          "stickerCapsuleName": "",
          "patchCapsule": "",
          "patchCapsuleName": "",
          "customPlayer": "",
          "customPlayerName": "",
          "category": "",
          "categoryName": "",
          "item": "",
          "itemName": ""
        },
        "assetInfo": {
          "classInfoId": 0,
          "classId": 0,
          "instanceId": 0,
          "assetId": 0,
          "styleId": 0,
          "lastStyle": "",
          "styleProgress": "",
          "wear": 0.0,
          "paintIndex": 0,
          "paintSeed": 0,
          "levelName": "",
          "levelColor": "",
          "gradient": 0.0,
          "fadeColor": "",
          "fraudwarning": "",
          "inspectImageUrl": "",
          "gems": [
            {
              "id": 0,
              "itemId": 0,
              "type": "",
              "gemType": "",
              "gemEnType": "",
              "name": "",
              "enName": "",
              "border": "",
              "image": "",
              "value": 0.0
            }
          ],
          "stickers": [
            {
              "id": 0,
              "type": 0,
              "stickerId": 0,
              "itemId": 0,
              "name": "",
              "enName": "",
              "image": "",
              "slot": 0,
              "wear": 0.0,
              "price": 0.0
            }
          ],
          "styles": [
            {
              "styleId": 0,
              "styleName": "",
              "styleEnName": "",
              "color": "",
              "locked": false
            }
          ],
          "itemSets": [
            {
              "name": "",
              "hashName": "",
              "itemId": 0,
              "price": 0.0,
              "isItemSet": 0,
              "imageUrl": ""
            }
          ],
          "ext": ""
        },
        "inspectViewable": 0,
        "inspect3dViewable": 0,
        "inspect3dUrl": "",
        "inspectImageUrl": "",
        "inspectImageThumb": "",
        "inspectOriginalUrl": "",
        "inventoryId": 0,
        "steamId": 0
      }
    ]
  },
  "errorCode": 0,
  "errorMsg": "",
  "errorData": {},
  "errorCodeStr": ""
}
Modified at 2023-11-14 13:31:25
Previous
Normal Buy
Built with