
protz_i
-
Posts
6 -
Joined
-
Last visited
Reputation Activity
-
protz_i reacted to Dr. McKay in Steam Web API/IEconService [input, output]
1. If you want to get all active offers and that's it, you'd use this:
{ "get_sent_offers": 1, "active_only": 1, "time_historical_cutoff": 2147483647 } 2. You'd check the trade_offer_state. If they accepted it then they received the item you sent them.
3. If you want all offers from a time period you'll need to just leave out both active_only and historical_only and filter the result.