CS2DT饰品开放平台
🇺🇸 English
  • 🇨🇳简体中文
  • 🇺🇸 English
首页商户中心
首页商户中心
🇺🇸 English
  • 🇨🇳简体中文
  • 🇺🇸 English
  1. market prodcut related interface
  • Response codes
  • Regarding CS2DT's Penalty for Reversed Order
  • Instructions on adjusting the quotation field for order withdrawal
  • CS2DT Open Platform Access Guide
  • v1
    • user related interface
      • Steam account status query
      • User balance query
      • Create Steam account status check
      • Steam account status query
    • market prodcut related interface
      • CS2 Style Data
      • get full Items
        GET
      • Market Search
        GET
      • item price query
        POST
      • all the filters query
        GET
      • item for sale list query
        GET
      • Get the sales status of the product
        POST
      • Batch query of products on sale by product ID
        POST
      • Get the sales details of a product
        GET
    • purchase related interface
      • buy item
      • quick buy item
    • order related interface
      • buyer order list v2
      • buyer order list
      • buyer order detail
      • buyer cancel order
    • callback related
      • Callback Notification Service Description
    • exchange rate
      • USD/CNY exchange rate
    • websocket
      • How to Use WebSocket
      • Get WSS Address
  1. market prodcut related interface

Get the sales details of a product

GET
https://openapi.cs2dt.com/v1/product/v1/sell/product
Get the sales details of a product

请求参数

Query 参数

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://openapi.cs2dt.com/v1/product/v1/sell/product?productId=324242&app-key='

返回响应

🟢200成功
application/json
Body

示例
{
  "success": false,
  "data": {
    "id": 0,
    "sellerInfo": {
      "userId": 0,
      "platformId": 0,
      "thirdUserId": 0,
      "nickname": "",
      "avatar": "",
      "verified": 0,
      "lastActive": 0,
      "deliveryInfo": {
        "day7": {
          "deliverySuccessRate": "",
          "deliveryAvgTime": "",
          "deliveryNoneNum": 0
        },
        "day15": {
          "deliverySuccessRate": "",
          "deliveryAvgTime": "",
          "deliveryNoneNum": 0
        }
      }
    },
    "systemTime": 0,
    "appId": 0,
    "appName": "",
    "itemId": 0,
    "itemName": "",
    "marketHashName": "",
    "price": 0.0,
    "subsidyPrice": 0.0,
    "sellerPrice": 0.0,
    "cnyPrice": 0.0,
    "imageUrl": "",
    "compensateType": 0,
    "delivery": 0,
    "acceptBargain": 0,
    "description": "",
    "classInfoId": "",
    "inspectUrl": "",
    "inspectViewable": 0,
    "inspectable": 0,
    "inspectImageUrl": "",
    "assetInfo": {
      "fraudwarning": "",
      "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": "",
      "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": ""
    },
    "inspect3dViewable": 0,
    "inspect3dUrl": "",
    "token": "",
    "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": ""
    },
    "isCollection": 0,
    "wearRank": 0,
    "inspectOriginalUrl": ""
  },
  "errorCode": 0,
  "errorMsg": "",
  "errorData": {}
}
修改于 2025-06-06 02:02:59
上一页
Batch query of products on sale by product ID
下一页
buy item
Built with