Jump to content
McKay Development

Identify items bought from market


Recommended Posts

Posted

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]
}

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...