Jump to content
McKay Development

Is /IEconService/CancelTradeOffer/v1/ deprecated and undocumented?


Barak

Recommended Posts

Hi Dr.McKay, I know this sub topic is probably not the correct place to ask this, since in this package from what I can tell in the source code you've been using their internal methods with cookies and sessions etc.

 

But I wanted to ask a question about the Steam WebApi that you have wrapped inside the node-steam-webapi package. 

 

https://api.steampowered.com/IEconService/CancelTradeOffer/v1?key=key

 

Seems like the above endpoint is throwing 404s. I can see their docs here https://developer.valvesoftware.com/wiki/Steam_Web_API/IEconService#Input_4 and it doesnt say anything about it being removed or planned on being removed.

 

The request I'm sending is pretty simple; a POST on https://api.steampowered.com/IEconService/CancelTradeOffer/v1?key=xxx&tradeofferid=xxx with no body. It returns this

<html>

<head>
    <title>404 Not Found</title>
</head>

<body>
    <h1>Not Found</h1>
</body>

</html>

I can't find anything on the web, so I have to ask here :)

Is anyone else experiencing this issue as well?

 

All the best,

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...