Send steam offer with Steam API

user987935 picture user987935 · Mar 27, 2015 · Viewed 7.1k times · Source

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.

Answer

user2984303 picture user2984303 · Oct 14, 2015

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.