
{
"appId": 730,
"assetType": 1,
"products": [
{
"assetId": 2378423094,
"classId": 7851731412,
"instanceId": 5790140912,
"marketHashName": "AK-47 | Point Disarray (Minimal Wear)",
"price": 10,
"productId": "your market product id,After our users purchase this product, we will initiate a purchase from you using this product ID",
"steamId": 7590123840328444,
"tradableTime": 0
}
]
}curl --location -g --request POST 'https://openapi.cs2dt.com/v2/open/sell/v1/create?app-key=' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": 730,
"assetType": 1,
"products": [
{
"assetId": 2378423094,
"classId": 7851731412,
"instanceId": 5790140912,
"marketHashName": "AK-47 | Point Disarray (Minimal Wear)",
"price": 10,
"productId": "your market product id,After our users purchase this product, we will initiate a purchase from you using this product ID",
"steamId": 7590123840328444,
"tradableTime": 0
}
]
}'{
"data": true,
"errorCode": 0,
"errorCodeStr": "",
"errorData": {},
"errorMsg": "",
"success": true
}