AshIgorash Posted October 11, 2023 Report Posted October 11, 2023 (edited) How do I get time when items from my inventory will be tradable? If I am fetching this link: "https://steamcommunity.com/inventory/id64/2?l=english&count=75", if this is my inventory I can see this fieldĀ "owner_descriptions":[{"type":"html","value":" "},{"type":"html","value":"Tradable After Oct 19, 2023 (7:00:00) GMT","color":"ff4040"}] with 'tradable after' value but getInventoryContents() method fromĀ node-steam-tradeoffer-manager does not return this property. Is there a way to get the time? Edited October 11, 2023 by AshIgorash Quote
Dr. McKay Posted October 12, 2023 Report Posted October 12, 2023 Technically only the owner of the asset is supposed to see the tradable after time, but you can use the ISteamEconomy/GetAssetClassInfo WebAPI method to retrieve those owner descriptions. 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.