how to get different area price by GetStoreAppDetailsAsync
madaono opened this issue · 3 comments
madaono commented
when i call this api, it will return my default currency, how to get all area price ?
madaono commented
when i call GetAssetPricesAsync with appid: 1468810, it throws 500
babelshift commented
For your first comment, looks like there is an optional parameter cc
that can change the currency returned. For example, the following returns currency Mexican Pesos.
https://store.steampowered.com/api/appdetails/?appids=1086940&cc=mx
However, this library doesn't yet support that parameter. I'll see about getting it added.
babelshift commented
For your second comment, please open a new issue since it seems entirely unrelated to your first comment.