SteamEx v0.2.0-alpha SteamEx.ISteamEconomy View Source
A secondary interface to interact with the Steam Economy. See also: IGameInventory.
For more info on how to use the Steamworks Web API please see the Web API Overview.
Link to this section Summary
Functions
Name | Type | Required | Description |
key | string | ✔ | Steamworks Web API user authentication key. |
appid | uint32 | ✔ | Must be a steam economy app. |
language | string | The user’s local language | |
class_count | uint32 | ✔ | Number of classes requested. Must be at least one. |
classid0 | uint64 | ✔ | Class ID of the nth class. |
instanceid0 | uint64 | Instance ID of the nth class. |
Returns prices and categories for items that users are able to purchase
Link to this section Functions
Name | Type | Required | Description |
key | string | ✔ | Steamworks Web API user authentication key. |
appid | uint32 | ✔ | Must be a steam economy app. |
language | string | The user’s local language | |
class_count | uint32 | ✔ | Number of classes requested. Must be at least one. |
classid0 | uint64 | ✔ | Class ID of the nth class. |
instanceid0 | uint64 | Instance ID of the nth class. |
See other: https://partner.steamgames.com/doc/webapi/ISteamEconomy#GetAssetClassInfo
Returns prices and categories for items that users are able to purchase.
Name | Type | Required | Description |
key | string | ✔ | Steamworks Web API user authentication key. |
appid | uint32 | ✔ | Must be a steam economy app. |
currency | string | The currency to filter for | |
language | string | The user’s local language |
See other: https://partner.steamgames.com/doc/webapi/ISteamEconomy#GetAssetPrices