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

NameTypeRequiredDescription
keystringSteamworks Web API user authentication key.
appiduint32Must be a steam economy app.
languagestringThe user’s local language
class_countuint32Number of classes requested. Must be at least one.
classid0uint64Class ID of the nth class.
instanceid0uint64Instance ID of the nth class.

Returns prices and categories for items that users are able to purchase

Link to this section Functions

Link to this function get_asset_class_info(access_key, params \\ %{}, headers \\ %{}) View Source
NameTypeRequiredDescription
keystringSteamworks Web API user authentication key.
appiduint32Must be a steam economy app.
languagestringThe user’s local language
class_countuint32Number of classes requested. Must be at least one.
classid0uint64Class ID of the nth class.
instanceid0uint64Instance ID of the nth class.

See other: https://partner.steamgames.com/doc/webapi/ISteamEconomy#GetAssetClassInfo

Link to this function get_asset_prices(access_key, params \\ %{}, headers \\ %{}) View Source

Returns prices and categories for items that users are able to purchase.

NameTypeRequiredDescription
keystringSteamworks Web API user authentication key.
appiduint32Must be a steam economy app.
currencystringThe currency to filter for
languagestringThe user’s local language

See other: https://partner.steamgames.com/doc/webapi/ISteamEconomy#GetAssetPrices