Search code examples
phpsteam-web-apisteamworks-apisteam-condenser

get tradeofferId from one steam account but not from another steam account


When I am send request for trading I am getting response with "tradeofferid" in both steam account. but when I checked that "tradeofferId" in getoffers list request I am getting only one's steam account's "tradeofferid".

I can't understand what the different between both account. both account has same setting and both are active account. but one account has zero balance .


Solution

  • You need to modify the query based on which offers you want to see. In particular, there are the following two parameters of the IEconService/GetTradeOffers method:

    • get_sent_offers: Set to 1 to get the offers that the account has sent
    • get_received_offers: Set to 1 to get the offers that the account has received.