CS2DT饰品开放平台
🇺🇸 English
  • 🇨🇳简体中文
  • 🇺🇸 English
首页
商户中心
首页
商户中心
🇺🇸 English
  • 🇨🇳简体中文
  • 🇺🇸 English
🇺🇸 English
  • 🇨🇳简体中文
  • 🇺🇸 English
  1. Manage Orders
  • CS2DT Open Platform Access Guide
  • Response Сodes and Errors
  • About penalty for reversed orders / rollbacks
  • About adjusting the order status for reversed orders / rollbacks
  • API
    • Merchant and Steam accounts
      • Get your account balance
      • Start a Steam account check
      • Steam account status query
    • Market and Product search
      • CS2 Style Data
      • Get price and quantity by Style
      • Get the lowest price for all items
      • Get all active listings
      • Search Market listings
      • Item price query
      • Get all the filters info
      • Get all listings of an item
      • Check items status updates
      • Batch query of active listings by product ID
      • Get listing details by product ID
    • Purchase Items
      • Buy via product ID
      • Quick buy via market hash name
    • Manage Orders
      • Purchase orders history
        GET
      • Purchase orders details
        GET
      • Cancel a delayed purchase order
        POST
      • Report a reversed order
        POST
    • Callback
      • Webhook Notifications
    • Exchange rate
      • USD/CNY exchange rate
    • Websocket
      • How to Use WebSocket
      • Get WSS Address
    • Buy orders
      • Create a buy order
      • Cancel a buy order
      • Your buy orders list
      • Reference price for buy orders
      • Your buy order details
    • Sell your items
      • Selling Guide
      • List for sale
      • Cancel sell listings
      • Sell listing details
      • Reference price for sale
      • Sell listing update
      • Update order status
      • Check items on sale list
      • Check sell orders status
  • Schemas
    • OpenBuyResultDTO
    • WebApiRes«BigDecimal»
    • Object
    • WebApiRes«OpenBuyResultDTO»
    • NormalBuyParamV2DTO
    • QuickBuyParamV2DTO
    • UserAccountOpenDTO
    • WebApiRes«UserAccountOpenDTO»
    • WebApiRes«String»
    • SteamCheckCreateDTO
    • UserSteamInfo
    • CheckStatusInfo
    • GenericCheckSteamOutPut
    • WebApiRes«GenericCheckSteamOutPut»
    • OpenPartnerInfoDTO
    • WebApiRes«OpenPartnerInfoDTO»
    • SaveCallbackUrlDTO
    • InventorySlotDTO
    • ErrorCode
    • InventorySteamAccountDTO
    • WebApiRes«List«InventorySteamAccountDTO»»
    • WebApiRes«Boolean»
    • ItemAssetGemVO
    • ItemAssetStickerVO
    • ItemAssetClassInfoStyleVO
    • ItemAssetBundleVO
    • ItemAssetInfoVO
    • ItemTagInfoVO
    • SteamOfferListItemDTO
    • SteamOfferListInfoDTO
    • OfferDetailDTO
    • WebApiRes«OfferDetailDTO»
    • SendAssetsResponseDTO
    • WebApiRes«SendAssetsResponseDTO»
    • SteamAssetInfoDTO
    • SendAssetParamDTO
    • OrderUserInfo
    • SearcherOrderAssetListDTO
    • PageList«SearcherOrderAssetListDTO»
    • WebApiRes«PageList«SearcherOrderAssetListDTO»»
    • OpenItemInfo
    • OfferInfoDTO
    • OpenBuyerOrderDetail
    • WebApiRes«OpenBuyerOrderDetail»
    • OpenSellerOrderDetail
    • WebApiRes«OpenSellerOrderDetail»
    • ConfirmOrderParamDTO
    • OrderCancelParamDTO
    • Inspect3DResponse
    • WebApiRes«Inspect3DResponse»
    • PriceInfo
    • OpenProductSearchDTO
    • PageList«OpenProductSearchDTO»
    • WebApiRes«PageList«OpenProductSearchDTO»»
    • ItemPriceInfo
    • WebApiRes«List«ItemPriceInfo»»
    • ItemPriceInfoRequest
    • OpenItemPriceInfo
    • WebApiRes«OpenItemPriceInfo»
    • ItemSearchFilterValueItem
    • ItemSearchFilterItem
    • ItemSearchFilterDTO
    • WebApiRes«ItemSearchFilterDTO»
    • DeliveryStatsItem
    • DeliveryStatsInfoVO
    • SellerUserInfoVO
    • ProductSellListDTO
    • PageList«ProductSellListDTO»
    • WebApiRes«PageList«ProductSellListDTO»»
    • ProductInfoDTO
    • ProductInfoListDTO
    • WebApiRes«ProductInfoListDTO»
    • ProductInfoRequestDTO
    • WebApiRes«ProductSellListDTO»
    • SteamItemDTO
    • PageList«SteamItemDTO»
    • WebApiRes«PageList«SteamItemDTO»»
    • SteamItemAttrValueDTO
    • PageList«SteamItemAttrValueDTO»
    • WebApiRes«PageList«SteamItemAttrValueDTO»»
    • SteamItemAttrDTO
    • PageList«SteamItemAttrDTO»
    • WebApiRes«PageList«SteamItemAttrDTO»»
    • SteamItemTagsDTO
    • PageList«SteamItemTagsDTO»
    • WebApiRes«PageList«SteamItemTagsDTO»»
    • BaseItemInfo
    • Sticker
    • AssetInfo
    • OpenInventoryItem
    • OpenInventoryResponseDTO
    • WebApiRes«OpenInventoryResponseDTO»
    • OpenSaleSteamInfoDTO
    • ItemPriceDTO
    • OpenSaleDTO
    • OrderDeliverDTO
    • SteamInventorySlotVO
    • SteamAccountVO
    • ActivityTagVO
    • SellerSellListDTO
    • PageList«SellerSellListDTO»
    • WebApiRes«PageList«SellerSellListDTO»»
    • OnSaleAssetDTO
    • OnSaleFailedItem
    • ModifySellPriceResponseDTO
    • WebApiRes«ModifySellPriceResponseDTO»
    • SellPriceDTO
    • ModifyPriceParamDTO
    • OffSaleResponseDTO
    • WebApiRes«OffSaleResponseDTO»
    • OffSaleParamDTO
  1. Manage Orders

Purchase orders history

GET
https://openapi.cs2dt.com/v2/order/buyer/list
Returns detailed infromation about purchase orders created during the supported one-month history window. You can optionally filter the exact time window, order IDs list, and order status.

Request

Query Params

Request Code 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 --globoff 'https://openapi.cs2dt.com/v2/order/buyer/list?appId=undefined&status=undefined&orderIdList=undefined&page=undefined&limit=undefined&startTime=undefined&endTime=undefined&app-key='

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{
  "success": false,
  "data": {
    "total": 0,
    "pages": 0,
    "page": 0,
    "limit": 0,
    "list": [
      {
        "orderId": 0,
        "productId": 0,
        "appId": 0,
        "itemId": "",
        "name": "",
        "marketHashName": "",
        "imageUrl": "",
        "delivery": 0,
        "price": 0.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": {
          "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": ""
        },
        "sellerSteamInfo": {
          "userId": 0,
          "steamId": 0,
          "steamCreatTime": 0,
          "steamCreateTime": 0,
          "nickName": "",
          "avatar": "",
          "apiKeyValid": 0
        },
        "buyerSteamInfo": {
          "userId": 0,
          "steamId": 0,
          "steamCreatTime": 0,
          "steamCreateTime": 0,
          "nickName": "",
          "avatar": "",
          "apiKeyValid": 0
        },
        "status": 0,
        "statusName": "",
        "orderCreateTime": 0
      }
    ]
  },
  "errorCode": 0,
  "errorMsg": "",
  "errorData": {}
}
Modified at 2026-08-04 01:34:07
Previous
Quick buy via market hash name
Next
Purchase orders details
Built with