
curl --location -g --request GET 'https://openapi.cs2dt.com/v2/open/sell/v1/list?assetType=Type: 1: Regularly on Sale; 2: On Sale during Cooling-off Period&merchantProductIdList =product id&app-key='{
"success": true,
"data": {
"total": "string",
"pages": 0,
"page": 0,
"limit": 0,
"list": [
{
"productId": "string",
"price": 0,
"status": 0,
"operationStatus": 0,
"createTime": "string"
}
]
},
"errorCode": 0,
"errorMsg": null,
"errorData": null,
"errorCodeStr": null
}