Search the Community
Showing results for tags 'tradeoffer'.
-
Steam has this endpoint https://api.steampowered.com/IEconService/GetTradeOffer/ that giving information about a trade offer. I just need to check stat of a tradeoffer. I have a cron that check from database trades with statuses that are in pending more than 5 minutes and to finish transaction in my system I should check what happened with the trade. Was automatically canceled or was not accepted or is in pending for some reason. Has steam-tradeoffer-manager a method that will give me information about a trade by trade number?
-
Hey Dr. McKay, The bot has several identical items in inventory. [{ market_hash_name: 'Inscribed Tormented Staff', pos: 1, // ... other fields }, { market_hash_name: 'Inscribed Tormented Staff', pos: 2, // ... other fields }] My task is to create 2 TradeOffers for different people and send one of the items. The problem is that all requests are asynchronous. And he creates trades offer for the same item, which is in the same bot inventory position (pos = 1). If you accept one trade, then the second trade is no longer available. What is the best way to solve this problem? Thank you for your attention and thank you for your work!
- 2 replies
-
- tradeoffer
- items
-
(and 2 more)
Tagged with:
-
Hello, bot successfully accepts first trade offer but does not accept next day or second offer; my console log is : trade offer status : undefined.
- 1 reply
-
- suggestion
- nodejs
-
(and 2 more)
Tagged with:
-
Hello, I would like to try to create steambot using your nice manager. I have read examples, there are only confirmation described, but I want to make bot, that will send tradeoffers by him self. Could you say, is there any example or describe implementation of this construction in short? I have found ('../lib/classes/TradeOffer.js') but how can I call function send(), should I require it from my file or just require ('../lib/index.js') etc?
- 1 reply
-
- node.js
- node-steam-tradeoffer-manager
-
(and 2 more)
Tagged with: