Seems like this is, in general, the option I searched for, but I've got some problem with it.... I got different offer types send by the bot.... so this option isn't the right I think. 1. deposit trades, which request items of the user (maximum Pending Time ~ 3 Minutes) 2. payout trades, which send the winnings to the user (maximum Pending Time up to 6 hours) how to handle both with this or another option? of course, I could write an object array in my code with all offers, check the created property and type and cancel if time passed > allowed time... but this is the dirty way and I want to handle it correctly... also, I saw there is an option cancelOfferCount option to cancel the oldest offer if I'm not allowed to create a new one because of the limitations by steam... here I've got the same problem... any ideas?