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 .
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 to1
to get the offers that the account has sentget_received_offers
: Set to1
to get the offers that the account has received.