timgfx Posted July 19, 2021 Report Posted July 19, 2021 (edited) I am attempting to fetch all active offers after some timestamp, however this does not seem to work on sent trades (I have not tested this for received trades) Does this endpoint simply only apply the cutoff to received trades? I don't see steam-tradeoffer-manager doing any filtering so I'm confused about what to expect. Im correctly converting timestamps to steam unix time (seconds since epoch), and have tried using both `true/false` and `1/0` for the query parameters. Both yield the same result Edited July 19, 2021 by timgfx Quote
Dr. McKay Posted July 20, 2021 Report Posted July 20, 2021 All active offers should always be returned when you pass active_only, regardless of your other query parameters. Quote
timgfx Posted July 20, 2021 Author Report Posted July 20, 2021 I see, I was under the assumption that I could use `time_historical_cutoff` to only get trade offers from after that timestamp, but that assumption was incorrect. Thank you! Quote
Dr. McKay Posted July 20, 2021 Report Posted July 20, 2021 Yeah, time_historical_cutoff is used to include non-active offers that have updated since the provided time, when you pass active_only. 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.