FLS Posted May 22, 2024 Report Posted May 22, 2024 Hello im interested do you know how other sites receive items faster 7 days of receiving them instead of the previous 10 days? at the moment im using getUserInventoryContents function Quote
rahimi0151 Posted May 10 Report Posted May 10 does anyone know this? i know i can use puppeteer to load their trade link to see their inventory, but is there any better way? Quote
Alexart Posted May 11 Report Posted May 11 Hi! Try https://steamcommunity.com/tradeoffer/new/partnerinventory/ steam using this endpoint to get partner inventory in tradeoffer create window let qs = { sessionid: this._community.getSessionID(), partner: steamid, appid, contextid }; if (start) { qs.start = start; } let refererUrl = 'https://steamcommunity.com/tradeoffer/new/?partner=' + steamid; if (token) { refererUrl += '&token=' + token; } this._community.httpRequest({ method: 'GET', uri: 'https://steamcommunity.com/tradeoffer/new/partnerinventory/', qs, headers: { Referer: refererUrl }, 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.