You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2026. It is now read-only.
I think There is new properties in link.
Orginal link in inventory like
steam://run/730//+csgo_econ_action_preview%20%propid:6%
this propid is added to user inventory as asset_properties section
like this one;
"asset_properties":[
{
"propertyid":"1",
"int_value":"785",
"name":"Pattern Template"
},
{
"propertyid":"2",
"float_value":"0.351367473602294922",
"name":"Wear Rating"
},
{
"propertyid":"6",
"string_value":"7262F683C9A4C8736A7B52B0785A7742764A82BEBD877132E3741A7C027668718E5A",
"name":"Item Certificate"
}
],
so when you replace propid:6 to orjinal text. new link will turn like;
steam://run/730//+csgo_econ_action_preview%207262F683C9A4C8736A7B52B0785A7742764A82BEBD877132E3741A7C027668718E5A
this is work in orjinal game. but it doenst work our api because of new link style.