mxnster Posted October 31, 2023 Report Posted October 31, 2023 Is there any way to identify items bought from market? The only idea i have its to get float from inspect link (using fload and etc) and compare, but it won't work for all games and skins. Object of purchased item from market history: { "currency":0, "appid":730, "contextid":"2", "id":"33653384162", "classid":"310776580", "instanceid":"302028390", "amount":"0", "status":4, "original_amount":"1", "unowned_id":"33653384162", "unowned_contextid":"2", "background_color":"", "icon_url":"-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgposem2LFZfwOP3ZTxS6eOlnI-Zg8j-JrXWmm5u5cB1g_zMu46m3Qy2-RBqYG-lIY6SdVI7ZVHT-la8xuvn0MPttJSby3pqvyIg5XfD30vgSYELDI8", "icon_url_large":"-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgposem2LFZfwOP3ZTxS6eOlnI-Zg8j-JrXWmm5u5cB1g_zMyoD0mlOx5RFvZmGhJtWTcQBoZFDX_QW7xefshZG-u5jBnCcysilw53fUmhe1gRBSLrs4jIQo_Mo", "descriptions":[//useless], "tradable":1, "actions":[ { "link":"steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20M4386002591429815349A%assetid%D6926549612778658941", "name":"Inspect in Game..." } ], "name":"G3SG1 | Jungle Dashed", "name_color":"D2D2D2", "type":"Consumer Grade Sniper Rifle", "market_name":"G3SG1 | Jungle Dashed (Field-Tested)", "market_hash_name":"G3SG1 | Jungle Dashed (Field-Tested)", "market_actions":[ { "link":"steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20M4386002591429815349A%assetid%D6926549612778658941", "name":"Inspect in Game..." } ], "commodity":0, "market_tradable_restriction":7, "marketable":1, "app_icon":"https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/730/8dbc71957312bbd3baea65848b545be9eae2a355.jpg", "owner":0 } Object of the same item from inventory (assets+description): { "appid":730, "contextid":"2", "assetid":"34322508958", "classid":"5600182583", "instanceid":"302028390", "amount":"1", "currency":0, "background_color":"", "icon_url":"-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgposem2LFZfwOP3ZTxS6eOlnI-Zg8j-JrXWmm5u5cB1g_zMu46m3Qy2-RBqYG-lIY6SdVI7ZVHT-la8xuvn0MPttJSby3pqvyIg5XfD30vgSYELDI8", "icon_url_large":"-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgposem2LFZfwOP3ZTxS6eOlnI-Zg8j-JrXWmm5u5cB1g_zMyoD0mlOx5RFvZmGhJtWTcQBoZFDX_QW7xefshZG-u5jBnCcysilw53fUmhe1gRBSLrs4jIQo_Mo", "descriptions":[//useless], "tradable":0, "actions":[ { "link":"steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20S%owner_steamid%A%assetid%D16143722884360181335", "name":"Inspect in Game..." } ], "owner_descriptions":[ { "type":"html", "value":" " }, { "type":"html", "value":"Tradable After Nov 08, 2023 (8:00:00) GMT", "color":"ff4040" } ], "name":"G3SG1 | Jungle Dashed", "name_color":"D2D2D2", "type":"Consumer Grade Sniper Rifle", "market_name":"G3SG1 | Jungle Dashed (Field-Tested)", "market_hash_name":"G3SG1 | Jungle Dashed (Field-Tested)", "market_actions":[ { "link":"steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20M%listingid%A%assetid%D16143722884360181335", "name":"Inspect in Game..." } ], "commodity":0, "market_tradable_restriction":7, "marketable":1, "tags":[//useless] } Quote
Argent1028 Posted October 31, 2023 Report Posted October 31, 2023 Hi, you can match them by instanceid Quote
Dr. McKay Posted October 31, 2023 Report Posted October 31, 2023 classid and instanceid are not foolproof ways to match item instances. I'm not aware of any way to match an item from the market to an item in your inventory. mxnster 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.