Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Send steam offer with Steam API

Im searching in Steam API methods to sending Steam offer and cant find. Its possible with API or do you know maybe other method? Im wanna use this in PHP / Symfony.

like image 504
user987935 Avatar asked Feb 10 '23 14:02

user987935


1 Answers

You can't currently create a trade offer through the API. IEconService currently only supports Get, Decline and Cancel. (https://developer.valvesoftware.com/wiki/Steam_Web_API/IEconService)

You could create a bot to do this. See https://www.reddit.com/r/SteamBot/comments/2ucxbr/how_to_send_a_trade_offer/ for more information.

like image 101
user2984303 Avatar answered Feb 13 '23 02:02

user2984303