node-steamcommunity
node-steamcommunity copied to clipboard
Non-USD currencies support in CMarketItem
Are you going to make non-usd currencies support in CMarketItem and getMarketItem? For some reasons, i need this. Sometimes "requests to buy" on Steam community market exists in other currencies, but not in USD and i need to get it.
Non-usd currencies already supported, but not documented yet. If look at the source code here, we can see that, for example, method getMarketItem has a third optional parameter currency.
@DoctorMcKay maybe you could update wiki page about getMarketItem method so that people would know about that functional? That would be really awesome!