Vlad
Results
1
issues of
Vlad
after creating a buy order with this code ``` with SteamClient(api_key, username, password, steam_guard_path) as client: response = client.market.create_buy_order("AK-47 | Redline (Field-Tested)", "1000", 1, game, currency) buy_order_id = response print(buy_order_id)...