xNiceEinz Posted June 15, 2016 Report Posted June 15, 2016 Hey guys,i'm currently upgrading my system and build a solid bot solution like e.g. csgohunt use. We got this with different bots which accept incomming trades and send them to a payout bot (collect all items) + send the user a offer. But there is still the delay when the trade is pending between accepted and received... on the deposit bot ... So now i'm thinking about something like let the user select the items on a Interface and my bots send them a trade with the specific item ids. In my opinion that would be much faster if i'm right bec the user got the "delay" and not my system. Delay: Tradehistory not available for a while when the items are pending between the user and my account. Anybody got experience if there is a difference between deposit and request a trade?Also is there a difference if i request 50 or 100 items from different users at the same time? Quote
Dr. McKay Posted June 15, 2016 Report Posted June 15, 2016 When the callback to accept fires, all items have been exchanged. Quote
xNiceEinz Posted June 15, 2016 Author Report Posted June 15, 2016 But i don't find new trades at this moment.... and on bigger trades it can take up to 1-2 minutes till the showed polling errors are gone.... Quote
Dr. McKay Posted June 15, 2016 Report Posted June 15, 2016 I don't know if it matters which party is accepting the trade for whether or not the API will start failing while accepting. Quote
xNiceEinz Posted June 17, 2016 Author Report Posted June 17, 2016 If i'm right the package just use the same functions as the normal web interface of steam. Tryed out:If i accept a large "deposit" trade i've got the timeout on my tradeoffer page and the opposite side doesn't have this delay/message or what ever its called.So if i'm right the polling errors appear sometimes bec of this delay/message. So if i request the trades it should be much less problems. Since you told me you're not using the function to wait for a deposit rather you request the items by the id?There is one more question i got here. Are there any limitations i don't know yet ? - Max 30 Pending Trades at the same time? -> Enable a second bot if this is reached.- any more? Quote
Dr. McKay Posted June 17, 2016 Report Posted June 17, 2016 Since you told me you're not using the function to wait for a deposit rather you request the items by the id? I'm not sure what you're asking here. Limits I can recall off the top of my head are max 30 active sent offers at one time, max 5 active sent offers to one user at one time, and various IP rate-limits which should only affect offer.send() and offer.getReceivedItems(). 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.