C5GAME OPEN
  1. Sell
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. Sell

Price Query

POST
/merchant/product/price/batch
The lowest prices and quantities by market hash names.

Request

Authorization
Add parameter in query
app-key
Example:
app-key: ********************
Query Params
app-key
string 
optional
Default:
{{app-key}}
Body Params application/json
appId
integer 
required
appid
marketHashNames
array[string]
required
English marketHashName List
Example
{
    "appId": "730",
    "marketHashNames": [
        "M4A4 | Temukau (Minimal Wear)"
    ]
}

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/product/price/batch?app-key' \
--header 'Content-Type: application/json' \
--data-raw '{
    "appId": "730",
    "marketHashNames": [
        "M4A4 | Temukau (Minimal Wear)"
    ]
}'

Responses

🟢200OK
application/json
Body
success
boolean 
required
data
object 
required
M4A4 | Temukau (Minimal Wear)
object 
required
errorCode
integer 
required
errorMsg
null 
required
errorData
null 
required
errorCodeStr
null 
required
Example
{
    "success": true,
    "data": {
        "M4A4 | Temukau (Minimal Wear)": {
            "itemId": "1098192327056363520",
            "marketHashName": "M4A4 | Temukau (Minimal Wear)",
            "price": 391.0000,
            "count": 104,
            "website": "https://www.c5game.com/csgo/1098192327056363520/item/sell"
        }
    },
    "errorCode": 0,
    "errorMsg": null,
    "errorData": null,
    "errorCodeStr": null
}
Modified at 2024-01-04 07:58:43
Previous
Sell Steam Items
Next
Buyer Order Detail
Built with