The lowest prices and quantities by market hash names.
Request
Add parameter in query app-key
Example:app-key: ********************
Body Params application/json
{
"appId": "730",
"marketHashNames": [
"M4A4 | Temukau (Minimal Wear)"
]
}
Request Code Samples
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
application/json {
"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