x3rt Posted February 28 Report Posted February 28 How would I go about getting the actual trade-partner from a trade confirmation? The `creator_id` isn't the partner, and neither is the `id` property. Maybe there is a way to get their steam id from the avatar url returned? All I know is that `mobileconf/getlist` doesn't return what I need, and I cannot find any information on it. The mobile app does it somehow as I believe you can view their profile at confirmation time. Not sure though as I haven't had the app since 2017. Is there really no way? Quote
Dr. McKay Posted February 28 Report Posted February 28 You could use the IEconService/GetTradeOffer API method to fetch the trade offer details, which would include the user's SteamID. creator_id is the ID of the trade offer. Quote
x3rt Posted February 29 Author Report Posted February 29 That's what I ended up doing! Thank you Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.